forked from fsi-tue/anfiheft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.tex
More file actions
86 lines (75 loc) · 2.46 KB
/
config.tex
File metadata and controls
86 lines (75 loc) · 2.46 KB
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
\input{makeconfig.tex}
% Semesterticket
\newcommand{\semesterticketpreis}{\EUR{ 153,10}} % https://www.naldo.de/tickets/semesterticket/
\newcommand{\jugendticketbwpreis}{\EUR{236,52}} % https://www.naldo.de/tickets/dticket-jugendbw-studierende/
\newcommand{\dticketpreis}{\EUR{58,00}}
\newcommand{\dtickettuebingenpreis}{\EUR{45,00}} % https://www.naldo.de/tickets/deutschlandticket-tuebingen/
\ifinfo
\newcommand{\Matheprof}{Prof. Martius}
\newcommand{\Infoprof}{Prof. Ostermann}
% Studienberatung
\newcommand{\studBeratungInfo}{Louisa Lambrecht \& 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 \& Dr. Verena Seibold}
\newcommand{\studBeratung}{Clara Eiglsperger}
\newcommand{\Studiendekan}{Prof. Pons-Moll}
\newcommand{\PAVorsitz}{Prof. Menth}
\else
\newcommand{\studBeratung}{Lukas Sodan \& Marie Hartung}
\newcommand{\studBeratungTwolines}{Lukas Sodan und \newline Marie Hartung}
% \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.
}}