summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ifetex/README
blob: b11fd0baa96b933efa72b2db583bf335b122b272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LaTeX package 'ifetex'
~~~~~~~~~~~~~~~~~~~~~~
Copyright (c) 2011-2018 by Martin Scharrer <martin@scharrer-online.de>
CTAN: http://www.ctan.org/pkg/ifetex
Code repository: https://bitbucket.org/martin_scharrer/ifetex
Issue tracker: https://bitbucket.org/martin_scharrer/ifetex/issues

This small package provides the if-switch \ifetex which indicated whether
e-TeX is available or not.

The package can be loaded as LaTeX package using `\usepackage{ifetex}` or in
plainTeX using `\input ifetex`. In both cases it aborts silently if the \ifetex macro
is already defined.

The package currently test if \eTeXversion is defined as a primitive and
assumes e-TeX if so.