mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-07 03:40:13 +00:00
* feat: Merge changes from pandoc 3.5 LaTeX template * feat: create single file templates (latex and beamer) * feat: use `sed` differently on macOS than on other systems * feat: update copyright year * feat: release compressed archives without version number * docs: explain versions of the template (the different files) * ci: build with pandoc 3.5 * chore: add changelog for version 3.0.0
11 lines
368 B
Plaintext
Executable File
11 lines
368 B
Plaintext
Executable File
\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$
|