ergänzt so einiges
This commit is contained in:
278
main.tex
278
main.tex
@@ -4,12 +4,12 @@
|
||||
\usepackage[textwidth=12cm,centering]{geometry}
|
||||
\usepackage[x11names]{xcolor}
|
||||
% \usepackage[a4,center,noinfo,width=18cm,height=23cm]{crop}
|
||||
\usepackage{background,mathpazo,pdfpages,tikz,datatool,graphicx,fontspec-xetex}
|
||||
\usepackage{background,mathpazo,pdfpages,tikz,datatool,graphicx,fontspec-xetex,ragged2e,setspace, lipsum}
|
||||
% gute Website mit Bildern: https://illustrationage.com/2019/07/02/turn-back-the-pages-simplicissimus-magazine/
|
||||
|
||||
\newfontfamily\headfont{Sandwich}
|
||||
\newfontfamily\artfont{Parisish}
|
||||
\newfontfamily\linefont{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html
|
||||
\newfontfamily{\headfont}{Sandwich}
|
||||
\newfontfamily{\artfont}{Parisish}
|
||||
\newfontfamily{\linefont}{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html
|
||||
|
||||
\usepackage{blindtext}
|
||||
\usepackage{geometry} % https://www.overleaf.com/learn/latex/Page_size_and_margins
|
||||
@@ -38,7 +38,7 @@
|
||||
\graphicspath{{img/}}
|
||||
|
||||
\DTLsetseparator{;}
|
||||
\DTLloaddb[headers={cat(\cat),note(\note)}]{drinks}{drinks.csv}
|
||||
\DTLloaddb[keys={name,beschreibung,img,preis1,preis2,size1,size2,cat,note}]{drinks}{drinks.csv}
|
||||
|
||||
\input{glass.tex}
|
||||
\input{cmds.tex}
|
||||
@@ -46,58 +46,72 @@
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Erste Seite
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\pagecolor{bg}
|
||||
\PageBackground{covers/32_48_649.jpg}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Soli Seite
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{illus/kley.png}
|
||||
\smallskip\\
|
||||
\parbox{10cm}{\begin{center}\subheading{Soli-Wasser}\\\smallskip
|
||||
Leitungswasser als Spende an die Wasserstiftung e.V. \\ Infos an der Theke \\
|
||||
0,2l \dotfill 0,50 €\\
|
||||
0,4l \dotfill 1,00 €\\
|
||||
{\linefont\fontsize{20}{60}\selectfont 7}
|
||||
\end{center}
|
||||
}
|
||||
\includegraphics[width=\textwidth]{illus/kley-upscaled-alpha-sm.png}\\
|
||||
\parbox{10cm}{\subheading{Soli-Wasser}\\\smallskip
|
||||
\centering{Leitungswasser als Spende an die \textbf{Wasserstiftung e.V.}} \\
|
||||
0,2l \dotfill 0,50 €\\ 0,4l \dotfill 1,00 € }
|
||||
\end{center}
|
||||
\begin
|
||||
\justifying{\begin{singlespace}
|
||||
\scriptsize{Der Zugang zu sauberem Wasser ist ein Menschenrecht. Die UN-Generalversammlung hat 2010 eine entsprechende Resolution verabschiedet. Dennoch leiden weiterhin Millionen von Menschen weltweit unter Wassermangel. Hunger, Armut, Krankheiten und erzwungene Migration sind die Folge. Seit dem Jahr 2000 ist die WasserStiftung vor allem in ländlichen Gebieten aktiv, wo der Mangel an sauberem Trinkwasser das Leben gefährdet. Mit der Unterstützung zahlreicher Sponsoren und in Zusammenarbeit mit lokalen Partnern graben wir einfach zu nutzende Brunnen, bauen Nebelnetze, verlegen Wasserleitungen, installieren Pumpen, bauen Zisternen, organisieren den Wassertransport und schulen in nachhaltigem Wassermanagement. Eine funktionierende Wasserversorgung ist unerlässlich, damit die Menschen ihr Leben selbst in die Hand nehmen, etwas anbauen, um ihre Familien zu ernähren, und durch verbesserte Hygiene Krankheiten vorbeugen können.}\end{singlespace}}\centering{Weitere Infos auf \textbf{www.wasserstiftung.de}}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% KaffeeSeite
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Kaffee
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\begin{Group}{Kaffee}{Alle Kaffes werden von .... blablabla}
|
||||
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{%
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}{
|
||||
\Entry{\name}{} \\
|
||||
\Expl{\desc}
|
||||
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
|
||||
\dotfill\Price{\preisa} \\
|
||||
}{ %wenn zwei preise, dann...
|
||||
\\
|
||||
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
|
||||
}}
|
||||
\begin{center}
|
||||
\subheading{Extras}
|
||||
\parbox{10cm}{
|
||||
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{%
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}{
|
||||
\Entry{\name}{} \\
|
||||
\Expl{\desc}
|
||||
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
|
||||
\dotfill\Price{\preisa} \\
|
||||
}{ %wenn zwei preise, dann...
|
||||
\\
|
||||
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
|
||||
}}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Extras
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\begin{center}
|
||||
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
|
||||
{
|
||||
\small\name\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
}
|
||||
\subsubheading{Extras}
|
||||
\parbox{10cm}{
|
||||
\begin{center}
|
||||
\DTLforeach[\DTLiseq{\cat}{Kaffee} \AND \DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note} {\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\}
|
||||
\end{center}
|
||||
} \\
|
||||
\smallskip \textcolor{head}\small
|
||||
Wenn ihr weitere Wünsche habt, meldet euch gerne bei uns! \\
|
||||
{\linefont\fontsize{20}{60}\selectfont 7}
|
||||
\end{center}
|
||||
\end{Group}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Kakao + Tee
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Tee
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\begin{Group}{Tee}{Bester Biotee und so. Geiler Scheiß whaaaaat}
|
||||
\centering\\
|
||||
\DTLforeach[\DTLiseq{\cat}{Tee}\AND\NOT\DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\DTLforeach[\DTLiseq{\cat}{Tee} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat}
|
||||
{
|
||||
\centering{\name}
|
||||
@@ -108,26 +122,32 @@
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
\small\sizeb\footnotesize\desc\small\dotfill\Price{\preisb}\\
|
||||
}\\
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Frischer Tee
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\subheading{Frischer Tee}
|
||||
\DTLforeach[\DTLiseq{\cat}{Frischer Tee}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat}
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\small\name\footnotesize\desc\small\dotfill\Price{\preisa} \\
|
||||
\small\name\footnotesize, \sizea\desc\small\dotfill\Price{\preisa} \\
|
||||
}
|
||||
\subheading{Extras}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Extras
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\subsubheading{Extras}
|
||||
\parbox{10cm}{
|
||||
\begin{center}
|
||||
\DTLforeach[\DTLiseq{\cat}{Tee} \AND \DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2 ,\cat=cat, \note=note}
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\cat=cat, \note=note}
|
||||
{
|
||||
\small\name{\footnotesize\desc}\small\dotfill\Price{\preisa}\\
|
||||
}
|
||||
\end{center}
|
||||
} \\
|
||||
\smallskip \textcolor{head}\small
|
||||
\\
|
||||
{\linefont\fontsize{20}{60}\selectfont 7}
|
||||
}
|
||||
\end{Group}\\\medskip
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Kakao
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\begin{Group}{Kakao}{Bester Biokakao und so. Geiler Scheiß whaaaaat}
|
||||
\DTLforeach[\DTLiseq{\cat}{Kakao} \AND \NOT \DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
|
||||
@@ -141,18 +161,174 @@
|
||||
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
|
||||
}
|
||||
}
|
||||
\begin{center}
|
||||
\end{Group}
|
||||
\vfill
|
||||
|
||||
%Back Page
|
||||
\begin{center}
|
||||
{\linefont\fontsize{20}{60}\selectfont 7}\\
|
||||
\raggedleft{\footnotesize Anzeige}\
|
||||
\includegraphics[width=\textwidth]{illus/ads/10_10_114-crop1-alpha2.png}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Erfrischungsgetränke
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
\begin{Group}{Erfrischung}{}
|
||||
\subheading{Säfte & Nektar\\}\desctext{Neben verschiedenen Getränken von Granini bieten wir euch regional produzierte Säfte und Nektar von \textbf{Marc Conrad} aus Welschbillig an.}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Granini
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\centering\\
|
||||
\subsubsubheading{Granini}
|
||||
\DTLforeach[\DTLiseq{\cat}{Granini}\AND\NOT\DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat}
|
||||
{
|
||||
\centering{\name}
|
||||
}\\ \medskip
|
||||
\DTLforeach[\DTLiseq{\cat}{Saftpreis}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
\small\sizeb\footnotesize\desc\small\dotfill\Price{\preisb}\\
|
||||
}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Marc Conrad
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\centering
|
||||
\subsubsubheading{Kelterei Conrad}
|
||||
\DTLforeach[\DTLiseq{\cat}{Saft Conrad}\AND\NOT\DTLiseq{\note}{zusatz}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preis=preis1,\cat=cat}
|
||||
{
|
||||
\centering{\name}
|
||||
}\\ \medskip \\
|
||||
\DTLforeach[\DTLiseq{\cat}{Saftpreis}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
\small\sizeb\footnotesize\desc\small\dotfill\Price{\preisb}\\
|
||||
}\\
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Schorle
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\centering
|
||||
\subsubsubheading{Schorle}
|
||||
\DTLforeach[\DTLiseq{\cat}{Schorle}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
\small\sizeb\footnotesize\desc\small\dotfill\Price{\preisb}\\
|
||||
}\\
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Limonaden
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\subheading{Limonaden}
|
||||
\subsubsubheading{Biozisch}
|
||||
\DTLforeach[\DTLiseq{\cat}{Biozisch}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\centering{\name}
|
||||
}\\
|
||||
\DTLforeach[\DTLiseq{\cat}{BiozischPreis}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa} \\
|
||||
}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Afri
|
||||
\subsubsubheading{Afri}
|
||||
\DTLforeach[\DTLiseq{\cat}{Afri}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\centering{\name}
|
||||
}\\
|
||||
\DTLforeach[\DTLiseq{\cat}{AfriPreis}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Bluna
|
||||
\subsubsubheading{Bluna}
|
||||
\DTLforeach[\DTLiseq{\cat}{Bluna}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\centering{\name}
|
||||
}\\
|
||||
\DTLforeach[\DTLiseq{\cat}{BlunaPreis}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Sprudel
|
||||
\subsubheading{Rhodius Sprudel}
|
||||
\DTLforeach[\DTLiseq{\cat}{Sprudel}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\preisb=preis2,\sizeb=size2,\cat=cat}
|
||||
{
|
||||
\small\sizea\footnotesize\desc\small\dotfill\Price{\preisa}\\
|
||||
\small\sizeb\footnotesize\desc\small\dotfill\Price{\preisb}\\
|
||||
}
|
||||
\end{Group}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Bier
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Zapfhahn
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\begin{Group}{Bier}{Frisch gezapft}
|
||||
\DTLforeach[\DTLiseq{\cat}{Bier}]{drinks}{%
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}{
|
||||
\Entry{\name}{} \\
|
||||
\Expl{\desc}
|
||||
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
|
||||
\dotfill\Price{\preisa} \\
|
||||
}{ %wenn zwei preise, dann...
|
||||
\\
|
||||
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
|
||||
}}
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
%% Flaschenbier
|
||||
%%%%%%%%%%%%%%%%%%%
|
||||
\medskip\centering{\desctext{Flaschenbier}}
|
||||
\DTLforeach[\DTLiseq{\cat}{Flaschenbier}]{drinks}{%
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}{
|
||||
\Entry{\name}{} \\
|
||||
\Expl{\desc}
|
||||
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
|
||||
\dotfill\Price{\preisa} \\
|
||||
}{ %wenn zwei preise, dann...
|
||||
\\
|
||||
\PriceMult{\sizea}{\preisa}{\sizeb}{\preisb}
|
||||
}}
|
||||
\end{Group}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Zeitungen
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
\hfill\vfill
|
||||
\begin{Center}
|
||||
\heading{Lesestoff}\\
|
||||
kostenlos könnt ihr euch gerne folgende \textbf{Zeitungen und Magazine} ausleihen:\\\smallskip
|
||||
Die Zeit - Der Freitag - taz - Stern - Trierischer Volksfreund \\ Graswurzelrevolution - info3 - Buddhismus heute - Bild der Wissenschaft\\\smallskip
|
||||
Außerdem bieten wir euch gerne Rätselblöcke zum Kreutzworträtseln oder Sudoku spielen an.\\
|
||||
{\linefont\fontsize{20}{60}\selectfont 7}\\
|
||||
\end{Center}
|
||||
|
||||
\includegraphics[width=\textwidth]{illus/ads/33_36_469-upscaled-crop-alpha-sm.png}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Rückseite
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
|
||||
|
||||
\begin{center}
|
||||
\titlef{Simplicissimus}
|
||||
\includegraphics[width=\textwidth]{covers/10_01_001-upscaled-crop-sm.png}
|
||||
\hfill\vfill
|
||||
Alle Bilder sind auch auf Simplicissimus.info zu finden. \\
|
||||
Created in \LaTeX and powered by Open Source. \\
|
||||
Simplicissimus Trier
|
||||
Simplicissimus Trier - Viehmarktpl. 11 - 54290 Trier
|
||||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user