30 lines
667 B
TeX
30 lines
667 B
TeX
\usepackage[T1]{fontenc}
|
|
\usepackage{libertine}
|
|
|
|
\usepackage{tabulary}
|
|
\usepackage{varioref}
|
|
\usepackage{graphicx}
|
|
\usepackage{multirow}
|
|
|
|
\usepackage[unicode,
|
|
bookmarks=true,
|
|
bookmarksnumbered=true,
|
|
pdfpagemode=UseOutlines,
|
|
pdfstartview={FitV 0},
|
|
pdffitwindow=true,
|
|
colorlinks=true,
|
|
linkcolor=black,
|
|
citecolor=black,
|
|
filecolor=black,
|
|
urlcolor=black,
|
|
pdfauthor={Anna Christina Naß},
|
|
pdftitle={VT132 Manual},
|
|
pdfsubject={Documentation},
|
|
pdfkeywords={VT132}
|
|
]{hyperref}
|
|
|
|
% Give a little room between table rows:
|
|
\renewcommand{\arraystretch}{1.2}
|
|
% The TOC should only contain Chapters and Sections:
|
|
\setcounter{tocdepth}{\sectiontocdepth}
|