[tex-eplain] turning off indexing

John Frampton j.frampton at neu.edu
Thu Nov 15 19:20:46 CET 2007


I have looked in the EPlain documentation for a way to turn off 
indexing.  I don't like all that writing to the index file going 
on every time I run Tex.  And I certainly don't want to see all 
the reports of reading the .tmp file.  To this point, I've just 
used \idx and \sidx, so the following hack kills the writing and 
.tmp file use (but does not stop opening the .idx file for writing).

\def\noindex{%
    \let\idx\relax
    \def\sidx##1{\@getoptionalarg\relax}%
}

Am I missing something?

Thanks,
John Frampton


More information about the tex-eplain mailing list