mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 08:53:11 +01:00
Fix Spieleabend Plakat reference
This commit is contained in:
parent
8f71aef158
commit
ccba976adb
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
\input{preamble.tex}
|
\input{preamble.tex}
|
||||||
|
|
||||||
|
% we need this dummy counter to make a label at the spieleabendplakat
|
||||||
|
\newcounter{dummy}
|
||||||
|
|
||||||
\newcounter{linkcounter}
|
\newcounter{linkcounter}
|
||||||
\newcommand\linklist{}
|
\newcommand\linklist{}
|
||||||
\makeatletter
|
\makeatletter
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
\parbox[b][\paperheight]{\paperwidth}{%
|
\parbox[b][\paperheight]{\paperwidth}{%
|
||||||
\vfill
|
\vfill
|
||||||
\centering
|
\centering
|
||||||
|
\refstepcounter{dummy}
|
||||||
\label{spieleabendplakat}
|
\label{spieleabendplakat}
|
||||||
\includegraphics[width=\dimen107,height=\dimen108,keepaspectratio]{img/spieleabend.png}%
|
\includegraphics[width=\dimen107,height=\dimen108,keepaspectratio]{img/spieleabend.png}%
|
||||||
\vfill
|
\vfill
|
||||||
|
|
Loading…
Reference in a new issue