warteschlangen.tex 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. \hypersetup{
  23. pdfauthor = {Klaus Berger, Pantelis Christodoulides, Karl Grill},
  24. pdfkeywords = {},
  25. pdftitle = {Warteschlangentheorie}
  26. }
  27. \makeindex
  28. \usepackage{microtype}
  29. \newcommand*\diff{\mathop{}\!\mathrm{d}} % see http://tex.stackexchange.com/a/60546/5645
  30. \newcommand*\Diff[1]{\mathop{}\!\mathrm{d^#1}}
  31. \begin{document}
  32. \title{Warteschlangentheorie}
  33. \maketitle
  34. \tableofcontents
  35. \input{pantelis.tex}
  36. \input{klaus.tex}
  37. \printindex
  38. \end{document}