From 9f4f29bcc60ba90f421d254ef8ac8776d5b15dbf Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 28 Apr 2013 17:48:25 +0200 Subject: Flyer created for May Day 2013 LaTex is used. The text is basically taken from the may day last year ... as well as the logo. --- 2013/mayday/master.tex | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 2013/mayday/master.tex (limited to '2013/mayday/master.tex') diff --git a/2013/mayday/master.tex b/2013/mayday/master.tex new file mode 100644 index 0000000..57f25d7 --- /dev/null +++ b/2013/mayday/master.tex @@ -0,0 +1,50 @@ +\input{preamble} + +\newlength\mywidth + +\usepackage[margin=0mm]{geometry} +\usepackage[]{flowfram} + +%% \newflowframe{\textwidth}{\textheight}{0mm}{0mm} +%% \newstaticframe{ 85mm }{ 128mm }{ 10mm }{ 158mm } +%% \newstaticframe{ 85mm }{ 128mm }{ 114mm }{ 158mm } +%% \newstaticframe{ 85mm }{ 128mm }{ 10mm }{ 10mm } +%% \newstaticframe{ 85mm }{ 128mm }{ 114mm }{ 10mm } + +%% \begin{staticcontents}{1} +%% \input{frontside} +%% \end{staticcontents} + +%% \begin{staticcontents}{2} +%% \input{backside} +%% \end{staticcontents} + +%% \begin{staticcontents}{3} +%% \input{backside} +%% \end{staticcontents} + +%% \begin{staticcontents}{4} +%% \input{frontside} +%% \end{staticcontents} + +\newflowframe{ 85mm }{ 128mm }{ 10mm }{ 158mm } +\newflowframe{ 85mm }{ 128mm }{ 114mm }{ 10mm } +\newstaticframe{ 85mm }{ 128mm }{ 114mm }{ 158mm } +\newstaticframe{ 85mm }{ 128mm }{ 10mm }{ 10mm } + +\begin{staticcontents}{1} +\input{backside} +\end{staticcontents} + +\begin{staticcontents}{2} +\input{backside} +\end{staticcontents} + +\begin{document} +\input{frontside} +\newpage +\input{frontside} + + +\end{document} + -- cgit v1.2.3