-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOwn_Pkgs.tex
47 lines (45 loc) · 1.69 KB
/
Own_Pkgs.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Dokumentinformationen
\usepackage[
pdftitle={\workTitle},
pdfsubject={},
pdfauthor={\studentFirstName \studentLastName},
pdfkeywords={}
pdftex=true,
colorlinks=true,
breaklinks=true,
citecolor=black,
linkcolor=black,
menucolor=black,
%urlcolor=black
urlcolor=magenta
]{hyperref}
\hypersetup{
bookmarks=true, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobat’s bookmarks
pdftoolbar=true, % show Acrobat’s toolbar?
pdfmenubar=true, % show Acrobat’s menu?
pdffitwindow=false, % window fit to page when opened
pdfstartview={FitH}, % fits the width of the page to the window
pdftitle={My title}, % title
pdfauthor={Author}, % author
pdfsubject={Subject}, % subject of the document
pdfcreator={Creator}, % creator of the document
pdfproducer={Producer}, % producer of the document
pdfkeywords={keyword1} {key2} {key3}, % list of keywords
pdfnewwindow=true, % links in new window
colorlinks=false, % false: boxed links; true: colored links
linkcolor=black, % color of internal links (change box color with linkbordercolor)
citecolor=black, % color of links to bibliography
filecolor=black, % color of file links
urlcolor=black % color of external links
}
\usepackage{xurl}
\usepackage{chngcntr}
\usepackage{placeins}
\usepackage{enumitem}
\usepackage{todonotes}
\usepackage[toc,acronym]{glossaries}
%https://tex.stackexchange.com/questions/116534/lstlisting-line-wrapping/116572
%https://tex.stackexchange.com/questions/269491/mixing-minted-with-lstlisting
\usepackage[chapter]{minted}
\AtEndEnvironment{listing}{\vspace{-14pt}}