-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCompEng2.tex
More file actions
60 lines (57 loc) · 1.61 KB
/
CompEng2.tex
File metadata and controls
60 lines (57 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titleinfo}{ComEng2 Zusammenfassung}
\newcommand{\authorname}{\href{mailto:lmazzole@hsr.ch}{L. Mazzoleni}\quad \href{mailto:sreinli@hsr.ch}{S. Reinli}\quad
\href{mailto:flurin.arquint@hsr.ch}{F. Arquint}}
\newcommand{\authoremail}{\href{mailto:lmazzole@hsr.ch}{lmazzole@hsr.ch}\quad \href{mailto:sreinli@hsr.ch}{sreinli@hsr.ch}\quad
\href{mailto:flurin.arquint@hsr.ch}{flurin.arquint@hsr.ch}}
\newcommand{\versioninfo}{v0.1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Standard projektübergreifender Header für
% - Makros
% - Farben
% - Mathematische Operatoren
%
% dORT NUR ERGÄNZEN, NICHTS LÖSCHEN
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{header/header}
% Möglichst keine Ergänzungen hier, sondern in header.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{sections/README}
\maketitle
\setcounter{tocdepth}{2} % Show subsections
\tableofcontents
\thispagestyle{empty}
\newpage
\input{sections/V1}
\clearpage
\input{sections/V2}
\clearpage
\input{sections/V3}
\clearpage
\input{sections/V4}
\clearpage
\input{sections/V5}
\clearpage
\input{sections/V6}
\clearpage
\section{V7 (ausgefallen)}
\input{sections/V7}
\clearpage
\input{sections/V8}
\clearpage
\input{sections/V9}
\clearpage
\input{sections/V11}
\clearpage
\input{sections/V12}
\clearpage
\input{sections/V13}
\clearpage
\input{sections/V14}
\clearpage
\input{sections/anhang}
\end{document}