summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iftex/ifxetex.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/iftex/ifxetex.sty')
-rw-r--r--macros/latex/contrib/iftex/ifxetex.sty17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/latex/contrib/iftex/ifxetex.sty b/macros/latex/contrib/iftex/ifxetex.sty
new file mode 100644
index 0000000000..8261ec2671
--- /dev/null
+++ b/macros/latex/contrib/iftex/ifxetex.sty
@@ -0,0 +1,17 @@
+% Compatibility stub package for ifxetex
+
+%% 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 ifxetex package was written by Will Robertson
+
+\ifx\RequirePackage\undefined
+ \input iftex.sty
+\else
+ \ProvidesPackage{ifxetex}[2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.]
+ \RequirePackage{iftex}
+\fi