From 1e48b4bf03f047a497988954241666cc6ec65215 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 12 Oct 2015 20:10:32 +0200 Subject: [flyers] Flyer moved to a new folder -- better structure --- flyers/mayday/master.tex | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 flyers/mayday/master.tex (limited to 'flyers/mayday/master.tex') diff --git a/flyers/mayday/master.tex b/flyers/mayday/master.tex new file mode 100644 index 0000000..57f25d7 --- /dev/null +++ b/flyers/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