This repository has been archived by the owner on Jan 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.tex
76 lines (63 loc) · 1.52 KB
/
main.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
%%
%% Analysis 1&2 BSc, ETH
%%
%% (C) 2012 Gregor Wegberg
%%
%% Contributors:
%% - Leo Büttiker
%% - Benjamin Steger
%% - Philipp Küng
%%
%% Partialy based on "Analysis Zusammenfassung 2009" from Stefan Heule (http://summaries.stefanheule.com)
%%
%% License: Creative Commons Attribution-Share Alike 3.0 Unported
%% http://creativecommons.org/licenses/by-sa/3.0/
%%
\documentclass[a4paper,titlepage,twocolumn]{article}
\usepackage[ngerman]{babel}
\input{./includes/standard-definitions.tex}
\input{./includes/standard-exam-summary.tex}
\input{./includes/amsthm_de.tex}
\graphicspath{{./data/}}
\usepackage{empheq}
\makeindex
\begin{document}
\input{./includes/amsmath-doc-settings.tex}
\onecolumn
{\footnotesize
\begin{multicols}{3}
\thispagestyle{empty}
\setcounter{tocdepth}{3}
\tableofcontents
\end{multicols}
%\idxlayout{columns=4,rule=0.1pt}
%\printindex
}
\twocolumn
\newpage
\setcounter{page}{1}
\pagestyle{plain}
\input{induktion.tex}
\input{mengen.tex}
\input{funktionen.tex}
\input{zwischenwertsatz.tex}
\input{folgen_R.tex}
\input{reihen.tex}
\input{taylor.tex}
\input{funktion_stetigkeit_limes.tex}
\input{stetigkeit_funktion_mehrere_variabeln.tex}
\input{funktionsfolgen.tex}
\input{differenzierbarkeit.tex}
\input{partialbruchzerlegung.tex}
\input{integralrechnung.tex}
\input{riemannsumme.tex}
\input{differentialgleichungen.tex}
\input{kurvenintegral.tex}
\input{differential_Rn.tex}
\input{vektoranalysis.tex}
\clearpage
\input{formeltafel.tex}
\input{reihen_tabellen.tex}
% fill the page
\clearpage
\end{document}