mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
+ Split out common parts of latex template into partials: common.latex, fonts.latex, font-settings.latex, passoptions.latex, hypersetup.latex, after-header-includes.latex. + Split out old latex template into default.latex and default.beamer. + Make default.beamer the default template for beamer.
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
\usepackage{bookmark}
|
|
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
|
\urlstyle{$if(urlstyle)$$urlstyle$$else$same$endif$}
|
|
$if(links-as-notes)$
|
|
% Make links footnotes instead of hotlinks:
|
|
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
|
|
$endif$
|
|
$if(verbatim-in-note)$
|
|
\VerbatimFootnotes % allow verbatim text in footnotes
|
|
$endif$
|