diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-27 20:51:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-27 20:51:30 +0000 |
commit | 3aeee77f9fec56d9be08ab6811e33823bbbc2de9 (patch) | |
tree | 191879416344861feaa1c9cc048830a9162da01c /Master/texmf-dist/source/latex/flippdf | |
parent | 8edfbcc6104b2dbed302343a65bcd706383ea5c7 (diff) |
flippdf (27oct20)
git-svn-id: svn://tug.org/texlive/trunk@56782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/flippdf')
-rw-r--r-- | Master/texmf-dist/source/latex/flippdf/flippdf.dtx | 14 |
1 files changed, 8 insertions, 6 deletions
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} |