Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!elroy.jpl.nasa.gov!decwrl!ucbvax!hplabs!hpl-opus!hpnmdla!hpsad!walter From: walter@hpsad.HP.COM (Walter Coole) Newsgroups: comp.text.tex Subject: TeX indexer? Message-ID: <13590004@hpsad.HP.COM> Date: 16 Mar 90 00:55:23 GMT Organization: HP Signal Analysis Div - Rohnert Park, CA Lines: 7 Is there an index generating program|macro for TeX? Ie. something that will take a TeX file and a list of words to index (or a list of words not to index), and produce TeX (or text) listing the words and the corresponding page numbers. I understand that makeindex will generate an index from TeX having constructs like "keyword \index{keyword}", but I'd like to figure out a way to avoid typing all that. It seems feasible to do with a few awk and seds, but surely someone's already done it. Thanks.