summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iftex/ifpdf.sty
blob: ec500fba25a2da7ff2f58f6aaa4da9877c424c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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