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