summaryrefslogtreecommitdiffstats
path: root/2013/mayday/master.tex
blob: 57f25d7d3b13d28f28cd91ea0f1eb373f1dd5183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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}