Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
09f9ab7a
Commit
09f9ab7a
authored
May 20, 2019
by
Lennart Klebl
Browse files
plakat almost done
parent
08867068
Changes
3
Hide whitespace changes
Inline
Side-by-side
workshops/latex/paper.jpg
0 → 100644
View file @
09f9ab7a
1.54 MB
workshops/latex/plakat.tex
View file @
09f9ab7a
\documentclass
[a3paper,16pt]
{
scrartcl
}
\input
{
preamble.tex
}
\begin{document}
\null\vspace
{
3
cm
}
\null\vspace
{
0.5
cm
}
\begin{center}
{
\HUGE
Einführung in
}
\\
[2cm]
\ShowCharInBox
{
\Gargantous\testfont
{
\color
{
Mahogany
}
\LaTeX
}}
\\
[4cm]
\Large
\begin{tabular}
{
rl
}
Ort
&
$
\left
<x
\right
>
$
\\
Datum
&
$
\left
<t
\right
>
$
\\
...
&
?
% TODO ausfüllen nach FSS
\end{tabular}
{
\HUGE\bfseries\sffamily
Einführung in
}
\\
[2cm]
\ShowCharInBox
{
\Gargantous\testfont
{
\color
{
Mahogany
}
\LaTeX
}}
\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
}
\emphasize
{
Wann?
}
&
Mittwoch, 05.06.2019
\\
[8pt]
\emphasize
{
Wo?
}
&
Hörsaal-den-wir
\\
&
bekommen-haben
\\
[8pt]
% TODO Inhalt + Feinheiten.
% TODO flushleft
\end{tabular}
\emphasize
{
Laptop mitbringen!
}
\end{minipage}
}
\end{center}
\vfill
\begin{minipage}
{
0.
7
\textwidth
}
\begin{minipage}
{
0.
6
\textwidth
}
\lstinputlisting
{
plakat.tex
}
\end{minipage}
\begin{minipage}
{
0.3
\textwidth
}
\vspace
{
210pt
}
% TODO Kommentare entfernen!
\begin{minipage}
{
0.4
\textwidth
}
\vspace
{
2pt
}
\centering
\includegraphics
[width=0.7\textwidth]
{
geier.pdf
}
\\
[0.5cm]
\includegraphics
[width=\textwidth]
{
osak-logo.pdf
}
\end{minipage}
\end{document}
workshops/latex/preamble.tex
View file @
09f9ab7a
...
...
@@ -11,10 +11,19 @@ texcsstyle=*\color{Mahogany}\bfseries,
commentstyle=
\itshape\color
{
RoyalBlue
}
,
keywordstyle=
\color
{
RoyalBlue
}
\bfseries
,
moretexcs=
{
lstset,testfont,color,sl,lstinputlisting,newfontfamily,fontsize,HUGE,
Gargantous,ShowCharInBox
}
,
morekeywords=
{
center,document
}
Gargantous,ShowCharInBox
,emphasize,redbox
}
,
morekeywords=
{
center,document
,itemize,minipage
}
}
\newfontfamily\testfont
{
LatinModernRoman
}
\usepackage
{
showcharinbox
}
\def\HUGE
{
\fontsize
{
60pt
}{
60pt
}
\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
}}}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment