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/tex | |
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/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/flippdf/flippdf.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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{% |