diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-21 19:24:00 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-21 19:24:00 -0800 |
commit | 654c39a7d2de17149feb180703f371f2f54e41a5 (patch) | |
tree | 94857dd4511a5e3f0d33c4499d2db10a628e771a /tests/natbib-citations.latex | |
parent | d0726920db29fee60f09c45be2974bf8d9eb464f (diff) | |
download | pandoc-654c39a7d2de17149feb180703f371f2f54e41a5.tar.gz |
latex template: move special treatment of \sout.
It needs to be inside the if(strikeout) condition, after
the ulem package is imported; otherwise we try to renewcommand{\sout} when
\sout isn't yet defined.
Diffstat (limited to 'tests/natbib-citations.latex')
-rw-r--r-- | tests/natbib-citations.latex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/natbib-citations.latex b/tests/natbib-citations.latex index fdb4e14fc..f4f5cf452 100644 --- a/tests/natbib-citations.latex +++ b/tests/natbib-citations.latex @@ -5,8 +5,6 @@ \usepackage{natbib} \bibliographystyle{plainnat} \usepackage[breaklinks=true,unicode=true,pdfborder={0 0 0}]{hyperref} -% avoid problems with \sout in headers with hyperref: -\pdfstringdefDisableCommands{\renewcommand{\sout}{}} \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} \setcounter{secnumdepth}{0} |