summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/blowup
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-26 22:50:41 +0000
committerKarl Berry <karl@freefriends.org>2016-01-26 22:50:41 +0000
commit992c7edb3ac4f3f73aa45f76568c98690b99b5a3 (patch)
tree6ada6f71a9b7fa59cbe0c571d10593725788eb4c /Master/texmf-dist/doc/latex/blowup
parentc8ab051958fb78c17ecc1d9333d2ac680df75dfc (diff)
rm blowup, obsolete on CTAN per author
git-svn-id: svn://tug.org/texlive/trunk@39483 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.tex76
-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.tex61
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test4.tex61
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup-test5.tex23
-rw-r--r--Master/texmf-dist/doc/latex/blowup/blowup.pdfbin127467 -> 0 bytes
8 files changed, 0 insertions, 379 deletions
diff --git a/Master/texmf-dist/doc/latex/blowup/README b/Master/texmf-dist/doc/latex/blowup/README
deleted file mode 100644
index b818b6f8cbb..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 816e31ecfd2..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup-test0.tex
+++ /dev/null
@@ -1,76 +0,0 @@
-
-%---------------------------
-% Rolf Niepraschk, Rolf.Niepraschk@gmx.de, 2008-12-09
-
-% 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}
-
-% Only for the test to show the page size.
-\usepackage{showframe}
-
-\usepackage{array,printlen,xcolor}
-\uselengthunit{mm}
-
-% 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
deleted file mode 100644
index 2dd354b5a95..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup-test1.tex
+++ /dev/null
@@ -1,85 +0,0 @@
-
-%---------------------------
-% 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
deleted file mode 100644
index 6e076c5b5cd..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup-test2.tex
+++ /dev/null
@@ -1,67 +0,0 @@
-
-%---------------------------
-% 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
deleted file mode 100644
index c688159c4b2..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup-test3.tex
+++ /dev/null
@@ -1,61 +0,0 @@
-
-%---------------------------
-% 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}
-
-% 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
deleted file mode 100644
index 2d7f419be07..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup-test4.tex
+++ /dev/null
@@ -1,61 +0,0 @@
-
-%---------------------------
-% 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}
-
-% 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-test5.tex b/Master/texmf-dist/doc/latex/blowup/blowup-test5.tex
deleted file mode 100644
index 7215277bfc2..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup-test5.tex
+++ /dev/null
@@ -1,23 +0,0 @@
-\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}
-%---------------------------
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup.pdf b/Master/texmf-dist/doc/latex/blowup/blowup.pdf
deleted file mode 100644
index 8e8435b302b..00000000000
--- a/Master/texmf-dist/doc/latex/blowup/blowup.pdf
+++ /dev/null
Binary files differ