diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-13 20:52:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-13 20:52:40 +0000 |
commit | faf01bf38b7c442d8acc93d3ea124c6eeaecf882 (patch) | |
tree | e11eb3847bb805a25f45a4d304700d51b7ab678d /Master/texmf-dist/tex/latex/flippdf | |
parent | be5b1768f4f6169a51c0b7357f5bd2a0710e507f (diff) |
flippdf (13oct20)
git-svn-id: svn://tug.org/texlive/trunk@56652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/flippdf')
-rw-r--r-- | Master/texmf-dist/tex/latex/flippdf/flippdf.sty | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/flippdf/flippdf.sty b/Master/texmf-dist/tex/latex/flippdf/flippdf.sty index 0c7dc213210..262b6efcfdd 100644 --- a/Master/texmf-dist/tex/latex/flippdf/flippdf.sty +++ b/Master/texmf-dist/tex/latex/flippdf/flippdf.sty @@ -4,17 +4,11 @@ %% %% The original source files were: %% -%% flippdf.dtx -%% This is file `flippdf.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% flippdf.dtx +%% flippdf.dtx (with options: `flippdf') %% %% IMPORTANT NOTICE: %% -%% Copyright 2006 +%% Copyright 2006, 2020 %% Sergio Callegari <sergio.callegari@gmail.com> %% %% --------------------------------------------- @@ -28,18 +22,17 @@ %% Any modified versions of this file must be renamed with new filenames %% distinct from flippdf.sty. %% -%% For distribution of the original source see the terms -%% for copying and modification in the file flippdf.dtx. +%% For distribution of the original source see the terms for copying and +%% modification in the file flippdf.dtx. %% -%% This generated file may be distributed as long as the -%% original source files, as listed above, are part of the -%% same distribution. (The sources need not necessarily be -%% in the same archive or directory.) +%% This generated file may be distributed as long as the original source files, as +%% listed above, are part of the same distribution. (The sources need not +%% necessarily be in the same archive or directory.) %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{flippdf}% - [2006/06/30 1.0 Horizontal flipping of pages with pdfLaTeX] -\RequirePackage{everypage} + [2020/10/11 1.0b Horizontal flipping of pages with pdfLaTeX] +\RequirePackage{everypage}[2007/06/20] \newif\if@sc@flippdf \newcommand\FlipPDF{\@sc@flippdftrue} \newcommand\UnFlipPDF{\@sc@flippdffalse} |