From f3709ccba3b86146b5f3e135acd0521f92511c66 Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Wed, 2 Jan 2019 22:34:17 -0500 Subject: LaTeX template: Require xcolor --- test/lhs-test.latex | 2 +- test/lhs-test.latex+lhs | 2 +- test/writer.latex | 2 +- test/writers-lang-and-dir.latex | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/lhs-test.latex b/test/lhs-test.latex index 5e266a082..5584b2cfa 100644 --- a/test/lhs-test.latex +++ b/test/lhs-test.latex @@ -30,7 +30,7 @@ }{% if KOMA class \KOMAoptions{parskip=half}} \makeatother -\IfFileExists{xcolor.sty}{\usepackage{xcolor}}{} +\usepackage{xcolor} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \hypersetup{ diff --git a/test/lhs-test.latex+lhs b/test/lhs-test.latex+lhs index 4b829e6c9..f22da75f3 100644 --- a/test/lhs-test.latex+lhs +++ b/test/lhs-test.latex+lhs @@ -30,7 +30,7 @@ }{% if KOMA class \KOMAoptions{parskip=half}} \makeatother -\IfFileExists{xcolor.sty}{\usepackage{xcolor}}{} +\usepackage{xcolor} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \hypersetup{ diff --git a/test/writer.latex b/test/writer.latex index 901a496b6..f6b074099 100644 --- a/test/writer.latex +++ b/test/writer.latex @@ -31,7 +31,7 @@ \KOMAoptions{parskip=half}} \makeatother \usepackage{fancyvrb} -\IfFileExists{xcolor.sty}{\usepackage{xcolor}}{} +\usepackage{xcolor} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \hypersetup{ diff --git a/test/writers-lang-and-dir.latex b/test/writers-lang-and-dir.latex index 715026f01..7b13594da 100644 --- a/test/writers-lang-and-dir.latex +++ b/test/writers-lang-and-dir.latex @@ -31,7 +31,7 @@ }{% if KOMA class \KOMAoptions{parskip=half}} \makeatother -\IfFileExists{xcolor.sty}{\usepackage{xcolor}}{} +\usepackage{xcolor} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} \hypersetup{ -- cgit v1.2.3