57 lines
933 B
TeX
57 lines
933 B
TeX
\documentclass[
|
|
a5paper,
|
|
headsepline,
|
|
footsepline=false,
|
|
10pt,
|
|
twoside,
|
|
DIV=16,
|
|
BCOR=3mm,
|
|
footinclude=false,
|
|
parskip=half
|
|
]{scrbook}
|
|
|
|
% all other \usepackages and \renewcommands are there:
|
|
\include{includes}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Title page and TOC
|
|
|
|
\title{\includegraphics{logo}}
|
|
\subtitle{Quick Reference Guide}
|
|
\author{}
|
|
\date{Version 1.0.0}
|
|
\publishers{\includegraphics[scale=0.7]{thn_logo}}
|
|
|
|
% on the back of the title page:
|
|
\uppertitleback{Quick Reference Guide by by Anna Christina Naß}
|
|
\lowertitleback{Created using \LaTeX{} using Linux Libertine font package}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Let's get started
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
\include{introduction}
|
|
|
|
\include{terminal}
|
|
|
|
\include{setup}
|
|
|
|
\include{modem}
|
|
|
|
\appendix
|
|
|
|
\include{hardware}
|
|
|
|
\include{sequences}
|
|
|
|
\end{document}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% The End.
|
|
|