mirror of
https://gitlab.com/tiggr/faltstern.git
synced 2024-12-24 23:41:06 +01:00
Neue Faltanleitung, Trennseite vor Faltanleitungen
This commit is contained in:
parent
059164eee8
commit
7050bddb63
BIN
Bilder/horizontal_big.jpg
Normal file
BIN
Bilder/horizontal_big.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 750 KiB |
Binary file not shown.
@ -23,9 +23,12 @@ echo cleaning before build ...
|
||||
rm handout.pdf 2> /dev/null
|
||||
rm temp* 2> /dev/null
|
||||
|
||||
# rearranging pages
|
||||
# pdftk ../Florian/Faltanleitungen.pdf cat 5 2 1 4 3 output tempfalten.pdf
|
||||
|
||||
echo building handout ...
|
||||
# pdftk C=../main.pdf $listpdftk E=leer.pdf O=oss.pdf cat C ${list} E O output temp.pdf verbose
|
||||
pdftk C=../main.pdf E=leer.pdf P=../Florian/Faltanleitungen.pdf O=../backside.pdf $listpdftk cat C E P E $list E O output temp.pdf verbose
|
||||
pdftk C=../main.pdf E=leer.pdf P=../Florian/Faltanleitungen.pdf O=../backside.pdf $listpdftk cat C P $list E E O output temp.pdf verbose
|
||||
|
||||
echo updating metadata and compress
|
||||
pdftk temp.pdf update_info meta.txt output $out compress
|
||||
|
17
main.tex
17
main.tex
@ -93,8 +93,8 @@ Und auch der selbst gebohrte Verbinder aus POM wurde ersetzt. Der neue Verbinder
|
||||
\begin{tabularx}{\textwidth}{rX}
|
||||
\rowcolor{primary}
|
||||
\textcolor{white}{\textbf{Menge}} & \textcolor{white}{\textbf{Material}} \\
|
||||
\unit[1]{m} & Tuch Farbe 1 (Ikarex oder ähnlich gut zu faltendes Tuch)\\
|
||||
\unit[1]{m} & Tuch Farbe 2 (Ikarex oder ähnlich gut zu faltendes Tuch)\\
|
||||
\unit[1,3]{m} & Tuch Farbe 1 (Ikarex oder ähnlich gut zu faltendes Tuch)\\
|
||||
\unit[1,3]{m} & Tuch Farbe 2 (Ikarex oder ähnlich gut zu faltendes Tuch)\\
|
||||
\unit[1]{m} & Tuch für Schwanz (kein Ikarex, um das Rascheln zu reduzieren)\\
|
||||
3 & \unit[3]{mm} CFK-Stab \unit[2]{m}\\
|
||||
1 & Oktagon-Verbinder für \unit[3]{mm}-Stäbe\\
|
||||
@ -364,7 +364,12 @@ Eine Befestigungsschlaufe am Ende komplettiert den Schwanz.
|
||||
\end{minipage}%
|
||||
\end{figure}
|
||||
|
||||
\cleardoublepage
|
||||
\RWChapter{Faltanleitungen}{Faltsterne von Florian Janich}
|
||||
\thispagestyle{RWChapterPage}
|
||||
\addcontentsline{toc}{section}{Faltanleitung von Florian Janich}
|
||||
\mbox{}
|
||||
|
||||
\addcontentsline{toc}{section}{Teilnehmerliste}
|
||||
|
||||
% \cleardoublepage
|
||||
@ -372,9 +377,9 @@ Eine Befestigungsschlaufe am Ende komplettiert den Schwanz.
|
||||
% \nocite{florian, basteln, funkelfaden, xmas01}
|
||||
% \printbibliography[title={Quellen für Faltanleitungen}]
|
||||
|
||||
\makeatletter
|
||||
\providecommand\@dotsep{5}
|
||||
\makeatother
|
||||
\listoftodos\relax
|
||||
% \makeatletter
|
||||
% \providecommand\@dotsep{5}
|
||||
% \makeatother
|
||||
% \listoftodos\relax
|
||||
|
||||
\end{document}
|
||||
|
27
styles.tex
27
styles.tex
@ -186,8 +186,35 @@
|
||||
}]{RWauthor}
|
||||
\makeatother
|
||||
|
||||
% chapter pager
|
||||
\newcommand{\RWChapterTitle}{Chapter Title}
|
||||
\newcommand{\RWChapterSubtitle}{Subtitle of the chapter}
|
||||
\newcommand{\RWChapter}[2]{\renewcommand{\RWChapterTitle}{#1}\renewcommand{\RWChapterSubtitle}{#2}}
|
||||
\DeclareNewLayer[background,oddpage,
|
||||
align=tl,
|
||||
hoffset=0mm,
|
||||
voffset=55mm,
|
||||
width=170mm,
|
||||
height=30mm,
|
||||
contents={%
|
||||
\includegraphics[width=\layerwidth,height=\layerheight]{Bilder/horizontal_big.jpg}
|
||||
}]{RWchapterBar}
|
||||
\DeclareNewLayer[foreground,oddpage,
|
||||
clone=RWchapterBar,
|
||||
addhoffset=15mm,
|
||||
addwidth=-25mm,
|
||||
contents={%
|
||||
\vfill
|
||||
\begin{flushright}
|
||||
\huge\RWChapterTitle\\[10pt]
|
||||
\large\RWChapterSubtitle
|
||||
\end{flushright}
|
||||
\vfill
|
||||
}]{RWchapterTitle}
|
||||
|
||||
\DeclareNewPageStyleByLayers{RodgauerWorkshop}{RWLogo,RWText,RWurl,RWkite,RWname,RWdate}
|
||||
\DeclareNewPageStyleByLayers{RWTitlePage}{RWtitleBar,RWtitle,RWauthor,RWsammlung,RWtitleLogo,RWkiteLogo}
|
||||
\DeclareNewPageStyleByLayers{RWChapterPage}{RWchapterBar,RWchapterTitle}
|
||||
|
||||
% for todonotes
|
||||
\setlength{\marginparwidth}{2cm}
|
||||
|
Loading…
Reference in New Issue
Block a user