To use e-TeX's extended mode, go to PCTeX's Typeset menu, select INITeX, select LaTeX, add an asterisk to the beginning of the macro file name (i.e. "*latex.ltx"), and click INITeX.(Cross-posted from LaTeX Community)
In trying to use the etoolbox package with PCTeX v6 (6.1, Build Fri Apr 16 13:29:46 2010), it looks like either PCTeX doesn't have e-TeX support, or etoolbox is checking for that support incorrectly. Since PCTeX didn't include etoolbox, or know how to get it from CTAN (or else I don't know how to fix it), I copied etoolbox.sty and etoolbox.def v2.1 from a TeX Live 2010 install into the same folder as the MWE below:Building this with PCTeX returns "! Package etoolbox Error: Not running under e-TeX." while building it with TeX Live 2010 works fine. Any ideas on how to narrow down the source of the problem?Code:
\documentclass{article}\usepackage{etoolbox}\begin{document}Hello, world.\end{document}
Now when you typeset with LaTeX, it will use e-TeX's extended mode.
Statistics: Posted by PTIForAdmin — Mon Mar 14, 2011 6:19 am