From e5c72caf29026d91a1ae6bae81d2304fecd40d80 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 3 Dec 2015 10:44:33 -0800 Subject: LaTeX template changes: - only pass options to color package if colorlinks is set - make definition of `\euro` conditional in xelatex/lualatex, as it is already for pdflatex (Andrew Dunning) --- tests/writer.latex | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/writer.latex') diff --git a/tests/writer.latex b/tests/writer.latex index 9102758e9..ced46f808 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -13,7 +13,6 @@ \usepackage{fontspec} \fi \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} - \newcommand{\euro}{€} \fi % use upquote if available, for straight quotes in verbatim environments \IfFileExists{upquote.sty}{\usepackage{upquote}}{} @@ -23,7 +22,6 @@ \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} \usepackage{hyperref} -\PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref \hypersetup{unicode=true, pdftitle={Pandoc Test Suite}, pdfauthor={John MacFarlane; Anonymous}, -- cgit v1.2.3