From 038f3d26e9b2f40210a14133c33f1d2dfb5261bf Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 31 Oct 2019 03:00:53 +0000 Subject: CTAN sync 201910310300 --- macros/latex/contrib/iftex/ifpdf.sty | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 macros/latex/contrib/iftex/ifpdf.sty (limited to 'macros/latex/contrib/iftex/ifpdf.sty') diff --git a/macros/latex/contrib/iftex/ifpdf.sty b/macros/latex/contrib/iftex/ifpdf.sty new file mode 100644 index 0000000000..ec500fba25 --- /dev/null +++ b/macros/latex/contrib/iftex/ifpdf.sty @@ -0,0 +1,17 @@ +% Compatibility stub package for ifpdf + +%% LaTeX3 Project +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. + +% The original ifpdf package was written by Heiko Oberdiek + +\ifx\RequirePackage\undefined + \input iftex.sty +\else + \ProvidesPackage{ifpdf}[2019/10/25 v3.4 ifpdf legacy package. Use iftex instead.] + \RequirePackage{iftex} +\fi -- cgit v1.2.3