summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-01-11 19:54:57 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-01-11 19:54:57 +0100
commit09f134559432a60d472323b0bb5fa8ebda4984d9 (patch)
tree64ebbb312dba48d2d8d53433285547482491fd48
parent8bc6f1eab3288c3a6ae15a050c8d9fd84aacbf47 (diff)
Fix color
-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=\\\{\}]}