-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.tex
82 lines (76 loc) · 1.54 KB
/
content.tex
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
% Settings
\ifEMBED
\setcounter{tocdepth}{4} %= Aufnahme in das Inhaltsverzeichnis *
\setcounter{secnumdepth}{4} % = Nummerierung vertiefen *
\fi
% title page
\ifSTANDALONE
\ifDC
\input{src/dc/title}
\fi
\ifBLDC
\input{src/bldc/title}
\fi
\ifSTEPPER
\input{src/stepper/title}
\fi
\ifREVIEW
\input{src/review/title}
\fi
\else
\author{PREN-ET}
\maketitle
\fi
% Content
\tableofcontents
\clearpage
\input{src/common/hardwarezusammenarbeit}
\ifDC
\renewcommand{\EtPath}{src/dc}
\input{src/dc/concept}
\clearpage
\input{src/dc/implementation}
\clearpage
\fi
\ifBLDC
\renewcommand{\EtPath}{src/bldc}
\input{src/bldc/ansteuerung}
\clearpage
\input{src/bldc/testbericht}
\clearpage
\input{src/bldc/hardware}
\clearpage
\input{src/bldc/firmware}
\clearpage
\input{src/bldc/fallback}
\clearpage
\input{src/bldc/encoder}
\clearpage
\fi
\ifSTEPPER
\renewcommand{\EtPath}{src/stepper}
\input{src/stepper/wirkungsweise}
\clearpage
\input{src/stepper/ansteuerung}
\clearpage
\input{src/stepper/l6480}
\clearpage
\input{src/stepper/realisierung}
%\input{src/stepper/ausblick}
\clearpage
\fi
\ifREVIEW
\input{src/review/review}
\fi
\input{src/common/quellen}
\listoffigures
\listoftables
\ifBLDC
\appendix
\begin{appendix}
\clearpage
\pagenumbering{Roman}
\renewcommand{\EtPath}{src/bldc}
\input{\EtPath/Schema}
\end{appendix}
\fi