You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
480 B
17 lines
480 B
% 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
|
|
|