generated from HSR-Stud/VorlageZF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInTra_HS22.tex
109 lines (79 loc) · 2.34 KB
/
InTra_HS22.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
% !TeX program = xelatex
% !TeX encoding = utf8
% !TeX root = InTra_HS22.tex
%% TODO: publish to CTAN
\documentclass[margin=normal]{tex/hsrzf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages
\usepackage{graphicx}
\usepackage{bm}
\usepackage{multicol}
\usepackage{pdfpages}
\usepackage{color, colortbl}
\usepackage{trfsigns}
\usepackage{mathrsfs}
\usepackage{adjustbox}
\usepackage{amsmath}
%% TODO: publish to CTAN
\usepackage{tex/hsrstud}
%% Language configuration
\usepackage{polyglossia}
\setdefaultlanguage[variant=swiss]{german}
%% License configuration
\usepackage[
type={CC},
modifier={by-nc-sa},
version={4.0},
lang={german},
]{doclicense}
% Color configuration
\definecolor{TabularBackgroundColor}{rgb}{0.83,0.96,0.96}
\definecolor{White}{rgb}{0.0,0.0,0.0}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metadata
\course{Elektrotechnik}
\module{InTra}
\semester{Herbstsemester 2022}
\authoremail{joel.Leirer@ost.ch}
\author{\textsl{Joël Leirer} -- \texttt{\theauthoremail}}
% did someone help you with this work?
\contributors{
% I created this template, does that count?
% do not forget to add yourself!
}
\title{\texttt{\themodule} Zusammenfassung}
\date{\thesemester}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document
\begin{document}
% use roman numberals for introductiory pages
\pagenumbering{roman}
\maketitle
% \begin{abstract}
% \end{abstract}
% show the names of the people who contributed to this document.
% \section*{Contributors}
% \thecontributors
\section*{Lizenz}
\doclicenseThis
\subsection*{Note:}
Erlaubte Hilfsmittel HS22:
\begin{itemize}
\item 4 A4-Seiten Zusammenfassung
\item Formelsammlung Fourier-/Laplacetransformation
\\ {\tiny(Diese Formelsammlung ohne Inhaltsverzeichnis, Anhang ist erwähnte Fourier-Tabelle.)}
\end{itemize}
\newpage
\tableofcontents
% actual content
\clearpage
\setcounter{page}{1}
\pagenumbering{arabic}
\input{include/Integraltransformationen/Integraltransformationen.tex}
\input{include/Wichtige Funktionen/Wichtige Funktionen.tex}
\input{include/LTI-Systeme_kurz/LTI-Systeme_kurz.tex}
\input{include/Integrieren und Differenzieren/Integrieren und Differenzieren.tex}
\input{include/Wichtige Werte & Vereinfachungen/Wichtige Werte & Vereinfachungen.tex}
\newpage
\includepdf[pages=-]{AnhangPDF/fourierLaplaceTabelle_v02.pdf}
\end{document}