-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEmile.tex
97 lines (83 loc) · 2.62 KB
/
Emile.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
\documentclass{dsa-latex/newlayout}
%Bitte hier den enstprechenden Ort einsetzen z.B. Braunschweig und die Akademienummer
\Akademie{Braunschweig}{2014}{2}
\usepackage[english,ngerman]{babel}
\usepackage{dsa-latex/misc}
\usepackage{multicol}
\usepackage
[
style=authoryear-comp,
backend=biber,
maxbibnames=99,
useprefix=true,
%citestyle=authoryear-icomp
]
{biblatex}
%MH: für bibliografie; bibtex ist per einschlägiger Quellen obsolet und nun durch biblatex ersetzt (http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management)
\DeclareNameAlias{sortname}{last-first}
%makes Lastname, Firstname in the bibliography
\renewcommand{\labelnamepunct}{\addcolon\space}
%includes colon after year in bibliograpy
\renewcommand*{\multinamedelim}{;\space}
%changes name delimiter in citations and bibliography to semicolon
\addbibresource{emile_library.bib}
%MH wichtiger bibliografie-befehl für biblatex; funktioniert nicht mit bibtex
\usepackage{epigraph}
\setlength{\epigraphwidth}{0.9\columnwidth}
%for nice-looking epigraphs, e.g. at the beginning of chapters etc.
%\usepackage{amsmath}%wird automatisch durch newlayout.cls geladen
\usepackage{amsfonts}
%%%%%Mathe-Definitionen
\newtheorem{Def}{Definition}
\newtheorem{Sat}{Satz}
\newtheorem{Bew}{Beweis}
%%%%Ende Mathe-Definitionen
\begin{document}
% \input{titel}
\setcounter{page}{3}
\setcounter{tocdepth}{1}
\tableofcontents
\setcounter{secnumdepth}{1}
\setcounter{page}{7}
\setcounter{chapter}{0}
%Angabe, bis zu welcher Stufe die sections im Text nummeriert werden sollen.
\settocdepth{2}
\course{4}{Schule und Demokratie}
\begin{coursetitle}
\centerline{Schule und Demokratie}
\bigskip
\Large \centerline{Inklusive Pädagogik und Deliberative Politik}
\bigskip
\includegraphics[width=0.9\textwidth]{img/kurslogo.jpg}
\label{fig:meinbild}
\bigskip
\end{coursetitle}
%\begin{dsafigure}
%\begin{center}
%\includegraphics[width=.9\columnwidth]{Titelbild-fehlt.png}
%\caption{meine Bildunterschrift}
%label{fig:meinbild}
%\end{center}
%\end{dsafigure}
\input{Kursbeschreibung.tex}
\input{Vorwort.tex}
\input{Einfuehrung.tex}
\input{Rousseau.tex}
% Exposition
\input{Exposition/Tilly.tex}
\input{Exposition/Dahl.tex}
\input{Exposition/Siebert.tex}
\input{Exposition/Benner.tex}
\input{Exposition/Mead.tex}
\input{Exposition/KleinbergSozialwahltheorie.tex}
\input{Exposition/KleinbergNetzwerktheorie.tex}
\input{Exposition/KleinbergSpieltheorie.tex}
\input{Dewey.tex}
% Projekt
\input{Projekt/Hayek.tex}
\input{Projekt/Illich.tex}
\input{Projekt/Habermas.tex}
\input{Projekt/Freinet.tex}
\input{Reflexion.tex}
\printbibliography
\end{document}