Ticket #63962: ifxetex.sty

File ifxetex.sty, 488 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago)

The missing style file

Line 
1% Compatibility stub package for ifxetex
2
3%% LaTeX3 Project
4%%
5%% This work may be distributed and/or modified under the
6%% conditions of the LaTeX Project Public License, either
7%% version 1.3c of this license or (at your option) any later
8%% version.
9
10% The original ifxetex package was written by Will Robertson
11
12\ifx\RequirePackage\undefined
13  \input iftex.sty
14\else
15  \ProvidesPackage{ifxetex}[2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.]
16  \RequirePackage{iftex}
17\fi