1
0

First commit

This commit is contained in:
acn
2020-07-15 10:44:59 +02:00
parent db4a6e6b56
commit 2fa34f5d59
13 changed files with 715 additions and 2 deletions
+49
View File
@@ -0,0 +1,49 @@
\documentclass[
a5paper,
pdftex,
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{\LaTeX{} by Anna Christina Naß}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Let's get started
\begin{document}
\maketitle
\tableofcontents
\include{introduction}
\include{terminal}
\include{setup}
\include{modem}
\include{appendix}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The End.