Adds a left bar to blockquotes and some other small tweaks
This commit is contained in:
parent
5a733a917b
commit
47fa517199
1 changed files with 8 additions and 1 deletions
|
@ -183,6 +183,8 @@ $if(title-meta)$
|
||||||
$endif$
|
$endif$
|
||||||
$if(author-meta)$
|
$if(author-meta)$
|
||||||
pdfauthor={$author-meta$},
|
pdfauthor={$author-meta$},
|
||||||
|
$else$
|
||||||
|
pdfauthor={Fellowship Productions Ltd},
|
||||||
$endif$
|
$endif$
|
||||||
$if(subject)$
|
$if(subject)$
|
||||||
pdfsubject={$subject$},
|
pdfsubject={$subject$},
|
||||||
|
@ -191,6 +193,7 @@ $if(keywords)$
|
||||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
||||||
$endif$
|
$endif$
|
||||||
pdfproducer={Fellowship PDF Creator},
|
pdfproducer={Fellowship PDF Creator},
|
||||||
|
pdfcreator={Fellowship PDF Creator},
|
||||||
$if(colorlinks)$
|
$if(colorlinks)$
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
linkcolor=$if(linkcolor)$$linkcolor$$else$fplgreen$endif$,
|
linkcolor=$if(linkcolor)$$linkcolor$$else$fplgreen$endif$,
|
||||||
|
@ -416,8 +419,12 @@ $endif$
|
||||||
\righthyphenmin=5
|
\righthyphenmin=5
|
||||||
\lefthyphenmin=5
|
\lefthyphenmin=5
|
||||||
|
|
||||||
|
\usepackage{framed}
|
||||||
|
|
||||||
|
\let\oldquote\quote
|
||||||
|
\let\oldendquote\endquote
|
||||||
|
\def\quote{\leftbar \oldquote}
|
||||||
|
\def\endquote{\oldendquote\endleftbar}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue