-
Notifications
You must be signed in to change notification settings - Fork 3
/
faq_flyer.tex
139 lines (122 loc) · 4.2 KB
/
faq_flyer.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
\documentclass{beamer}
\usepackage[size=a4]{beamerposter}
\beamertemplatenavigationsymbolsempty
\usecolortheme{parrot}
\usepackage[utf8]{inputenc}
\usepackage{subfig}
\usepackage{color}
\usepackage{hyperref}
\usepackage{url}
\usepackage{graphicx}
\usepackage{enumitem}
\usepackage{geometry}
\setenumerate{label=\alph*)}
\usepackage{ngerman}
\usepackage{eurosym}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\usepackage{mathtools}
\usepackage{afterpage}
\usepackage{mathrsfs}
\geometry{a4paper, landscape,top=10mm, right=15mm, bottom=10mm, left=15mm}
\author{Tim Beckmann, Alexander Phi. Goetz}
\usepackage{datatool,datapie}
\usepackage{transparent}
\definecolor{fsiblue}{HTML}{000080}
\setbeamercolor{block body}{bg=fsiblue!10}
\setbeamercolor{block title}{bg=fsiblue}
\usetikzlibrary{chains}
\setlength{\DTLpieoutlinewidth}{1pt}
\renewcommand*{\DTLpieoutlinecolor}{fsiblue!10}
\renewcommand*{\DTLdisplayinnerlabel}[1]{\textsf{#1}}
% \renewcommand*{\DTLdisplayouterlabel}[1]{%
% \DTLdocurrentpiesegmentcolor
% \textsf{\shortstack{#1}}}
\pdfpageattr {/Group << /S /Transparency /I true /CS /DeviceRGB>>}
\colorlet{medieninfo}{lightblue}
\colorlet{info}{blue}
\colorlet{bioinfo}{lightgreen}
\colorlet{medizininfo}{green}
\colorlet{kogni}{yellow}
\colorlet{mathe}{darkblue!80}%{turquois}
\colorlet{andere}{brown}
\colorlet{sq}{grayviolet}
\colorlet{neutralbg}{black!30}
\newlength{\lpheight}
\setlength{\lpheight}{4pt}
\newlength{\lpwidth}
\setlength{\lpwidth}{56.5pt}
\newlength{\nodedistancecorrection}
\setlength{\nodedistancecorrection}{-1pt}
\newcommand{\veranstaltung}[3]{% #1: Umfang, #2: Titel, #3: Kategorie/Farbe
\node[anchor=north,draw=fsiblue!10,line width=1pt,inner ysep=0pt,inner xsep=0cm,text width=\lpwidth,fill=#3,minimum height=#1\lpheight,on chain,text badly centered,text=white]{#2};}
\newcommand{\semester}[1]{% #1: Semesterzahl
\node[anchor=north,draw=white,fill=neutralbg,line width=2pt,inner ysep=4pt,inner xsep=0pt,text width=\lpwidth,minimum height=1.5\lpheight,on chain,text badly centered]{#1.\ Semester};}
\newcommand{\SumLP}[1]{% #1: Summe LP pro Semester
\node[anchor=north,draw=neutralbg,fill=white,line width=2pt,inner ysep=4pt,inner xsep=0pt,text width=\lpwidth,minimum height=1.5\lpheight,on chain,text badly centered]{#1\ LP};}
\newcommand{\question}[2]{\large\hspace{3pt}\textbf{#1}\\[3pt]\begin{minipage}{1em}~\end{minipage}\begin{minipage}{.95\linewidth}#2\end{minipage}\\[6pt]}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% INFOS ZUM DRUCK %%
%% Auf richtig konfigurierten Druckertreiber achten %%
%% Auf CX510: Farbkorrektur einschalten %%
%% Maximale Auflösung (CX510: 4800 DPI) einstellen %%
%% Duplex, an __kurzer__ Kante spiegeln %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%% BLATT 1 VORDERSEITE
%% Info + Bioinfo Info-Texte
\begin{columns}
\column[T]{0.45\textwidth}
\input{poster/poster_informatik.tex}
\column[T]{0.45\textwidth}
\input{poster/poster_bioinfo.tex}
\end{columns}
\newpage
%% BLATT 1 RÜCKSEITE
%% Bioinfo + Info FAQ
%% Absichtlich falschrum!
\begin{columns}
\column[T]{0.45\textwidth}
\input{faq/faq_bioinfo.tex}
\column[T]{0.45\textwidth}
\input{faq/faq_informatik.tex}
\end{columns}
\newpage
%% BLATT 2 VORDERSEITE
%% Medien- und Medizininfo Infotexte
\begin{columns}
\column[T]{0.45\textwidth}
\input{poster/poster_medieninfo.tex}
\column[T]{0.45\textwidth}
\input{poster/poster_medizininfo.tex}
\end{columns}
\newpage
%% BLATT 2 RÜCKSEITE
%% Medizininfo und Medieninfo FAQ
%% Absichtlich falschrum!
\begin{columns}
\column[T]{0.45\textwidth}
\input{faq/faq_medizininfo.tex}
\column[T]{0.45\textwidth}
\input{faq/faq_medieninfo.tex}
\end{columns}
\newpage
%% BLATT 3 VORDERSEITE
%% Kogni und Lehramt Infotexte
\begin{columns}
\column[T]{0.45\textwidth}
\input{poster/poster_kogni.tex}
\column[T]{0.45\textwidth}
\input{poster/poster_lehramt.tex}
\end{columns}
\newpage
%% BLATT 3 RÜCKSEITE
%% Lehramt und Kogni FAQ
%% Absichtlich falschrum!
\begin{columns}
\column[T]{0.45\textwidth}
\input{faq/faq_lehramt.tex}
\column[T]{0.45\textwidth}
\input{faq/faq_kogni.tex}
\end{columns}
\end{document}