Ich weiß nicht, was ich letzte Woche gemacht habe

This commit is contained in:
Amma 2019-07-09 14:30:51 +02:00
parent 32a2cc5f02
commit 90c9623a57

View File

@ -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ürs 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}