summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/flippdf/flippdf.pdfbin148556 -> 148773 bytes
-rw-r--r--Master/texmf-dist/source/latex/flippdf/flippdf.dtx14
-rw-r--r--Master/texmf-dist/tex/latex/flippdf/flippdf.sty6
3 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf b/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf
index b60a4b14146..04e2f6f3ed3 100644
--- a/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf
+++ b/Master/texmf-dist/doc/latex/flippdf/flippdf.pdf
Binary files 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{%