diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-05 17:27:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-05 17:27:58 +0000 |
commit | 0fb47995bbd754cc104cba23f26366c710013cfc (patch) | |
tree | cc31f7b2bac5828faf867809b801144de7930b87 /Master | |
parent | ea773821281aef2b16b846424822968dbbe99b5a (diff) |
blowup update
git-svn-id: svn://tug.org/texlive/trunk@13634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/blowup/blowup-test0.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/blowup/blowup-test3.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/blowup/blowup-test4.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/blowup/blowup-test5.tex | 23 |
4 files changed, 35 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex index df1b6503552..816e31ecfd2 100644 --- a/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex +++ b/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex @@ -1,6 +1,6 @@ %--------------------------- -% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-10-19 +% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2008-12-09 % pdflatex blowup-test.tex % or @@ -16,16 +16,12 @@ %\documentclass[legalpaper]{article} %\documentclass[fontsize=10pt,paper=letter]{scrartcl} +% Only for the test to show the page size. +\usepackage{showframe} + \usepackage{array,printlen,xcolor} \uselengthunit{mm} -% Only for the test to show the page size. -\usepackage{eso-pic} -\AddToShipoutPicture{% - \AtPageLowerLeft{% - \textcolor{green!30}{\rule{\paperwidth}{\paperheight}}}% -} - % Load "blowup" as last package! \usepackage{blowup} \blowUp{onepage,paper=a2,pos={t,r}} diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex index 9168f9d2df9..c688159c4b2 100644 --- a/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex +++ b/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex @@ -1,20 +1,16 @@ %--------------------------- -% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-11-05 +% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2008-12-09 \listfiles \documentclass[a4paper,draft,twoside]{article} +% Only for the test to show the page size. +\usepackage{showframe} + \usepackage{array,printlen,xcolor} \uselengthunit{mm} -% Only for the test to show the page size. -\usepackage{eso-pic} -\AddToShipoutPicture{% - \AtPageLowerLeft{% - \textcolor{green!30}{\rule{\paperwidth}{\paperheight}}}% -} - % Load "blowup" as last package! \usepackage{blowup} \blowUp{paper=a3,pos={50bp,100bp},noscale} diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex index a6604c39ffa..2d7f419be07 100644 --- a/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex +++ b/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex @@ -1,20 +1,16 @@ %--------------------------- -% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-11-05 +% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2008-12-09 \listfiles \documentclass[a4paper,draft,twoside]{article} +% Only for the test to show the page size. +\usepackage{showframe} + \usepackage{array,printlen,xcolor} \uselengthunit{mm} -% Only for the test to show the page size. -\usepackage{eso-pic} -\AddToShipoutPicture{% - \AtPageLowerLeft{% - \textcolor{green!30}{\rule{\paperwidth}{\paperheight}}}% -} - % Load "blowup" as last package! \usepackage{blowup} \blowUp{paper=a3,pos=outside,noscale} diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test5.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test5.tex new file mode 100644 index 00000000000..7215277bfc2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/blowup/blowup-test5.tex @@ -0,0 +1,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} +%--------------------------- |