diff options
author | Nathan Gass <gass@search.ch> | 2010-12-13 21:29:27 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-13 20:43:17 -0800 |
commit | e8679c04c739161f695ee9d7fd6562f73de962c8 (patch) | |
tree | 5e2f813631063ed54012ba8292b9ada498db470e /templates | |
parent | c81495a07afc61cf39af51e1517586d1131c203a (diff) | |
download | pandoc-e8679c04c739161f695ee9d7fd6562f73de962c8.tar.gz |
Disabled colored boxes around cites in latex template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/latex.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex.template b/templates/latex.template index 8797871e8..371484ffc 100644 --- a/templates/latex.template +++ b/templates/latex.template @@ -66,7 +66,7 @@ $if(graphics)$ \let\Oldincludegraphics\includegraphics \renewcommand{\includegraphics}[1]{\Oldincludegraphics[width=\maxwidth]{#1}} $endif$ -\usepackage[breaklinks=true,unicode=true]{hyperref} +\usepackage[breaklinks=true,unicode=true,pdfborder={0 0 0}]{hyperref} \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} $if(numbersections)$ |