From c0aa3c6f2e45b6d20fb41ee1c736da839a237130 Mon Sep 17 00:00:00 2001 From: "Marcus J. Ertl" Date: Tue, 23 Oct 2018 23:35:08 +0200 Subject: [PATCH] =?UTF-8?q?BDC-Logo=20im=20Fu=C3=9F,=20minor=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.tex | 13 +++++++++++-- teilnehmer.tex | 3 +++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/styles.tex b/styles.tex index 88823f5..6e5238c 100644 --- a/styles.tex +++ b/styles.tex @@ -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} diff --git a/teilnehmer.tex b/teilnehmer.tex index d86ae92..d44ba1a 100644 --- a/teilnehmer.tex +++ b/teilnehmer.tex @@ -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}