Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/formats/beamer/pandoc/after-header-includes.latex
12923 views
1
\usepackage{bookmark}
2
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
3
\urlstyle{$if(urlstyle)$$urlstyle$$else$same$endif$}
4
$if(links-as-notes)$
5
% Make links footnotes instead of hotlinks:
6
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
7
$endif$
8
$if(verbatim-in-note)$
9
\VerbatimFootnotes % allow verbatim text in footnotes
10
$endif$
11
12