summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/blowup/blowup-ex2.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-16 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2023-07-16 03:01:13 +0000
commitbfb037e9e2deef77f8837a4421b029f8298437cf (patch)
tree09352a681dfad8513951dbdc0f99dd92451834e9 /macros/latex/contrib/blowup/blowup-ex2.tex
parentf506889527fff6570e2878d55abbacf7227f2b3e (diff)
CTAN sync 202307160301
Diffstat (limited to 'macros/latex/contrib/blowup/blowup-ex2.tex')
-rw-r--r--macros/latex/contrib/blowup/blowup-ex2.tex10
1 files changed, 4 insertions, 6 deletions
diff --git a/macros/latex/contrib/blowup/blowup-ex2.tex b/macros/latex/contrib/blowup/blowup-ex2.tex
index bb9d839fc7..aba0371a69 100644
--- a/macros/latex/contrib/blowup/blowup-ex2.tex
+++ b/macros/latex/contrib/blowup/blowup-ex2.tex
@@ -1,4 +1,4 @@
-% Rolf Niepraschk, 2020-09-19
+% Rolf Niepraschk, 2023-07-15
%
% Translate to pdf with any TeX compiler and check the page size with
%
@@ -11,11 +11,9 @@
\usepackage{array}
% Just to show the page size of the source.
-\usepackage{xcolor,atbegshi}
-\AtBeginShipout{%
- \AtBeginShipoutUpperLeft{%
- \textcolor{green!30}{\rule[-\paperheight]{\paperwidth}{\paperheight}}%
- }%
+\usepackage{xcolor}
+\AddToHook{shipout/background}{%
+ \put(0,0){\textcolor{green!30}{\rule[-\paperheight]{\paperwidth}{\paperheight}}}%
}
\renewcommand\familydefault{\sfdefault}