Skip to content
Snippets Groups Projects
Commit ca43597d authored by Lennart Klebl's avatar Lennart Klebl
Browse files

plakat

parent 3ca843b6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
\documentclass[a3paper,16pt]{scrartcl} \documentclass[a3paper,ngerman,16pt]{scrartcl}
\input{preamble.tex} \input{preamble.tex}
\begin{document} \begin{document}
\null\vspace{0.5cm} \null\vspace{0.2cm}
\begin{center} \begin{center}
{\HUGE\bfseries\sffamily Einführung in}\\[2cm] {\HUGE\bfseries\sffamily Einführung in}\\[1cm]
\ShowCharInBox{\Gargantous\testfont{\color{Mahogany}\LaTeX}} \ShowCharInBox{\Gargantous\tuxfont{\color{Mahogany}\LaTeX}}
\vfill \Large \vspace{20pt}\vfill \Large
\begin{minipage}[c]{0.4\textwidth} \begin{minipage}[c]{0.4\textwidth}
Wir zeigen euch: \emphasize{Wir zeigen euch:} \flushleft
\begin{itemize} \begin{itemize} \fontsize{20pt}{20pt}\tuxfont
\item Wie ihr {\LaTeX} installiert, \item Wie ihr {\LaTeX} installiert
\item die wichtigsten Befehle und \item Wie ihr einfach Dokumente erstellt
\item wie ihr einfach ein Dokument erstellt \item Tipps und Tricks für Protokolle, Abschlussarbeiten
und vieles mehr
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
\hspace{0.05\textwidth} \hspace{0.05\textwidth}
\redbox{ \redbox{ \begin{minipage}[c]{0.45\textwidth}
\begin{minipage}[c]{0.4\textwidth}
\centering \centering
\begin{tabular}{rl} \begin{tabular}{rl}
\emphasize{Wann?} & Mittwoch, 05.06.2019 \\[8pt] \emphasize{Wann?} & Mittwoch, 05.\,06.\,2019 \\
\emphasize{Wo?} & Hörsaal-den-wir\\ & 18--21\,Uhr \\[8pt]
& bekommen-haben \\[8pt] \emphasize{Wo?} & HKW~4 (1132|503) \\
% TODO Inhalt + Feinheiten. & Wüllnerstraße~1 ({\slshape Toaster}) \\[8pt]
% TODO flushleft
\end{tabular} \end{tabular}
\emphasize{Laptop mitbringen!} \emphasize{Laptop mitbringen!} \\[-20pt]
\end{minipage} \position{0.0,-3.4}{\url{https://fsmpi.eu/latex}}
} % TODO Link anpassen.
\end{minipage} }
\end{center} \end{center}
\vfill \vfill
\begin{minipage}{0.6\textwidth} \begin{minipage}{0.6\textwidth}
...@@ -35,7 +35,8 @@ Wir zeigen euch: ...@@ -35,7 +35,8 @@ Wir zeigen euch:
\end{minipage} \end{minipage}
% TODO Kommentare entfernen! % TODO Kommentare entfernen!
\begin{minipage}{0.4\textwidth} \begin{minipage}{0.4\textwidth}
\vspace{2pt} \centering \centering
\vspace{130pt}
\includegraphics[width=0.7\textwidth]{geier.pdf} \\[0.5cm] \includegraphics[width=0.7\textwidth]{geier.pdf} \\[0.5cm]
\includegraphics[width=\textwidth]{osak-logo.pdf} \includegraphics[width=\textwidth]{osak-logo.pdf}
\end{minipage} \end{minipage}
......
...@@ -10,20 +10,28 @@ language={[LaTeX]TeX}, ...@@ -10,20 +10,28 @@ language={[LaTeX]TeX},
texcsstyle=*\color{Mahogany}\bfseries, texcsstyle=*\color{Mahogany}\bfseries,
commentstyle=\itshape\color{RoyalBlue}, commentstyle=\itshape\color{RoyalBlue},
keywordstyle=\color{RoyalBlue}\bfseries, keywordstyle=\color{RoyalBlue}\bfseries,
moretexcs={lstset,testfont,color,sl,lstinputlisting,newfontfamily,fontsize,HUGE, moretexcs={lstset,tuxfont,color,sl,lstinputlisting,newfontfamily,fontsize,HUGE,
Gargantous,ShowCharInBox,emphasize,redbox}, Gargantous,ShowCharInBox,emphasize,redbox,et,position,url},
morekeywords={center,document,itemize,minipage} morekeywords={center,document,itemize,minipage}
} }
\newfontfamily\testfont{LatinModernRoman} \newfontfamily\tuxfont{LatinModernRoman}
\setmonofont{FiraCode}
\usepackage{showcharinbox} \usepackage{showcharinbox}
\def\HUGE{\fontsize{60pt}{60pt}\testfont} \def\HUGE{\fontsize{60pt}{60pt}\tuxfont}
\def\Gargantous{\fontsize{240pt}{240pt}\testfont} \def\Gargantous{\fontsize{240pt}{240pt}\tuxfont}
\newcommand{\emphasize}[1]{{\color{RoyalBlue}\bfseries\slshape #1}} \newcommand{\emphasize}[1]{{\color{RoyalBlue}\bfseries\slshape #1}}
\setlength{\fboxsep}{10pt} \setlength{\fboxsep}{10pt}
\setlength{\fboxrule}{5pt} \setlength{\fboxrule}{5pt}
\newcommand{\redbox}[1]{\color{Mahogany}\framebox{\normalcolor #1}} \newcommand{\redbox}[1]{\color{Mahogany}\framebox{\normalcolor #1}}
\def\et{{\it\&\ }}
\newcommand{\url}[1]{{\Large\ttfamily\bfseries\color{RoyalBlue}\underline{#1}}}
\newcommand{\position}[2]{
\begin{tikzpicture}[remember picture,overlay,anchor=center]
\node (test) at (#1) {#2};
\end{tikzpicture}}
\usepackage[pages=all]{background} \usepackage[pages=all]{background}
\backgroundsetup{scale=1,color=black,opacity=1.0,angle=0, \backgroundsetup{scale=1,color=black,opacity=1.0,angle=0,
contents={\includegraphics[width=\paperwidth,height=\paperheight]{paper.jpg}}} contents={\includegraphics[width=\paperwidth,height=\paperheight]{paper.jpg}}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment