diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-08-21 09:36:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-08-21 09:36:08 -0700 |
commit | 466c90ed5bb489d9cafe41b59fff47a3c5eb858c (patch) | |
tree | e419dea1cce7f3f9809ca072bcf945faba10fda0 /default.latex | |
parent | 24f4d37ebca7a94f5d6110af60f3fbc8f660918b (diff) | |
download | pandoc-templates-466c90ed5bb489d9cafe41b59fff47a3c5eb858c.tar.gz pandoc-templates-466c90ed5bb489d9cafe41b59fff47a3c5eb858c.zip |
Updated templates for pandoc 2.14.2
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.latex b/default.latex index d067016..d6a6208 100644 --- a/default.latex +++ b/default.latex | |||
@@ -315,6 +315,7 @@ $if(links-as-notes)$ | |||
315 | \DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}} | 315 | \DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}} |
316 | $endif$ | 316 | $endif$ |
317 | $if(strikeout)$ | 317 | $if(strikeout)$ |
318 | $-- also used for underline | ||
318 | \usepackage[normalem]{ulem} | 319 | \usepackage[normalem]{ulem} |
319 | % Avoid problems with \sout in headers with hyperref | 320 | % Avoid problems with \sout in headers with hyperref |
320 | \pdfstringdefDisableCommands{\renewcommand{\sout}{}} | 321 | \pdfstringdefDisableCommands{\renewcommand{\sout}{}} |