diff options
author | Andrew Dunning <andunning@gmail.com> | 2015-10-11 01:39:56 -0400 |
---|---|---|
committer | Andrew Dunning <andunning@gmail.com> | 2015-10-11 01:39:56 -0400 |
commit | 92e66456ec773382b644c1eda72bef8c25474860 (patch) | |
tree | 09f63b0bb02a6fd6dfb852aca74267786bd3792c /default.latex | |
parent | ff0db28a2c81dd086e75ff15a749a2fbb8405ad2 (diff) | |
download | pandoc-92e66456ec773382b644c1eda72bef8c25474860.tar.gz |
Realign LaTeX and beamer templates.
Adds new language and bidi variables; removes duplicated
`\VerbatimFootnotes`.
The standard `fontspec` variables, previously omitted, are now
included. Beamer defaults to the font set as `sansfont`. If `mainfont`
is set, the `serif` font theme will also be used, which uses this for
the slide text (does not have to be a serif font per se).
The paragraph indentation and use of the `url` package seem to have had
no visible effect, and have been removed.
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/default.latex b/default.latex index ae29bee7d..463b096b6 100644 --- a/default.latex +++ b/default.latex @@ -110,7 +110,7 @@ $highlighting-macros$ $endif$ $if(verbatim-in-note)$ \usepackage{fancyvrb} -\VerbatimFootnotes +\VerbatimFootnotes % allows verbatim text in footnotes $endif$ $if(tables)$ \usepackage{longtable,booktabs} @@ -145,9 +145,6 @@ $if(numbersections)$ $else$ \setcounter{secnumdepth}{0} $endif$ -$if(verbatim-in-note)$ -\VerbatimFootnotes % allows verbatim text in footnotes -$endif$ $if(dir)$ \ifxetex % load bidi as late as possible as it modifies e.g. graphicx |