summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/blowup/blowup-ex5.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-21 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2022-09-21 03:01:15 +0000
commit447570beca76a6dfe5283e4793fd2bbabe73766b (patch)
treeefd46c488b2b54cc383cef86e0090bf23aabbe54 /macros/latex/contrib/blowup/blowup-ex5.tex
parent7907f67d07d36a7e20421a1ec3a0eceecac4aacd (diff)
CTAN sync 202209210301
Diffstat (limited to 'macros/latex/contrib/blowup/blowup-ex5.tex')
-rw-r--r--macros/latex/contrib/blowup/blowup-ex5.tex19
1 files changed, 16 insertions, 3 deletions
diff --git a/macros/latex/contrib/blowup/blowup-ex5.tex b/macros/latex/contrib/blowup/blowup-ex5.tex
index c5f55abbea..435bc7ba27 100644
--- a/macros/latex/contrib/blowup/blowup-ex5.tex
+++ b/macros/latex/contrib/blowup/blowup-ex5.tex
@@ -1,7 +1,21 @@
-
+% Rolf Niepraschk, 2020-09-19
+%
+% Translate to pdf with any TeX compiler and check the page size with
+%
+% pdfinfo filename.pdf
+%
+% or via the properties menu of the pdf viewer
+%
\listfiles
\documentclass[paper=b6,fontsize=11pt,twoside]{scrartcl}
-\usepackage{showframe}
+
+% Just to show the page size of the source.
+\usepackage{xcolor,atbegshi}
+\AtBeginShipout{%
+ \AtBeginShipoutUpperLeft{%
+ \textcolor{green!30}{\rule[-\paperheight]{\paperwidth}{\paperheight}}%
+ }%
+}
\newcommand*\aPage{%
\Huge
@@ -20,4 +34,3 @@
\aPage
\end{document}
-%---------------------------