diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/blowup/blowup.pdf | bin | 126730 -> 127554 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/blowup/blowup.dtx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/blowup/blowup.sty | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/blowup/blowup.pdf b/Master/texmf-dist/doc/latex/blowup/blowup.pdf Binary files differindex 3fc9cbc640c..7b32b8cbc1b 100644 --- a/Master/texmf-dist/doc/latex/blowup/blowup.pdf +++ b/Master/texmf-dist/doc/latex/blowup/blowup.pdf diff --git a/Master/texmf-dist/source/latex/blowup/blowup.dtx b/Master/texmf-dist/source/latex/blowup/blowup.dtx index f9322aff6be..b00ae98ab94 100644 --- a/Master/texmf-dist/source/latex/blowup/blowup.dtx +++ b/Master/texmf-dist/source/latex/blowup/blowup.dtx @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{blowup} %<*package> - [2008/06/06 v0.1i Document Scaling (RN)] + [2008/07/13 v0.1i Document Scaling (RN)] %</package> % %<*driver> @@ -78,11 +78,11 @@ % % \begin{abstract} % \noindent -% This package only defines the user-level macro \cmd{\blowup}, +% This package only defines the user-level macro \cmd{\blowUp}, % which can be used to upscale or downscale all pages % of a document. It is % similar to the \TeX\ primitive \cmd{\magnification} but more -% accurate and user-friendly. \cmd{\blowup} +% accurate and user-friendly. \cmd{\blowUp} % may be useful for the creation of posters from a normal-sized % document and for many kinds of fine adjustments of a ready % typesetted document (e.\,g., minor changes of scaling and @@ -92,11 +92,12 @@ % \tableofcontents % % \section{Usage} -% Load the package after other packages that affect the paper size. -% Then call the macro \cmd{\blowup} before |\begin{document}| to scale +% Load the package after other packages that affect the paper size +% (e.\,g., \textsf{geometry} and \textsf{hyperref}). +% Then call the macro \cmd{\blowUp} before |\begin{document}| to scale % the document. \par \medskip \noindent % |\usepackage{blowup}| \par \noindent -% \cmd{\blowup}\arg{key=value} \par \noindent +% \cmd{\blowUp}\arg{key=value} \par \noindent % \vspace{-\baselineskip} % \setlength\extrarowheight{.2ex} % \begin{longtable}{@{}lP{.75\linewidth}@{}} @@ -270,7 +271,7 @@ } % \end{macrocode} % \end{macro} -% The key-value definitions for \cmd{\blowup} +% The key-value definitions for \cmd{\blowUp} % \begin{macrocode} \define@key{BL@}{paper}{% \BL@if@dimen@pair{#1}{% diff --git a/Master/texmf-dist/tex/latex/blowup/blowup.sty b/Master/texmf-dist/tex/latex/blowup/blowup.sty index f6da948b43d..c8459ee5679 100644 --- a/Master/texmf-dist/tex/latex/blowup/blowup.sty +++ b/Master/texmf-dist/tex/latex/blowup/blowup.sty @@ -21,7 +21,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{blowup} - [2008/06/06 v0.1i Document Scaling (RN)] + [2008/07/13 v0.1i Document Scaling (RN)] \RequirePackage{everyshi,graphics,keyval} \@ifpackageloaded{typearea}{}{% \newcommand*\BL@save@dimen[1]{% |