File:  [Research Unix] / researchv10dc / vol2 / index / texnotes
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

From howard Fri Sep 15 17:16:50 EDT 1989
If you put

\index{some stuff}

in /usr/vol2/latex/latex.tex, between any two lines after
the \begin{document} line and before the \end{document}
line (and also not between any pair of \begin{eg} and
\end{eg}, since those lines are printed verbatim), then
after doing a mk in that directory you will have a
file 'latex.idx' containing lines like

some stuff<tab>249

Unfortunately, the <tab> is literally those 5 characters,
so you will have to

	sed 's/<tab>/	/' < latex.idx

to get what you really want.
TeX just won't let tabs get into it or out of it.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.