1
0
mirror of https://gitlab.com/tiggr/a318.git synced 2024-12-24 22:31:01 +01:00

BDC-Logo im Fuß, minor fixes

This commit is contained in:
Marcus J. Ertl 2018-10-23 23:35:08 +02:00
parent bba53f17fd
commit c0aa3c6f2e
2 changed files with 14 additions and 2 deletions

View File

@ -96,12 +96,21 @@
\DeclareNewLayer[oddpage,
align=tl,
hoffset=15mm,
voffset=\dimexpr\paperheight-14.5mm\relax,
width=12mm,
height=8mm,
contents={%
\includegraphics[width=8mm]{Bilder/LogoBeauDuCiel.pdf}
}]{RWFootLogo}
\DeclareNewLayer[oddpage,
align=tl,
hoffset=25mm, % 15mm without Logo
voffset=\dimexpr\paperheight-15mm\relax,
width=70mm,
height=10mm,
contents={%
{\fontspec{Delicious-Roman}[]
\scriptsize https://www.rodgauer-workshop.de\\[-4pt] https://www.beauduciel.fr/}
\scriptsize https://www.beauduciel.fr/\\[-4pt] https://www.rodgauer-workshop.de}
}]{RWurl}
\DeclareNewLayer[evenpage,
align=tl,
@ -240,7 +249,7 @@
\vfill
}]{RWchapterTitle}
\DeclareNewPageStyleByLayers{RodgauerWorkshop}{RWLogo,RWText,RWurl,RWkite,RWname,RWdate}
\DeclareNewPageStyleByLayers{RodgauerWorkshop}{RWLogo,RWText,RWurl,RWkite,RWname,RWdate,RWFootLogo}
\DeclareNewPageStyleByLayers{RWTitlePage}{RWtitleBar,RWtitle,RWauthor,RWsammlung,RWtitleLogo,RWkiteLogo,RWguestLogo,RWguest}
\DeclareNewPageStyleByLayers{RWChapterPage}{RWchapterBar,RWchapterTitle}

View File

@ -3,6 +3,8 @@
% !TeX encoding = UTF-8
\section{Teilnehmerliste}
\newlength{\RWtemp}
\setlength{\RWtemp}{\fboxsep}
\setlength{\fboxsep}{8pt}
\csvreader[respect sharp, head to column names]{Daten/teilnehmer.csv}{}{%
\fbox{%
@ -22,3 +24,4 @@
}%
\csvifoddrow{\hfill}{\\[8pt]}
}%
\setlength{\fboxsep}{\RWtemp}