From 09f134559432a60d472323b0bb5fa8ebda4984d9 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 11 Jan 2025 19:54:57 +0100 Subject: Fix color --- pandoc/templates/elenq-article.latex | 2 +- pandoc/templates/elenq-book.latex | 2 +- 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=\\\{\}]} -- cgit v1.2.3