From 90c9623a57437c28e16e27a448baff9e75804513 Mon Sep 17 00:00:00 2001 From: anika Date: Tue, 9 Jul 2019 14:30:51 +0200 Subject: [PATCH] =?UTF-8?q?Ich=20wei=C3=9F=20nicht,=20was=20ich=20letzte?= =?UTF-8?q?=20Woche=20gemacht=20habe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klopapier.tex | 48 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/klopapier.tex b/klopapier.tex index 5f9d872..dab1e40 100644 --- a/klopapier.tex +++ b/klopapier.tex @@ -23,18 +23,18 @@ %\usepackage[left=1.5cm,right=1.5cm,top=1cm,bottom=1cm,includefoot=true]{geometry} \usepackage{geometry} -\geometry{left=1.5cm,right=1.5cm,top=1cm,bottom=2cm,includefoot=true} +\geometry{left=1.5cm,right=1.5cm,top=1cm,bottom=1cm} %% Kopf- und Fußzeile -\usepackage[headsepline=false,footsepline,automark]{scrlayer-scrpage}% sets pagestyle scrheadings automatically -%\clearpairofpagestyles -\ihead[]{} -\chead[]{} -\ohead[]{} -\ofoot[]{Impressum: Fachschaft WIAI, Raum WE5/02.104,\\ \MVAt~\href{mailto://fachschaft-wiai.stuve@uni-bamberg.de}{fachschaft-wiai.stuve@uni-bamberg.de},\\ \Telefon~\href{tel:+49951863-1219}{+49~951~863-1219}, \faExternalLink~\url{https://wiai.de}} -\cfoot[]{} -\ifoot[]{\qrcode[height=1.5cm]{https://www.wiai.de} \quad Klopapier 0x00} -\setkomafont{pageheadfoot}{\sffamily{\small }} +%\usepackage[headsepline=false,footsepline,automark]{scrlayer-scrpage}% sets pagestyle scrheadings automatically +%%\clearpairofpagestyles +%\ihead[]{} +%\chead[]{} +%\ohead[]{} +%%\ofoot[]{\\Impressum: Fachschaft WIAI, Raum WE5/02.104\\ \MVAt~\href{mailto://fachschaft-wiai.stuve@uni-bamberg.de}{fachschaft-wiai.stuve@uni-bamberg.de}\\ \Telefon~\href{tel:+49951863-1219}{+49~951~863-1219} \faExternalLink~\url{https://wiai.de}\\} +%\cfoot[]{} +%\ifoot[]{\qrcode[]{https://www.wiai.de} \quad Klopapier 0x00} +%\setkomafont{pageheadfoot}{\sffamily{\small }} % For embedding graphics \usepackage{graphicx} @@ -46,6 +46,7 @@ % Very good package for tables (e.g. enables automatic line breaks) \usepackage{tabularx} +\newcolumntype{L}{>{\raggedright\arraybackslash}X} % For better control of one/two columns \usepackage{multicol} @@ -68,8 +69,8 @@ % Do not insert pagebreak after title page \let\endtitlepage\relax -\usepackage{marvosym} -\usepackage{qrcode} +\usepackage{marvosym} % Provides Symbols +\usepackage{qrcode} % QR-Code \title{Der heiße Scheiß} \subtitle{Das Pamphlet der Fachschaft WIAI für’s Stille Örtchen.} @@ -81,7 +82,7 @@ \begin{titlepage} \begin{minipage}{0.2\linewidth} \begin{figure}[H] - \includegraphics[width=.8\linewidth]{LogoWeiss} + \includegraphics[width=.7\linewidth]{LogoWeiss} \end{figure} \end{minipage} \begin{minipage}{0.9\linewidth} @@ -93,12 +94,12 @@ \end{minipage} \end{titlepage} -\thispagestyle{headings} +\thispagestyle{empty} \begin{multicols}{2} \section*{Termine} - \begin{tabularx}{\linewidth}{@{}>{\bfseries}l >{\bfseries}l X@{}} + \begin{tabularx}{\linewidth}{@{}>{\bfseries}l >{\bfseries}l L@{}} 10.07. & & Linux-Installationsparty – Teil 2 \\ 11.07. & 17:00 & WIAI.community Praxisreport im Hofcafé: CubeServ GmbH zu Machine Learning in der Praxis am Beispiel von Predictive Maintenance \\ 16.07. & & \textbf{WIAI Sommerfest} \faSunO\\ @@ -148,4 +149,21 @@ \end{minipage} \end{multicols} + + \vfill + \hrule + \vspace{.2em} + {\small + \begin{minipage}{.3\linewidth}% +\qrcode[height=1.8cm]{https://www.wiai.de} \quad Klopapier 0x00 + \end{minipage} + \begin{minipage}{.7\linewidth} + \hfill + \begin{tabular}{ll} + Impressum: & Fachschaft WIAI, Raum WE5/02.104 \\ + & \MVAt~\href{mailto://fachschaft-wiai.stuve@uni-bamberg.de}{fachschaft-wiai.stuve@uni-bamberg.de}\\ + & \Telefon~\href{tel:+49951863-1219}{+49~951~863-1219} \faExternalLink~\url{https://wiai.de} + \end{tabular} + \end{minipage} + } \end{document}