Skip to content
Snippets Groups Projects
Commit 80b2150c authored by Luke Naylor's avatar Luke Naylor
Browse files

Move command from preamble to appendix

parent 764353d7
No related branches found
No related tags found
No related merge requests found
\def\PYZsq{\textquotesingle}% Upright quotes in Pygmentized code
% Colors for the hyperref package % Colors for the hyperref package
\definecolor{urlcolor}{rgb}{0,.145,.698} \definecolor{urlcolor}{rgb}{0,.145,.698}
\definecolor{linkcolor}{rgb}{.71,0.21,0.01} \definecolor{linkcolor}{rgb}{.71,0.21,0.01}
......
...@@ -14,10 +14,6 @@ ...@@ -14,10 +14,6 @@
\usepackage{xcolor} % Allow colors to be defined \usepackage{xcolor} % Allow colors to be defined
\usepackage{enumerate} % Needed for markdown enumerations to work \usepackage{enumerate} % Needed for markdown enumerations to work
\usepackage{textcomp} % defines textquotesingle \usepackage{textcomp} % defines textquotesingle
% Hack from http://tex.stackexchange.com/a/47451/13684:
\AtBeginDocument{%
\def\PYZsq{\textquotesingle}% Upright quotes in Pygmentized code
}
\usepackage{upquote} % Upright quotes for verbatim code \usepackage{upquote} % Upright quotes for verbatim code
\usepackage{eurosym} % defines \euro \usepackage{eurosym} % defines \euro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment