Choose better formating for configuration blocks
This commit is contained in:
parent
60b40bccd5
commit
2f6feaa5d4
1 changed files with 14 additions and 10 deletions
12
handbook.tex
12
handbook.tex
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue