blob: c5f55abbea001f8ebe235538f0d7c29d258f7db0 (
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[paper=b6,fontsize=11pt,twoside]{scrartcl}
\usepackage{showframe}
\newcommand*\aPage{%
\Huge
\noindent A \hfill B \hfill C
\vfill
\noindent X \hfill Y \hfill Z \newpage}
\usepackage{blowup}
\blowUp{target=a4,pos={inside,top},noscale}
\begin{document}
\aPage
\aPage
\aPage
\aPage
\end{document}
%---------------------------
|