mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -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,
|
unicode,
|
||||||
pagebackref,
|
pagebackref,
|
||||||
xetex]{hyperref}
|
xetex]{hyperref}
|
||||||
\usepackage{color}
|
\usepackage{xcolor}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
@ -156,7 +156,17 @@
|
|||||||
<env name="document">
|
<env name="document">
|
||||||
<TeXML escape="0">
|
<TeXML escape="0">
|
||||||
<cmd name="lstset">
|
<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>
|
</cmd>
|
||||||
|
|
||||||
</TeXML>
|
</TeXML>
|
||||||
|
Loading…
Reference in New Issue
Block a user