From 4e2c51a0a9b6671e79f0f04f6799ff16037fde3a Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 10 Jan 2019 17:23:53 +0000 Subject: [PATCH] Adds a left bar to blockquotes and some other small tweaks --- pandoc/templates/fellowship.latex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pandoc/templates/fellowship.latex b/pandoc/templates/fellowship.latex index 8dc42b8d..3f36cc7f 100644 --- a/pandoc/templates/fellowship.latex +++ b/pandoc/templates/fellowship.latex @@ -183,6 +183,8 @@ $if(title-meta)$ $endif$ $if(author-meta)$ pdfauthor={$author-meta$}, +$else$ + pdfauthor={Fellowship Productions Ltd}, $endif$ $if(subject)$ pdfsubject={$subject$}, @@ -191,6 +193,7 @@ $if(keywords)$ pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$}, $endif$ pdfproducer={Fellowship PDF Creator}, + pdfcreator={Fellowship PDF Creator}, $if(colorlinks)$ colorlinks=true, linkcolor=$if(linkcolor)$$linkcolor$$else$fplgreen$endif$, @@ -416,8 +419,12 @@ $endif$ \righthyphenmin=5 \lefthyphenmin=5 +\usepackage{framed} - +\let\oldquote\quote +\let\oldendquote\endquote +\def\quote{\leftbar \oldquote} +\def\endquote{\oldendquote\endleftbar} \begin{document}