-
Notifications
You must be signed in to change notification settings - Fork 0
/
ersti.tex
91 lines (77 loc) · 2.6 KB
/
ersti.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
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
\RequirePackage{fix-cm}
\documentclass[ngerman,a4paper,openany,twocolumn,showtrims]{memoir}
\input{praeambel}
\begin{document}
\pagestyle{empty}
\frontmatter
\tableofcontents
\mainmatter
\pagestyle{plain}
%Kopfzeile: Links Kapitelname, rechts Sectionname in Kapitälchen (small caps)
\makeevenhead{plain}{\leftmark}{}{}
\makeoddhead{plain}{}{}{\rightmark}
\renewcommand*{\chaptermark}[1]{%
\markboth{%
\textcolor{sectiontextfarbe}{%
\sffamily\bfseries\textsc{#1}%
}%
}{}%
}
\renewcommand*{\sectionmark}[1]{%
\markright{%
\textcolor{sectiontextfarbe}{%
\sffamily\bfseries\textsc{#1}%
}%
}%
}
\chapter{Welcome to Heidelberg!}
% \input{introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \chapter{Study programs}
% \input{studiengaenge/master_physik}
% \input{studiengaenge/master_mathe}
% \input{studiengaenge/master_angewandte_informatik}
% \input{studiengaenge/master_technische_informatik}
% \input{studiengaenge/master_scientific_computing}
% \input{studiengaenge/master_education}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Studying in Germany 101}
% \input{studying-101/course_types}
% \input{studying-101/points_and_grading}
% \input{studying-101/legal_side}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Getting Help}
% \input{getting-help/international_office}
% \input{getting-help/tuition}
% \input{getting-help/professional_advice}
% \input{getting-help/nightline}
% \input{getting-help/handicap}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{At the University \dots}
% \input{at-the-university/canteen}
% \input{at-the-university/edv}
% \input{at-the-university/libraries}
% \input{an-der-uni/going_abroad}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{\dots and in Town}
% \input{in-town/living}
% \input{in-town/going_out}
% \input{in-town/culture}
% \input{in-town/transport}
% \input{in-town/sports}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Student Council}
% \input{mathphys/fachschaft_whats_that}
% \input{mathphys/what_we_do_for_you}
% \input{mathphys/evaluation}
% \input{mathphys/university_politics}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Contact Persons}
% \input{contact_persons}
\makeevenhead{plain}{}{}{}
\makeoddhead{plain}{}{}{}
\stepcounter{chapter}
% \printglossaries
\end{document}