diff options
author | Gustav Eek <gustav.eek@proceranetworks.com> | 2013-04-28 17:48:25 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@proceranetworks.com> | 2013-04-28 23:17:40 +0200 |
commit | 9f4f29bcc60ba90f421d254ef8ac8776d5b15dbf (patch) | |
tree | 22fdcac0e0851179884e3e263353d668731de7f7 /2013/mayday/master.tex | |
parent | 63d40dc133fc84ac0b0e827bc0eff8bbc5e3f055 (diff) |
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.
Diffstat (limited to '2013/mayday/master.tex')
-rw-r--r-- | 2013/mayday/master.tex | 50 |
1 files changed, 50 insertions, 0 deletions
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} + |