Skip to content
Snippets Groups Projects
Commit 150dfecc authored by Jost Rossel's avatar Jost Rossel
Browse files

Add example macros to custom_preamble

parent 56853033
No related branches found
No related tags found
No related merge requests found
% example of a custom listing language definition
\lstdefinelanguage{XML}{
morestring=[b]",
moredelim=[s][\bfseries\color{upbblue}]{<}{\ },
moredelim=[s][\bfseries\color{upbblue}]{</}{>},
moredelim=[l][\bfseries\color{upbblue}]{/>},
moredelim=[l][\bfseries\color{upbblue}]{>},
morecomment=[s]{<?}{?>},
morecomment=[s]{<!--}{-->},
alsoletter={-:},
identifierstyle=\color{upbdarkgreen},
keywordstyle=\color{upbblue},
stringstyle=\color{upborange},
commentstyle=\color{upbgray},
}
\usepackage{todonotes} % provides the \todo command
\usepackage{pifont} % defines some symbols http://ctan.org/pkg/pifont
\newcommand*{\cmark}{\ding{51}}% checkmark
\newcommand*{\xmark}{\ding{53}}% crossmark
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment