summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/blowup/blowup-ex5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/blowup/blowup-ex5.tex')
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-ex5.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-ex5.tex b/Master/texmf-dist/doc/latex/blowup/blowup-ex5.tex
new file mode 100644
index 00000000000..c5f55abbea0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup-ex5.tex
@@ -0,0 +1,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}
+%---------------------------