From 3aeee77f9fec56d9be08ab6811e33823bbbc2de9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 Oct 2020 20:51:30 +0000 Subject: flippdf (27oct20) git-svn-id: svn://tug.org/texlive/trunk@56782 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/flippdf/flippdf.pdf | Bin 148556 -> 148773 bytes Master/texmf-dist/source/latex/flippdf/flippdf.dtx | 14 ++++++++------ Master/texmf-dist/tex/latex/flippdf/flippdf.sty | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf b/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf index b60a4b14146..04e2f6f3ed3 100644 Binary files a/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf and b/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf differ diff --git a/Master/texmf-dist/source/latex/flippdf/flippdf.dtx b/Master/texmf-dist/source/latex/flippdf/flippdf.dtx index 3f3dde8be4e..f9cd023d867 100644 --- a/Master/texmf-dist/source/latex/flippdf/flippdf.dtx +++ b/Master/texmf-dist/source/latex/flippdf/flippdf.dtx @@ -52,9 +52,9 @@ % \CheckSum{86} % % \def\filename{flippdf.dtx} -% \def\fileversion{2.0} -% \def\filedate{2020/10/18} -% \def\docdate{2020/10/18} +% \def\fileversion{2.0b} +% \def\filedate{2020/10/27} +% \def\docdate{2020/10/27} % % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option @@ -215,8 +215,10 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{flippdf}% - [2020/10/18 2.0 Horizontal flipping of pages with pdfLaTeX] + [2020/10/27 R2.0b Horizontal flipping of pages with pdfLaTeX] % \end{macrocode} +% \changes{R2.0b}{2020/10/27}{Assure that options are passed to +% \Lpack{flippdf-1x} when the old code is used.} % Depending on the actual functionalities provided by \hologo{LaTeX} % consider loading \Lpack{flippdf-1x}. If so doing, warn about this, % and hand over the operation to that package. @@ -226,8 +228,8 @@ You appear to be running a version of LaTeX\MessageBreak unsupported by current flippdf.\MessageBreak Forcing fallback to `flippdf-1x` that\MessageBreak - uses an older code base} - \RequirePackage{flippdf-1x} + uses an older code base}% + \RequirePackageWithOptions{flippdf-1x}% \endinput}{} % \end{macrocode} % State package requirements, including \Lpack{iftex} diff --git a/Master/texmf-dist/tex/latex/flippdf/flippdf.sty b/Master/texmf-dist/tex/latex/flippdf/flippdf.sty index 0fac07c8963..d4c9ab2e6b7 100644 --- a/Master/texmf-dist/tex/latex/flippdf/flippdf.sty +++ b/Master/texmf-dist/tex/latex/flippdf/flippdf.sty @@ -32,14 +32,14 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{flippdf}% - [2020/10/18 2.0 Horizontal flipping of pages with pdfLaTeX] + [2020/10/27 R2.0b Horizontal flipping of pages with pdfLaTeX] \@ifundefined{AddToHook}{% \PackageWarningNoLine{flippdf}{% You appear to be running a version of LaTeX\MessageBreak unsupported by current flippdf.\MessageBreak Forcing fallback to `flippdf-1x` that\MessageBreak - uses an older code base} - \RequirePackage{flippdf-1x} + uses an older code base}% + \RequirePackageWithOptions{flippdf-1x}% \endinput}{} \RequirePackage{iftex} \AtBeginDocument{% -- cgit v1.2.3