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
|
% Hyperlinks
|
||||||
\usepackage[pdfusetitle]{hyperref}
|
\usepackage[pdfusetitle]{hyperref}
|
||||||
\hypersetup{colorlinks=true,
|
\hypersetup{
|
||||||
|
colorlinks=true,
|
||||||
linkcolor=linkcolor,
|
linkcolor=linkcolor,
|
||||||
citecolor=linkcolor,
|
citecolor=linkcolor,
|
||||||
urlcolor=linkcolor}
|
urlcolor=linkcolor
|
||||||
|
}
|
||||||
|
|
||||||
% References
|
% References
|
||||||
\usepackage[capitalise,nameinlink,noabbrev]{cleveref}
|
\usepackage[capitalise,nameinlink,noabbrev]{cleveref}
|
||||||
|
|
||||||
% Source Code
|
% Source Code
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\lstset{basicstyle=\footnotesize\ttfamily,
|
\lstset{
|
||||||
|
basicstyle=\footnotesize\ttfamily,
|
||||||
breaklines=true,
|
breaklines=true,
|
||||||
frame=tb,
|
frame=tb,
|
||||||
numberstyle=\tiny,
|
numberstyle=\tiny,
|
||||||
showstringspaces=false,
|
showstringspaces=false,
|
||||||
xleftmargin=2em}
|
xleftmargin=2em
|
||||||
|
}
|
||||||
|
|
||||||
% Document Specific Packages
|
% Document Specific Packages
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
|
|
Loading…
Reference in a new issue