Choose better formating for configuration blocks

This commit is contained in:
Alex Hirsch 2017-07-17 18:57:29 +02:00
parent 60b40bccd5
commit 2f6feaa5d4

View file

@ -27,22 +27,26 @@
% Hyperlinks
\usepackage[pdfusetitle]{hyperref}
\hypersetup{colorlinks=true,
\hypersetup{
colorlinks=true,
linkcolor=linkcolor,
citecolor=linkcolor,
urlcolor=linkcolor}
urlcolor=linkcolor
}
% References
\usepackage[capitalise,nameinlink,noabbrev]{cleveref}
% Source Code
\usepackage{listings}
\lstset{basicstyle=\footnotesize\ttfamily,
\lstset{
basicstyle=\footnotesize\ttfamily,
breaklines=true,
frame=tb,
numberstyle=\tiny,
showstringspaces=false,
xleftmargin=2em}
xleftmargin=2em
}
% Document Specific Packages
\usepackage{lipsum}