You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| ifetex | Provides \ifetex switch. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| README | 1 KiB | 2011-Dec-15 | Shown below |
| ifetex.dtx | 6 KiB | 2011-Dec-15 | |
| ifetex.ins | 226 bytes | 2011-Dec-15 | |
| ifetex.pdf | 127 KiB | 2011-Dec-15 |
*File sizes in kibibytes.
LaTeX package 'ifetex'
~~~~~~~~~~~~~~~~~~~~~~
Copyright (c) 2011 by Martin Scharrer <martin@scharrer.me>
WWW: http://latex.scharrer.me/
CTAN: http://www.ctan.org/pkg/ifetex
Code repository: https://bitbucket.org/martin_scharrer/ifetex
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.