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:
parent
bba53f17fd
commit
c0aa3c6f2e
13
styles.tex
13
styles.tex
@ -96,12 +96,21 @@
|
|||||||
\DeclareNewLayer[oddpage,
|
\DeclareNewLayer[oddpage,
|
||||||
align=tl,
|
align=tl,
|
||||||
hoffset=15mm,
|
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,
|
voffset=\dimexpr\paperheight-15mm\relax,
|
||||||
width=70mm,
|
width=70mm,
|
||||||
height=10mm,
|
height=10mm,
|
||||||
contents={%
|
contents={%
|
||||||
{\fontspec{Delicious-Roman}[]
|
{\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}
|
}]{RWurl}
|
||||||
\DeclareNewLayer[evenpage,
|
\DeclareNewLayer[evenpage,
|
||||||
align=tl,
|
align=tl,
|
||||||
@ -240,7 +249,7 @@
|
|||||||
\vfill
|
\vfill
|
||||||
}]{RWchapterTitle}
|
}]{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{RWTitlePage}{RWtitleBar,RWtitle,RWauthor,RWsammlung,RWtitleLogo,RWkiteLogo,RWguestLogo,RWguest}
|
||||||
\DeclareNewPageStyleByLayers{RWChapterPage}{RWchapterBar,RWchapterTitle}
|
\DeclareNewPageStyleByLayers{RWChapterPage}{RWchapterBar,RWchapterTitle}
|
||||||
|
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
% !TeX encoding = UTF-8
|
% !TeX encoding = UTF-8
|
||||||
|
|
||||||
\section{Teilnehmerliste}
|
\section{Teilnehmerliste}
|
||||||
|
\newlength{\RWtemp}
|
||||||
|
\setlength{\RWtemp}{\fboxsep}
|
||||||
\setlength{\fboxsep}{8pt}
|
\setlength{\fboxsep}{8pt}
|
||||||
\csvreader[respect sharp, head to column names]{Daten/teilnehmer.csv}{}{%
|
\csvreader[respect sharp, head to column names]{Daten/teilnehmer.csv}{}{%
|
||||||
\fbox{%
|
\fbox{%
|
||||||
@ -22,3 +24,4 @@
|
|||||||
}%
|
}%
|
||||||
\csvifoddrow{\hfill}{\\[8pt]}
|
\csvifoddrow{\hfill}{\\[8pt]}
|
||||||
}%
|
}%
|
||||||
|
\setlength{\fboxsep}{\RWtemp}
|
||||||
|
Loading…
Reference in New Issue
Block a user