You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
620 B
29 lines
620 B
% Fonts
|
|
% \setmainfont{Linux Libertine O}
|
|
\setmainfont{GFS Didot}
|
|
|
|
% Code styling
|
|
\definecolor{codebackground}{RGB}{240, 240, 240}
|
|
|
|
\lstdefinestyle{codestyle}{
|
|
backgroundcolor=\color{codebackground},
|
|
basicstyle=\ttfamily\footnotesize,
|
|
breakatwhitespace=false,
|
|
breaklines=true,
|
|
captionpos=b,
|
|
keepspaces=true,
|
|
numbers=left,
|
|
numbersep=5pt,
|
|
showspaces=false,
|
|
showstringspaces=false,
|
|
showtabs=false,
|
|
tabsize=2
|
|
}
|
|
|
|
\lstset{style=codestyle}
|
|
|
|
% Other styles
|
|
\setlength{\parskip}{0.2cm}
|
|
|
|
\hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue, citecolor=blue}
|
|
\urlstyle{same}
|
|
|