-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmain.tex
23 lines (23 loc) · 876 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentclass[minted]{protocol}
% Required
\title{Protokolle in \LaTeX}
\author{Markus Reichl}
% Optional
\mysubtitle{Laborprotokoll}
\mysubject{Systemtechnik Labor}
\mycourse{xHIT 2017/18, Gruppe A}
% Version
\myteacher{Michael Borko}
\myversion{1.1}
\mybegin{31. Januar 2018}
\myfinish{17. April 2018}
% \setcode{frame=single} % Add a frame to codes (single, lines)
% \setcode{bgcolor=MyLightGray} % Add a background to codes (minted only)
% \usemintedstyle{rainbow_dash} % autumn, rainbow_dash, tango (default), trac
\begin{document}
% \thispagestyle{fancy} % Makes the first page fancy too
% \begin{abstract}\end{abstract} % Add a short overview
\include{_task} % Information about the purpose of this project
\include{_solution} % Solution for the given tasks and their documentation
% \glsaddall % Add all glossary entries to printglossaries
\end{document}