summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/blowup
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-04 10:22:30 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-04 10:22:30 +0000
commit3808f9582452443de2e1a2a2b857a00ae7eb79aa (patch)
tree98414d785d050865e2ab43267c061d5a7def196b /Master/texmf-dist/doc/latex/blowup
parenteef215b5e430da50a3de04662e45891f15d32430 (diff)
new blowup package
git-svn-id: svn://tug.org/texlive/trunk@9224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/blowup')
-rw-r--r--Master/texmf-dist/doc/latex/blowup/README6
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test0.tex80
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test1.tex85
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test2.tex67
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test3.tex65
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test4.tex65
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup.pdfbin0 -> 126730 bytes
7 files changed, 368 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/blowup/README b/Master/texmf-dist/doc/latex/blowup/README
new file mode 100644
index 00000000000..b818b6f8cbb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/README
@@ -0,0 +1,6 @@
+The package blowup only defines the user-level macro \blowup, which can be
+used to upscale or downscale all pages of a document. It is similar to the
+TeX primitive \magnification but more accurate and user-friendly.
+
+Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
+
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex
new file mode 100644
index 00000000000..df1b6503552
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex
@@ -0,0 +1,80 @@
+
+%---------------------------
+% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-10-19
+
+% pdflatex blowup-test.tex
+% or
+% latex blowup-test.tex ; dvips blowup-test ; ps2pdf blowup-test.ps
+% or
+% vlatex blowup-test.tex
+%
+% pdfinfo blowup-test.pdf
+
+\listfiles
+%\documentclass[a4paper,draft]{article}
+\documentclass[letterpaper,draft]{article}
+%\documentclass[legalpaper]{article}
+%\documentclass[fontsize=10pt,paper=letter]{scrartcl}
+
+\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}}
+%\blowUp{onepage,paper=x1.414213562,pos={t,r}}
+%\blowUp{scale=1.414213562}
+%\blowUp{paper={841mm,1189mm},pos=bottom}
+%\blowUp{paper=a4,landscape}
+
+\renewcommand\familydefault{\sfdefault}
+\setlength\parindent{0pt}
+\pagestyle{empty}
+
+\begin{document}
+
+\null\vfill
+
+\huge\centering
+
+\setlength\extrarowheight{.5ex}
+\begin{tabular}{|>{\bfseries}l<{:}r<{\,mm}!{$\times$}r<{\,mm}|} \hline
+ letter & 216 & 279 \\
+ legal & 216 & 356 \\
+ executive & 184 & 267 \\
+ A8 & 52 & 74 \\
+ A7 & 74 & 105 \\
+ A6 & 105 & 148 \\
+ A5 & 148 & 210 \\
+ A4 & 210 & 297 \\
+ A3 & 297 & 420 \\
+ A2 & 420 & 594 \\
+ A1 & 594 & 841 \\
+ A0 & 841 & 1189 \\ \hline
+\end{tabular}
+
+\vfill
+
+\LARGE
+\begin{tabular}{>{\bfseries}lr!{$\times$}r}
+ Original Paper Size: &
+ \rndprintlength{\paperwidth} & \rndprintlength{\paperheight} \\
+ Final Paper Size: &
+ \rndprintlength{\sPaperWidth} & \rndprintlength{\sPaperHeight}
+\end{tabular}
+
+\vfill
+
+\newpage
+
+More Text \dots
+
+\end{document}
+%---------------------------
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test1.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test1.tex
new file mode 100644
index 00000000000..2dd354b5a95
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup-test1.tex
@@ -0,0 +1,85 @@
+
+%---------------------------
+% Rolf Niepraschk, Rolf.Niepraschk@ptb.de, 2007-08-12
+
+% pdflatex blowup-test1.tex
+% or
+% latex blowup-test1.tex ; dvips blowup-test1 ; ps2pdf blowup-test1.ps
+% or
+% vlatex blowup-test1.tex
+%
+% pdfinfo blowup-test1.pdf
+
+\listfiles
+\documentclass[fontsize=10pt,paper=a4]{scrartcl}
+
+
+\usepackage[margin={20mm,20mm}]{geometry}
+
+\usepackage{blowup}
+\blowUp{onepage,paper={841mm,1189mm}}
+
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+
+\usepackage{array,printlen}
+\uselengthunit{mm}
+
+\pagestyle{empty}
+
+\begin{document}
+
+\noindent \rule{\textwidth}{3mm}
+
+\null\vfill
+
+\huge\centering
+
+\setlength\extrarowheight{.5ex}
+\begin{tabular}{|>{\bfseries}l<{:}r<{\,mm}!{$\times$}r<{\,mm}|} \hline
+ letter & 216 & 279 \\
+ legal & 216 & 356 \\
+ executive & 184 & 267 \\
+ A8 & 52 & 74 \\
+ A7 & 74 & 105 \\
+ A6 & 105 & 148 \\
+ A5 & 148 & 210 \\
+ A4 & 210 & 297 \\
+ A3 & 297 & 420 \\
+ A2 & 420 & 594 \\
+ A1 & 594 & 841 \\
+ A0 & 841 & 1189 \\ \hline
+\end{tabular}
+
+\vfill
+
+\begin{tabular}{>{\bfseries}lr!{$\times$}r}
+ Original Paper Size: &
+ \rndprintlength{\paperwidth} & \rndprintlength{\paperheight} \\
+ Final Paper Size: &
+ \rndprintlength{\sPaperWidth} & \rndprintlength{\sPaperHeight}
+\end{tabular}
+
+\vfill
+
+\noindent \rule{\textwidth}{3mm}
+
+\newpage
+
+\noindent \rule{\textwidth}{3mm}
+
+\vfill
+
+\noindent \rule{\textwidth}{3mm}
+
+\newpage
+
+\noindent \rule{\textwidth}{3mm}
+
+\vfill
+
+\noindent \rule{\textwidth}{3mm}
+
+\end{document}
+
+%---------------------------
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test2.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test2.tex
new file mode 100644
index 00000000000..6e076c5b5cd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup-test2.tex
@@ -0,0 +1,67 @@
+
+%---------------------------
+% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-10-19
+
+\listfiles
+\documentclass[letterpaper]{article}
+%\documentclass[legalpaper]{article}
+%\documentclass[fontsize=10pt,paper=letter]{scrartcl}
+
+\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=a2,pos={t,r}}
+%\blowUp{scale=1.414213562}
+%\blowUp{paper={841mm,1189mm},pos=bottom}
+
+\renewcommand\familydefault{\sfdefault}
+\pagestyle{empty}
+
+\begin{document}
+
+\null\vfill
+
+\huge\centering
+
+\setlength\extrarowheight{.5ex}
+\begin{tabular}{|>{\bfseries}l<{:}r<{\,mm}!{$\times$}r<{\,mm}|} \hline
+ letter & 216 & 279 \\
+ legal & 216 & 356 \\
+ executive & 184 & 267 \\
+ A8 & 52 & 74 \\
+ A7 & 74 & 105 \\
+ A6 & 105 & 148 \\
+ A5 & 148 & 210 \\
+ A4 & 210 & 297 \\
+ A3 & 297 & 420 \\
+ A2 & 420 & 594 \\
+ A1 & 594 & 841 \\
+ A0 & 841 & 1189 \\ \hline
+\end{tabular}
+
+\vfill
+
+\begin{tabular}{>{\bfseries}lr!{$\times$}r}
+ Original Paper Size: &
+ \rndprintlength{\paperwidth} & \rndprintlength{\paperheight} \\
+ Final Paper Size: &
+ \rndprintlength{\sPaperWidth} & \rndprintlength{\sPaperHeight}
+\end{tabular}
+
+\vfill
+
+\newpage
+
+More Text \dots
+
+\end{document}
+%---------------------------
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex
new file mode 100644
index 00000000000..9168f9d2df9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex
@@ -0,0 +1,65 @@
+
+%---------------------------
+% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-11-05
+
+\listfiles
+\documentclass[a4paper,draft,twoside]{article}
+
+\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}
+
+\renewcommand\familydefault{\sfdefault}
+\setlength\parindent{0pt}
+\pagestyle{empty}
+
+\begin{document}
+
+\null\vfill
+
+\huge\centering
+
+\setlength\extrarowheight{.5ex}
+\begin{tabular}{|>{\bfseries}l<{:}r<{\,mm}!{$\times$}r<{\,mm}|} \hline
+ letter & 216 & 279 \\
+ legal & 216 & 356 \\
+ executive & 184 & 267 \\
+ A8 & 52 & 74 \\
+ A7 & 74 & 105 \\
+ A6 & 105 & 148 \\
+ A5 & 148 & 210 \\
+ A4 & 210 & 297 \\
+ A3 & 297 & 420 \\
+ A2 & 420 & 594 \\
+ A1 & 594 & 841 \\
+ A0 & 841 & 1189 \\ \hline
+\end{tabular}
+
+\vfill
+
+\LARGE
+\begin{tabular}{>{\bfseries}lr!{$\times$}r}
+ Original Paper Size: &
+ \rndprintlength{\paperwidth} & \rndprintlength{\paperheight} \\
+ Final Paper Size: &
+ \rndprintlength{\sPaperWidth} & \rndprintlength{\sPaperHeight}
+\end{tabular}
+
+\vfill
+
+\newpage
+
+More Text \dots
+
+\end{document}
+%---------------------------
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex
new file mode 100644
index 00000000000..a6604c39ffa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex
@@ -0,0 +1,65 @@
+
+%---------------------------
+% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2007-11-05
+
+\listfiles
+\documentclass[a4paper,draft,twoside]{article}
+
+\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}
+
+\renewcommand\familydefault{\sfdefault}
+\setlength\parindent{0pt}
+\pagestyle{empty}
+
+\begin{document}
+
+\null\vfill
+
+\huge\centering
+
+\setlength\extrarowheight{.5ex}
+\begin{tabular}{|>{\bfseries}l<{:}r<{\,mm}!{$\times$}r<{\,mm}|} \hline
+ letter & 216 & 279 \\
+ legal & 216 & 356 \\
+ executive & 184 & 267 \\
+ A8 & 52 & 74 \\
+ A7 & 74 & 105 \\
+ A6 & 105 & 148 \\
+ A5 & 148 & 210 \\
+ A4 & 210 & 297 \\
+ A3 & 297 & 420 \\
+ A2 & 420 & 594 \\
+ A1 & 594 & 841 \\
+ A0 & 841 & 1189 \\ \hline
+\end{tabular}
+
+\vfill
+
+\LARGE
+\begin{tabular}{>{\bfseries}lr!{$\times$}r}
+ Original Paper Size: &
+ \rndprintlength{\paperwidth} & \rndprintlength{\paperheight} \\
+ Final Paper Size: &
+ \rndprintlength{\sPaperWidth} & \rndprintlength{\sPaperHeight}
+\end{tabular}
+
+\vfill
+
+\newpage
+
+More Text \dots
+
+\end{document}
+%---------------------------
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup.pdf b/Master/texmf-dist/doc/latex/blowup/blowup.pdf
new file mode 100644
index 00000000000..3fc9cbc640c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/blowup/blowup.pdf
Binary files differ