aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-21 19:55:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-21 19:55:24 -0800
commitb3c1a89cdf8fe7fd919d4ccc63aeb19af3273f96 (patch)
tree35d858ab3fb3a636883fdc3e62eb43cbabca407a /templates
parentd43dbc83f286bb5ace3cf64d1cba45448ce17f37 (diff)
parent654c39a7d2de17149feb180703f371f2f54e41a5 (diff)
downloadpandoc-b3c1a89cdf8fe7fd919d4ccc63aeb19af3273f96.tar.gz
Merge branch 'master' of github.com:jgm/pandoc
Diffstat (limited to 'templates')
-rw-r--r--templates/latex.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/latex.template b/templates/latex.template
index c01f58b45..8d21cf215 100644
--- a/templates/latex.template
+++ b/templates/latex.template
@@ -47,6 +47,8 @@ $if(tables)$
$endif$
$if(strikeout)$
\usepackage[normalem]{ulem}
+% avoid problems with \sout in headers with hyperref:
+\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
$endif$
$if(subscript)$
\newcommand{\textsubscr}[1]{\ensuremath{_{\scriptsize\textrm{#1}}}}
@@ -67,8 +69,6 @@ $if(graphics)$
\renewcommand{\includegraphics}[1]{\Oldincludegraphics[width=\maxwidth]{#1}}
$endif$
\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}
$if(numbersections)$