Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132935 views
License: OTHER
1
\documentclass[12pt,german,makeidx,oneside]{book}
2
\usepackage[utf8]{inputenc} % this is needed for umlauts
3
\usepackage[ngerman]{babel} % this is needed for umlauts
4
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
5
\usepackage{csquotes}
6
\usepackage{makeidx} % for automatically generation of an index
7
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
8
\usepackage[german,nameinlink,noabbrev]{cleveref} % has to be after hyperref, ntheorem, amsthm
9
\setlength{\parindent}{0mm}
10
\setlength{\parskip}{0.25cm}
11
\newcommand{\E}{{\rm I\kern-0.2em E}}
12
\newcommand{\PP}{{\rm I\kern-0.2em P}}
13
\date{Version 1.0\\October 11, 1999}
14
\author{Klaus Berger \\
15
Pantelis Christodoulides \\
16
Karl Grill\thanks{ copyright\copyright 1999 by Karl Grill
17
( grill@ci.tuwien.ac.at )
18
\protect\\ \LaTeX\ source erhältlich bei:
19
\protect\\ http://www.ci.tuwien.ac.at/$\sim$grill
20
\protect\\ Unterliegt der GNU General Public License
21
\protect\\ Details siehe Datei \enquote{copying}}}
22
23
24
\hypersetup{
25
pdfauthor = {Klaus Berger, Pantelis Christodoulides, Karl Grill},
26
pdfkeywords = {},
27
pdftitle = {Warteschlangentheorie}
28
}
29
30
\makeindex
31
\usepackage{microtype}
32
33
\newcommand*\diff{\mathop{}\!\mathrm{d}} % see http://tex.stackexchange.com/a/60546/5645
34
\newcommand*\Diff[1]{\mathop{}\!\mathrm{d^#1}}
35
36
\begin{document}
37
\title{Warteschlangentheorie}
38
\maketitle
39
\tableofcontents
40
\input{pantelis.tex}
41
\input{klaus.tex}
42
\printindex
43
\end{document}
44
45
46