-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathposter.tex
86 lines (75 loc) · 2.51 KB
/
poster.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
\documentclass[paper=landscape]{scrartcl}
\usepackage[margin=1cm]{geometry}
\usepackage{fontspec}
\setsansfont{Fira Sans}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage[colorlinks=true, urlcolor=blue!60!black]{hyperref}
\begin{document}
\begin{minipage}{0.25\textwidth}%
\includegraphics[width=\textwidth]{logos/pep.pdf}%
\end{minipage}%
\begin{minipage}{0.75\textwidth}%
\centering\fontsize{50}{60}\bfseries\selectfont Toolbox Workshop 2025%
\end{minipage}%
\vspace{0.3cm}
\begin{center}
\Huge Ihr müsst im nächsten Semester Praktikums-Versuche machen? \\[0.3\baselineskip]
Wir machen es euch einfach(er)!
\end{center}
\vspace{0.1cm}
\begin{center}
\huge \textbf{Praktikums-Versuche richtig auswerten!} \\[0.3\baselineskip]
29.~September–~02.~Oktober 2025, 13\,-\,17~Uhr
\end{center}
\vspace{0.1cm}
\begin{center}
\huge \textbf{Wissenschaftliche Arbeiten verfassen mit} \textrm{\LaTeX}\\[0.3\baselineskip]
06.~–~09.~Oktober~2025, 13\,-\,17~Uhr
\end{center}
\vspace{0.1cm}
\begin{center}
\huge \textbf{Automatisieren und üben}\\[0.3\baselineskip]
10.~Oktober~2024, 13\,-\,17~Uhr
\end{center}
\vspace{0.1cm}
\begin{center}
\huge \textbf{Wo?}
Bio- \& Chemieingenieurwesen HS ZE 02
\end{center}
\vspace{0.1cm}
\begin{center}
\large Software installieren und \textbf{Anmelden}: \\
\Huge \href{https://toolbox.pep-dortmund.org}{toolbox.pep-dortmund.org}
\end{center}
\begin{tikzpicture}[remember picture, overlay, shift=(current page.south)]
\node[anchor=center] at (-10.5, 13) {%
\includegraphics[height=1.5cm]{logos/python.pdf}%
};
\node[anchor=center] at (10.5, 13) {%
\includegraphics[height=1.5cm]{logos/git.png}%
};
\node[anchor=center] at (-9, 1.2) {%
\includegraphics[height=1.3cm]{logos/matplotlib.png}%
};
\node[anchor=center] at (-10.5, 9) {%
\includegraphics[height=1.5cm]{logos/numpy.png}%
};
\node[anchor=center] at (3, 1) {%
\includegraphics[width=6cm]{logos/uncertainties.png}%
};
\node[anchor=center] at (10, 7) {%
\includegraphics[height=1.7cm]{logos/scipy.png}%
};
\node[anchor=center] at (11.5, 10) {%
\fontsize{40}{43}\selectfont\texttt{make}%
};
\node[anchor=center] at (-11, 5) {%
\fontsize{50}{70}\selectfont\rmfamily\LaTeX
};
\node[anchor=center] at (12.5, 2.5) {%
\includegraphics[height=4cm]{../qrcode/toolbox_qrcode.png}%
};
\end{tikzpicture}
\end{document}