diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-08 21:41:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-08 21:41:40 +0000 |
commit | 80b28c052dd903d1c5c60a1faafd530bec8f5e45 (patch) | |
tree | abfbd5f51a0c77909ccb703f62dfbbeed6f05654 /Master/texmf-dist/tex/generic/thumbpdf | |
parent | 3c44afcf87fb8597bb6da350f1777c8bf5b14517 (diff) |
thumbpdf (8sep18)
git-svn-id: svn://tug.org/texlive/trunk@48625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/thumbpdf')
-rw-r--r-- | Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex | 7 |
2 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty index 5809aa84d7a..d95c8b95d2d 100644 --- a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty +++ b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty @@ -1,11 +1,11 @@ % File: thumbpdf.sty % Project: thumbpdf -% Version: 2014/07/15 v3.16 +% Version: 2018/09/07 v3.17 % Author: Heiko Oberdiek % % Function: Inclusion of thumbnails % -% Copyright: Copyright (C) 1999-2014 Heiko Oberdiek. +% Copyright: Copyright (C) 1999-2018 Heiko Oberdiek. % % This work may be distributed and/or modified under % the conditions of the LaTeX Project Public License, @@ -102,6 +102,9 @@ % (offending \RequirePackage). % 2012/04/18 v3.15 % 2014/07/15 v3.16 +% 2018/09/07 v3.17 Abort not just warn on terminal if pdfcompression is enabled. +% (David Carlisle as suggested by Karl Berry) +% https://github.com/ho-tex/thumbpdf % % \THB@ is the prefix for internal command names. % @@ -122,7 +125,7 @@ \def\x{\endgroup\ProvidesPackage{thumbpdf}}% \fi \fi -\x[2014/07/15 v3.16 Inclusion of thumbnails (HO)]% +\x[2018/09/07 v3.17 Inclusion of thumbnails (HO)]% % Dummy for \thisthumb and \DeclareThumbs. It is overwritten, % if the checks succeed and the whole package is loaded. @@ -280,9 +283,8 @@ \expandafter\ifx\csname pdfobjcompresslevel\endcsname\relax \else \ifnum\pdfobjcompresslevel>0 % - \PackageWarningNoLine{\THB@name}{% - Compressed PDF objects of PDF 1.5 are not supported% - }% + \wlog{THUMBPDF: Compressed PDF objects of PDF 1.5 are not supported}% + \endgroup\expandafter\expandafter\expandafter\endinput \fi \fi diff --git a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex index a9b6239d3ce..68e18391b68 100644 --- a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex +++ b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex @@ -1,9 +1,9 @@ % File: thumbpdf.tex % Project: thumbpdf -% Version: 2014/07/15 v3.16 +% Version: 2018/09/07 v3.17 % Author: Heiko Oberdiek % -% Copyright: Copyright (C) 1999-2014 Heiko Oberdiek. +% Copyright: Copyright (C) 1999-2018 Heiko Oberdiek. % % This work may be distributed and/or modified under % the conditions of the LaTeX Project Public License, @@ -95,9 +95,10 @@ % 2012/04/09 v3.14 % 2012/04/18 v3.15 % 2014/07/15 v3.16 +% 2018/09/07 v3.17 https://github.com/ho-tex/thumbpdf \immediate\write16{% - File: thumbpdf.tex 2014/07/15 v3.16 % + File: thumbpdf.tex 2018/09/07 v3.17 % Including thumbnails as images (HO)% } \immediate\write16{% |