📚 The CoCalc Library - books, templates and other resources
License: OTHER
\documentclass[12pt,german,makeidx,oneside]{book}1\usepackage[utf8]{inputenc} % this is needed for umlauts2\usepackage[ngerman]{babel} % this is needed for umlauts3\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf4\usepackage{csquotes}5\usepackage{makeidx} % for automatically generation of an index6\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx7\usepackage[german,nameinlink,noabbrev]{cleveref} % has to be after hyperref, ntheorem, amsthm8\setlength{\parindent}{0mm}9\setlength{\parskip}{0.25cm}10\newcommand{\E}{{\rm I\kern-0.2em E}}11\newcommand{\PP}{{\rm I\kern-0.2em P}}12\date{Version 1.0\\October 11, 1999}13\author{Klaus Berger \\14Pantelis Christodoulides \\15Karl Grill\thanks{ copyright\copyright 1999 by Karl Grill16( grill@ci.tuwien.ac.at )17\protect\\ \LaTeX\ source erhältlich bei:18\protect\\ http://www.ci.tuwien.ac.at/$\sim$grill19\protect\\ Unterliegt der GNU General Public License20\protect\\ Details siehe Datei \enquote{copying}}}212223\hypersetup{24pdfauthor = {Klaus Berger, Pantelis Christodoulides, Karl Grill},25pdfkeywords = {},26pdftitle = {Warteschlangentheorie}27}2829\makeindex30\usepackage{microtype}3132\newcommand*\diff{\mathop{}\!\mathrm{d}} % see http://tex.stackexchange.com/a/60546/564533\newcommand*\Diff[1]{\mathop{}\!\mathrm{d^#1}}3435\begin{document}36\title{Warteschlangentheorie}37\maketitle38\tableofcontents39\input{pantelis.tex}40\input{klaus.tex}41\printindex42\end{document}43444546