forked from OST-Stud/AppElm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAppElm.tex
63 lines (59 loc) · 1.85 KB
/
AppElm.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
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% "THE BEER-WARE LICENSE" (Revision 42, Hannes Badertscher):
% Reto Christen ([email protected]) and Thomas Franz ([email protected])
% wrote this file. As long as you retain this notice you can do whatever you want
% with this stuff. If we meet some day, and you think this stuff is worth it,
% you can buy me a beer in return.
% - Reto Christen & Thomas Franz
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Dokumentinformationen
\title{Applied Electromagnetics}
\author{HSR-Stud R. Christen, Th. Franz}
%\version{$Revision: Marie $ - powered by \LaTeX}
\documentclass[8spt,twoside,a4paper,fleqn]{article}
% Header
\include{header/zusammenfassung}
\usepackage{tikz}
\usepackage{textcomp, pxfonts, enumitem}
\usetikzlibrary{intersections}
\usepackage{longtable}
\usetikzlibrary{calc}
\usetikzlibrary{through}
\usepackage{adjustbox}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{subcaption}
% Setzt ein zentriertes Bild mit Beschriftung
% Syntax: \abb{Pfad zum Bild}{Bildgrösse}{Beschriftung des Bildes}
\newcounter{abbildungen} \stepcounter{abbildungen}
\newcommand{\abb}[3]{
\begin{center}
\includegraphics[width=#2]{#1} \\
Abbildung \arabic{abbildungen}: #3
\stepcounter{abbildungen}
\end{center}
}
% Document
\begin{document}
\input{sections/Fundamentals}
\newpage
\input{sections/MaxwellEq}
\input{sections/Electrostatic}
\input{sections/CurrentDist}
\input{sections/Magnetostatic}
\input{sections/Electroquasistatic}
\input{sections/Magnetoquasistatic}
\newpage
\input{sections/Waves}
\input{sections/BC}
\newpage
\input{sections/FEM}
\input{sections/Dielectric}
\input{sections/Eddy}
\newpage
\input{sections/FDTD}
\newpage
\input{sections/Antennas}
\input{sections/Transmission_Lines}
\input{idiotenseite/IdiotenseiteInclude.tex}
\end{document}