-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
43 lines (31 loc) · 1.06 KB
/
main.tex
File metadata and controls
43 lines (31 loc) · 1.06 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
%! Licence = CC BY-NC-SA 4.0
%! Author = gianfluetsch
%! Date = 22.01.2022
%! Project = icth_summary
%import template
\input{style/template.tex}
\newcommand{\TITLE}{ICTh Cheat Sheet}
\newcommand{\DELIVERYDATE}{\today}
\begin{document}
\begin{multicols*}{4}
\setlength{\columnseprule}{0.4pt}
\footnotesize
%import tableofcontents
\input{style/tableofcontents.tex}
%import content
\input{content/01-quellencodierung.tex}
\input{content/02-verschluesselung.tex}
\input{content/03-kanalcodierung.tex}
\input{content/04-signale.tex}
\input{content/05-quantisierung.tex}
\input{content/06-leitungscodierung.tex}
\input{content/07-qam.tex}
\input{content/08-einzelpulse.tex}
\input{content/09-bpsk.tex}
\input{content/10-produktmodulation.tex}
\input{content/11-pegelplan.tex}
\input{content/12-modulationsarten.tex}
\input{content/13-audiosignale.tex}
\input{content/14-fourieranalyse.tex}
\end{multicols*}
\end{document}