mirror of
https://gitlab.com/tiggr/a318.git
synced 2024-12-24 22:31:01 +01:00
build.sh changed
changed fixme for todos
This commit is contained in:
parent
146334b126
commit
95bd9caf46
@ -23,9 +23,6 @@ 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 E=leer.pdf O=../backside.pdf $listpdftk cat C $list E E O output temp.pdf verbose
|
||||
|
||||
|
9
main.tex
9
main.tex
@ -1,6 +1,8 @@
|
||||
% input all style definitions :-)
|
||||
\input{styles}
|
||||
|
||||
\fxsetup{status=draft,theme=color}
|
||||
|
||||
% um die Bilder von Florian gleich hoch darzustellen
|
||||
\newdimen\sketchheight
|
||||
|
||||
@ -24,6 +26,10 @@
|
||||
\tableofcontents
|
||||
|
||||
\vfill
|
||||
\begin{fxfatal}{Datum setzen}
|
||||
Veranstaltungsdatum setzen!\\
|
||||
Nicht vergessen: Auch in der Fußzeile!
|
||||
\end{fxfatal}
|
||||
|
||||
Der Rodgauer Workshop wurde freundlich unterstützt von:\\
|
||||
\begin{itemize}
|
||||
@ -37,12 +43,12 @@ Der Rodgauer Workshop wurde freundlich unterstützt von:\\
|
||||
\vspace{-14pt}
|
||||
\includegraphics[width=0.22\textwidth]{Bilder/by-sa.pdf}
|
||||
\end{wrapfigure}
|
||||
\fxwarning{Lizenzversion prüfen - und Christophe fragen}
|
||||
Dieses Dokument ist lizenziert unter einer Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz (\url{http://creativecommons.org/licenses/by-sa/4.0/}).
|
||||
|
||||
|
||||
\cleardoublepage
|
||||
\section{Über den Drachen}
|
||||
|
||||
Te labore aliqua te excepteur. Hic ut malis pariatur, aliquip cillum singulis in
|
||||
aute singulis qui pariatur, ullamco nam quid cupidatat. Ea mentitum
|
||||
domesticarum, quae litteris distinguantur, malis admodum domesticarum, ne cillum
|
||||
@ -58,5 +64,6 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
|
||||
|
||||
\addcontentsline{toc}{section}{Teilnehmerliste}
|
||||
|
||||
\listoffixmes
|
||||
|
||||
\end{document}
|
||||
|
@ -18,7 +18,8 @@
|
||||
\usepackage{subcaption}
|
||||
\usepackage[activate=true,tracking=true]{microtype}
|
||||
\usepackage[titles]{tocloft}
|
||||
\usepackage[textsize=small,colorinlistoftodos]{todonotes}
|
||||
%\usepackage[textsize=small,colorinlistoftodos]{todonotes}
|
||||
\usepackage{fixme}
|
||||
\usepackage{biblatex}
|
||||
\usepackage{hologo}
|
||||
\usepackage{varioref}
|
||||
|
Loading…
Reference in New Issue
Block a user