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

plakat almost done

parent 08867068
No related branches found
No related tags found
No related merge requests found
workshops/latex/paper.jpg

1.54 MiB

\documentclass[a3paper,16pt]{scrartcl} \documentclass[a3paper,16pt]{scrartcl}
\input{preamble.tex} \input{preamble.tex}
\begin{document} \begin{document}
\null\vspace{3cm} \null\vspace{0.5cm}
\begin{center} \begin{center}
{\HUGE Einführung in}\\[2cm] {\HUGE\bfseries\sffamily Einführung in}\\[2cm]
\ShowCharInBox{\Gargantous\testfont{\color{Mahogany}\LaTeX}} \\[4cm] \ShowCharInBox{\Gargantous\testfont{\color{Mahogany}\LaTeX}}
\Large \vfill \Large
\begin{minipage}[c]{0.4\textwidth}
Wir zeigen euch:
\begin{itemize}
\item Wie ihr {\LaTeX} installiert,
\item die wichtigsten Befehle und
\item wie ihr einfach ein Dokument erstellt
\end{itemize}
\end{minipage}
\hspace{0.05\textwidth}
\redbox{
\begin{minipage}[c]{0.4\textwidth}
\centering
\begin{tabular}{rl} \begin{tabular}{rl}
Ort & $\left<x\right>$ \\ \emphasize{Wann?} & Mittwoch, 05.06.2019 \\[8pt]
Datum & $\left<t\right>$ \\ \emphasize{Wo?} & Hörsaal-den-wir\\
... & ? & bekommen-haben \\[8pt]
% TODO ausfüllen nach FSS % TODO Inhalt + Feinheiten.
% TODO flushleft
\end{tabular} \end{tabular}
\emphasize{Laptop mitbringen!}
\end{minipage}
}
\end{center} \end{center}
\vfill \vfill
\begin{minipage}{0.7\textwidth} \begin{minipage}{0.6\textwidth}
\lstinputlisting{plakat.tex} \lstinputlisting{plakat.tex}
\end{minipage} \end{minipage}
\begin{minipage}{0.3\textwidth} % TODO Kommentare entfernen!
\vspace{210pt} \begin{minipage}{0.4\textwidth}
\vspace{2pt} \centering
\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}
\end{document} \end{document}
...@@ -11,10 +11,19 @@ texcsstyle=*\color{Mahogany}\bfseries, ...@@ -11,10 +11,19 @@ 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,testfont,color,sl,lstinputlisting,newfontfamily,fontsize,HUGE,
Gargantous,ShowCharInBox}, Gargantous,ShowCharInBox,emphasize,redbox},
morekeywords={center,document} morekeywords={center,document,itemize,minipage}
} }
\newfontfamily\testfont{LatinModernRoman} \newfontfamily\testfont{LatinModernRoman}
\usepackage{showcharinbox} \usepackage{showcharinbox}
\def\HUGE{\fontsize{60pt}{60pt}\testfont} \def\HUGE{\fontsize{60pt}{60pt}\testfont}
\def\Gargantous{\fontsize{240pt}{240pt}\testfont} \def\Gargantous{\fontsize{240pt}{240pt}\testfont}
\newcommand{\emphasize}[1]{{\color{RoyalBlue}\bfseries\slshape #1}}
\setlength{\fboxsep}{10pt}
\setlength{\fboxrule}{5pt}
\newcommand{\redbox}[1]{\color{Mahogany}\framebox{\normalcolor #1}}
\usepackage[pages=all]{background}
\backgroundsetup{scale=1,color=black,opacity=1.0,angle=0,
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