diff --git a/xep2texml.xsl b/xep2texml.xsl index d31a08db..1856a207 100755 --- a/xep2texml.xsl +++ b/xep2texml.xsl @@ -72,7 +72,7 @@ unicode, pagebackref, xetex]{hyperref} -\usepackage{color} +\usepackage{xcolor} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{tabularx} @@ -156,7 +156,17 @@ - language=XML, basicstyle=\small, frame=single, breaklines=true, emptylines=5 + language=XML, + breaklines=true, + emptylines=5, + frame=single, + rulecolor=\color{black}, + basicstyle=\small\color{darkgray}, + keywordstyle=\color{cyan}, + stringstyle=\color{blue}, + tagstyle=\color{purple}, + markfirstintag=true +