summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/iftex/ifetex.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-01 21:55:07 +0000
committerKarl Berry <karl@freefriends.org>2019-11-01 21:55:07 +0000
commit8ec1800f45b685b5d011083689cb43a06ca49cd4 (patch)
treec4e1cc3d1c78eb202c6440273cc0d28f5a99ea05 /Master/texmf-dist/tex/generic/iftex/ifetex.sty
parent0155f91399b1608d1ad2790cdbe662427799f37f (diff)
iftex, now with many if*.sty (1nov19)
git-svn-id: svn://tug.org/texlive/trunk@52609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/iftex/ifetex.sty')
-rw-r--r--Master/texmf-dist/tex/generic/iftex/ifetex.sty18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/iftex/ifetex.sty b/Master/texmf-dist/tex/generic/iftex/ifetex.sty
new file mode 100644
index 00000000000..51027d89c56
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/iftex/ifetex.sty
@@ -0,0 +1,18 @@
+% Compatibility stub package for ifetex
+
+%% 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 ifetex package was written by Martin Scharrer
+
+\ifx\RequirePackage\undefined
+ \input iftex.sty
+\else
+ \ProvidesPackage{ifetex}[2019/10/25 v1.3 ifetex legacy package. Use iftex instead.]
+ \RequirePackage{iftex}
+ \newcommand*\NeedsETeX[1][]{\RequireeTeX}
+\fi