forked from fsi-tue/anfiheft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.tex
75 lines (66 loc) · 1.97 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
\input{makeconfig.tex}
% Semesterticket
\newcommand{\Ticketpreis}{\EUR{99,70}}
\ifinfo
\newcommand{\Infoprof}{Ostermann}
\newcommand{\Matheprof}{Markwig}
% studentische Beratung
\newcommand{\studBeratungInfo}{Elisabeth Fritze}
\newcommand{\studBeratungMedien}{Vanessa Kirchner}
\newcommand{\studBeratungMedizin}{Felix Sieghörtner}
\newcommand{\studBeratungLehramt}{Saskia Honeck}
\newcommand{\studBeratungKogni}{Lena Hoeppe \& Lia Schmid}
\newcommand{\Studiendekan}{Nieselt}
\else
\newcommand{\studBeratung}{Lena Hoeppe und Lia Schmid}
\newcommand{\studBeratungTwolines}{Lena Hoeppe und \newline Lia Schmid}
\newcommand{\kognimentoren}{Fynn Neurath und Julia Dietl}
\newcommand{\kognimentorenTwolines}{Fynn Neurath und \newline Julia Dietl}
\fi
% Shorthandles for QR-Codes
% small
\newcommand{\link}[2]{
\colorbox{gray!10}{
\parbox{\textwidth}{
\begin{minipage}{0.2\textwidth}
\qrcode{#1}
\end{minipage} \hfill
\begin{minipage}{0.8\textwidth}
\textbf{#2} \\ #1
\end{minipage}
}}}
% big
\newcommand{\linkbig}[3]{
\colorbox{gray!10}{
\parbox{0.5\textwidth}{
\centering
\qrcode{#1} \\
\vspace*{2mm}
\textbf{#2} \\ #1
}}
\hfill
\parbox{0.5\textwidth}{
#3
}
}
% ========= Corona Disclaimer ===========
% Disclaimer with desciption parameter
\newcommand{\coronabox}[1]{
\noindent
\colorbox{orange!10}{
\parbox{\textwidth}{
\begin{minipage}{.15\textwidth}
\centering
\color{red}\Huge\faIcon{shield-virus}
\end{minipage}\begin{minipage}{.85\textwidth}
\vspace*{3mm}
\textbf{Corona Disclaimer}\\
#1
\vspace*{3mm}
\end{minipage}
}}}
% Generic Disclaimer
% The text below is not final. Feel free to find something mor suitable
\newcommand{\corona}{\coronabox{
Wie bei allem lässt sich hier nichts definitiv sagen. Bitte informiere dich \\ direkt bei der betreffenden Stelle.
}}