diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-13 23:53:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-13 23:53:12 +0000 |
commit | 99246601830cda53e7a58c69efa3adb4d23abef2 (patch) | |
tree | 581118ee12cdcfd92760adc7ea99d870ca2e1b17 /Master/texmf-dist/source/latex/blowup | |
parent | 5c85a4388af5902257dbe2e7bc1c6b3a2716fb61 (diff) |
blowup update (13jul08)
git-svn-id: svn://tug.org/texlive/trunk@9533 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/blowup')
-rw-r--r-- | Master/texmf-dist/source/latex/blowup/blowup.dtx | 15 |
1 files changed, 8 insertions, 7 deletions
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}{% |