summaryrefslogtreecommitdiff
path: root/pandoc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc/templates')
-rw-r--r--pandoc/templates/elenq-article.latex2
-rw-r--r--pandoc/templates/elenq-book.latex2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex
index 1e362d6..99b84de 100644
--- a/pandoc/templates/elenq-article.latex
+++ b/pandoc/templates/elenq-article.latex
@@ -171,7 +171,7 @@ $if(verbatim-in-note)$
$endif$
% Syntax highlight
-\usepackage{color}
+\usepackage{xcolor}
\usepackage{fancyvrb}
\newcommand{\VerbBar}{|}
\newcommand{\VERB}{\Verb[commandchars=\\\{\}]}
diff --git a/pandoc/templates/elenq-book.latex b/pandoc/templates/elenq-book.latex
index 0419e41..9a46cb1 100644
--- a/pandoc/templates/elenq-book.latex
+++ b/pandoc/templates/elenq-book.latex
@@ -172,7 +172,7 @@ $if(verbatim-in-note)$
$endif$
% Syntax highlight
-\usepackage{color}
+\usepackage{xcolor}
\usepackage{fancyvrb}
\newcommand{\VerbBar}{|}
\newcommand{\VERB}{\Verb[commandchars=\\\{\}]}