mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
documents/Warteschlangen: microtype, hyperref added
This commit is contained in:
parent
efaf398ce5
commit
023792bed8
2 changed files with 9 additions and 0 deletions
Binary file not shown.
|
@ -4,6 +4,8 @@
|
|||
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||
\usepackage{csquotes}
|
||||
\usepackage{makeidx} % for automatically generation of an index
|
||||
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
||||
\usepackage[german,nameinlink,noabbrev]{cleveref} % has to be after hyperref, ntheorem, amsthm
|
||||
\setlength{\parindent}{0mm}
|
||||
\setlength{\parskip}{0.25cm}
|
||||
\newcommand{\E}{{\rm I\kern-0.2em E}}
|
||||
|
@ -19,7 +21,14 @@ Karl Grill\thanks{ copyright\copyright 1999 by Karl Grill
|
|||
\protect\\ Details siehe Datei \enquote{copying}}}
|
||||
|
||||
|
||||
\hypersetup{
|
||||
pdfauthor = {Klaus Berger, Pantelis Christodoulides, Karl Grill},
|
||||
pdfkeywords = {},
|
||||
pdftitle = {Warteschlangentheorie}
|
||||
}
|
||||
|
||||
\makeindex
|
||||
\usepackage{microtype}
|
||||
|
||||
\begin{document}
|
||||
\title{Warteschlangentheorie}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue