summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/blowup/blowup-test5.tex
blob: 7215277bfc2f1b063b199fe5f1529625c28a89c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\listfiles
\documentclass[a5paper,twoside]{article}
\usepackage{showframe}

\usepackage{blowup}
\blowUp{paper=a4,pos={inside,top},noscale}

\newcommand*\SEITE{%
  \Huge
  \noindent A \hfill B \hfill C
  \vfill
  \noindent X \hfill Y \hfill Z \newpage}

\begin{document}

\SEITE
\SEITE
\SEITE
\SEITE
\SEITE

\end{document}
%---------------------------