11 lines
233 B
TeX
11 lines
233 B
TeX
|
|
% Run Pandoc with -H header.tex to apply these changes
|
||
|
|
|
||
|
|
\usepackage{url}
|
||
|
|
|
||
|
|
\definecolor{inline_code_colour}{HTML}{000080}
|
||
|
|
|
||
|
|
\let\oldtexttt\texttt
|
||
|
|
\renewcommand{\texttt}[1]{\textcolor{inline_code_colour}{\oldtexttt{#1}}}
|
||
|
|
|
||
|
|
\urlstyle{sf}
|