1
0
vt132-quickref/vt132.tex

63 lines
1.3 KiB
TeX
Raw Normal View History

2020-07-23 10:13:43 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% VT132 Quick Reference Guide
% by Anna Christina Naß <acn@acn.wtf>
% licensed under GNU Free Documentation License
% (GNU FDL), see fdl-1.3.txt
%
% VT132 by TheHighNibble
% http://thehighnibble.com/
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-07-15 10:44:59 +02:00
\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}
2020-07-21 15:50:44 +02:00
\publishers{\includegraphics[scale=0.7]{thn_logo}}
% on the back of the title page:
2020-07-23 10:13:43 +02:00
\uppertitleback{
Quick Reference Guide by by Anna Christina Naß \\
\\
Licensed under GNU Free Documentation License (FDL) 1.3\\
\footnotesize{\url{https://www.gnu.org/licenses/fdl-1.3.html}}
}
\lowertitleback{Created with \LaTeX{} using Linux Libertine font package}
2020-07-15 10:44:59 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Let's get started
\begin{document}
2020-07-23 10:13:43 +02:00
\maketitle
\tableofcontents
\include{introduction}
\include{terminal}
\include{setup}
\include{modem}
\appendix
\include{hardware}
\include{sequences}
2020-07-15 10:44:59 +02:00
\end{document}
% The End.
2020-07-23 10:13:43 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%