ifetex Code
Brought to you by:
mscharrer
| File | Date | Author | Commit |
|---|---|---|---|
| .hgignore | 2018-03-31 |
|
[27eb9e] Updated hgignore list. |
| .hgtags | 2018-03-31 |
|
[349209] Added tag v1.2a for changeset 15093219d7bd |
| Makefile | 2020-09-29 |
|
[045a2b] Updated email address in Makefile |
| README | 2018-03-31 |
|
[150932] Updated manual and README. Version now v1.2a, 2... |
| ifetex.dtx | 2018-03-31 |
|
[150932] Updated manual and README. Version now v1.2a, 2... |
| ifetex.ins | 2011-10-31 |
|
[fe11cc] First version. |
| ifetex.sty | 2011-12-15 |
|
[448a1c] Added \NeedsETeX to LaTeX package. Increased to... |
| ifetex.tex | 2011-11-06 |
|
[f2156f] Made assignment local. |
| ltest.tex | 2011-11-06 |
|
[223f4d] Removed global \etextrue and \etexfalse macros. |
| test.tex | 2011-10-31 |
|
[fe11cc] First version. |
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.