From 1c8fac575e670cfa2a3df44e34b43321e13ce452 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 12 Feb 2018 22:59:46 +0000 Subject: pdflatexpicscale (12feb18) git-svn-id: svn://tug.org/texlive/trunk@46617 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/support/pdflatexpicscale/README | 2 +- .../support/pdflatexpicscale/pdflatexpicscale.pdf | Bin 118022 -> 117642 bytes .../support/pdflatexpicscale/pdflatexpicscale.tex | 19 ++++++++++++------- .../doc/support/pdflatexpicscale/testprinter.ps | 2 +- .../scripts/pdflatexpicscale/pdflatexpicscale.pl | 4 ++-- 5 files changed, 16 insertions(+), 11 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/support/pdflatexpicscale/README b/Master/texmf-dist/doc/support/pdflatexpicscale/README index b608a76ab36..56b00b6b36c 100644 --- a/Master/texmf-dist/doc/support/pdflatexpicscale/README +++ b/Master/texmf-dist/doc/support/pdflatexpicscale/README @@ -3,7 +3,7 @@ to a target resolution before creating a PDF document with PdfLaTeX. *Version* -2017-02-01 (version of bundle) +2018-02-12 (version of bundle) For version details check pdflatexpicscale.pdf. *Requirements* diff --git a/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.pdf b/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.pdf index 9f96f76b26a..8e42d2a18ff 100644 Binary files a/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.pdf and b/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.pdf differ diff --git a/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.tex b/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.tex index 19c7a23c190..e3b740a51a9 100644 --- a/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.tex +++ b/Master/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.tex @@ -5,7 +5,7 @@ \usepackage{url} \title{pdflatexpicscale} \author{Peter Willadt\footnote{willadt at t-online.de}} -\date{2017-02-01} %version #version +\date{2018-02-12} %version #version \begin{document} \maketitle @@ -26,11 +26,9 @@ and there may be situations where you need e.g. low-res pictures for the web and high-res pictures for print. When there are requirements that force the size of images in our document to change, the fun will probably be gone. -There is an article in TUGboat (\url{% - https://www.tug.org/members/TUGboat/tb37-3/tb117willadt.pdf}) accompanying -this package, for now (january, 2017) it is only available to TUG members; a -public release will follow at the beginning of 2018, as with all TUGboat -articles. +There is a freely accessible article\label{tugboatart} in TUGboat (\url{% +https://www.tug.org/TUGboat/tb37-3/tb117willadt.pdf}) accompanying +this package. \subsection{Similiar Work/Prior Art} @@ -253,7 +251,7 @@ names from the log file it reads. You may set this option if you have already changed the \verb|\graphicspath| and are too lazy to change it again. The default is empty. -\paragraph{printdpi} followed by a number lets you change the range in which +\paragraph{tolerance} followed by a number lets you change the range in which pictures remain unscaled because they are near the target resolution. Default is 20, that means 20~percent. If target resolution is 300~dpi, files up to 320~dpi get accepted too. Change to 0 if you want no tolerance. @@ -330,5 +328,12 @@ and helpful and polite hints. \paragraph{2017-02-01} With very long pathnames in the log file, pdflatexpicscale did not find pictures. This is fixed, hopefully. +\paragraph{2018-02-12} Only changes to this document, not to the software: In +this document, the option \texttt{tolerance} had been listed as +\texttt{printdpi}. From now on, this is corrected. + +As the TUGboat article corresponding to pdflatexpicscale is freely available +now, the link on page~\pageref{tugboatart} has been adjusted. + % for file version please see line 8 \end{document} diff --git a/Master/texmf-dist/doc/support/pdflatexpicscale/testprinter.ps b/Master/texmf-dist/doc/support/pdflatexpicscale/testprinter.ps index 96176dfe4d4..900fe5dc8e9 100644 --- a/Master/texmf-dist/doc/support/pdflatexpicscale/testprinter.ps +++ b/Master/texmf-dist/doc/support/pdflatexpicscale/testprinter.ps @@ -4,7 +4,7 @@ % PostScript by Example. % First printing, 1992, P. 544 ff % Willadt 2016-07-27 -% version 2017-02-01 #version %version +% version 2018-02-12 #version %version % for information on usage and changes see pdflatexpicscale.pdf /prozente 20 string def diff --git a/Master/texmf-dist/scripts/pdflatexpicscale/pdflatexpicscale.pl b/Master/texmf-dist/scripts/pdflatexpicscale/pdflatexpicscale.pl index 7c2de25cb7a..ef16ea86397 100755 --- a/Master/texmf-dist/scripts/pdflatexpicscale/pdflatexpicscale.pl +++ b/Master/texmf-dist/scripts/pdflatexpicscale/pdflatexpicscale.pl @@ -23,8 +23,8 @@ use File::Spec; use File::Copy; use Getopt::Long; -my $version = '0.31'; -my $versiondate = '2017-02-01'; #version %version +my $version = '0.32'; +my $versiondate = '2018-02-12'; #version %version my $showversion; my $verbose; -- cgit v1.2.3