-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.tex
84 lines (74 loc) · 2.51 KB
/
config.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
\input{makeconfig.tex}
% Semesterticket
\newcommand{\semesterticketpreis}{\EUR{141,90}} % https://www.naldo.de/tickets/semesterticket/
\newcommand{\jugendticketbwpreis}{\EUR{182,50}} % https://www.naldo.de/tickets/jugendticketbw-studierende/
\newcommand{\dticketpreis}{\EUR{49,00}}
\newcommand{\dtickettuebingenpreis}{\EUR{34,00}} % https://www.naldo.de/tickets/deutschlandticket-tuebingen/
\ifinfo
\newcommand{\Matheprof}{Prof. Markwig}
\newcommand{\Infoprof}{Jun.-Prof. Brachthäuser / Prof. Pons-Moll}
% Studienberatung
\newcommand{\studBeratungInfo}{Julia Katheder \& Prof. Menth}
\newcommand{\studBeratungBio}{Prof. Kay Nieselt}
\newcommand{\studBeratungMedien}{Prof. Schilling}
\newcommand{\studBeratungMedizin}{Prof. Walter \& Prof. Pfeifer}
\newcommand{\studBeratungLehramt}{Laura Herb \& Prof. Ostermann}
\newcommand{\studBeratungKogni}{Dr. Elisabeth Hein}
\newcommand{\Studiendekan}{Prof. Hennig}
\newcommand{\PAVorsitz}{Prof. Menth}
\else
\newcommand{\studBeratung}{Simon Heuschkel \& Elias Küchle}
\newcommand{\studBeratungTwolines}{Simon Heuschkel und \newline Elias Küchle}
\newcommand{\kognimentoren}{Lukas Sodan \& Anne Schlecht}
\newcommand{\kognimentorenTwolines}{Lukas Sodan und \newline Anne Schlecht}
\fi
\newcommand{\FBSprecher}{Prof. Geiger}
\newcommand{\StellvFBSprecher}{Prof. Lensch \& Prof. Kohlbacher}
% Shorthandles for QR-Codes
% small
\newcommand{\link}[2]{
\colorbox{gray!10}{
\parbox{\linewidth}{
\begin{minipage}{0.2\linewidth}
\qrcode{#1}
\end{minipage} \hfill
\begin{minipage}{0.8\linewidth}
\textbf{#2} \\ #1
\end{minipage}
}}}
% big
\newcommand{\linkbig}[3]{
\colorbox{gray!10}{
\parbox{0.5\linewidth}{
\centering
\qrcode{#1} \\
\vspace*{2mm}
\textbf{#2} \\ #1
}}
\hfill
\parbox{0.5\linewidth}{
#3
}
}
% ========= Corona Disclaimer ===========
% Disclaimer with desciption parameter
\newcommand{\coronabox}[1]{
\noindent
\colorbox{orange!10}{
\parbox{\linewidth}{
\begin{minipage}{.15\linewidth}
\centering
\color{red}\Huge\faIcon{biohazard}
\end{minipage}\begin{minipage}{.85\linewidth}
\vspace*{3mm}
\textbf{Corona Disclaimer}\\
#1
\vspace*{3mm}
\end{minipage}
}}}
% Generic Disclaimer
% The text below is not final. Feel free to find something more suitable
\newcommand{\corona}{\coronabox{
Wie bei allem lässt sich hier nichts definitiv sagen. Bitte informiere dich \\
direkt bei der betreffenden Stelle.
}}