mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Syntax highlight XML in the PDFs.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3561 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
72cc9def59
commit
a0906fd97e
@ -72,7 +72,7 @@
|
||||
unicode,
|
||||
pagebackref,
|
||||
xetex]{hyperref}
|
||||
\usepackage{color}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{tabularx}
|
||||
@ -156,7 +156,17 @@
|
||||
<env name="document">
|
||||
<TeXML escape="0">
|
||||
<cmd name="lstset">
|
||||
<parm>language=XML, basicstyle=\small, frame=single, breaklines=true, emptylines=5</parm>
|
||||
<parm>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
|
||||
</parm>
|
||||
</cmd>
|
||||
|
||||
</TeXML>
|
||||
|
Loading…
Reference in New Issue
Block a user