Hi All;
Is there any command or code I can add it in preamble to send every word to index.??
Thank you all
General ⇒ Index Command
NEW: TikZ book now 40% off at Amazon.com for a short time.

Index Command
Code: Select all
\def\aaaa#1\par{%
\bbbb#1 \@nil
\par
}
\def\bbbb#1 #2\@nil{%
#1\index{#1}
\ifx&%
\else
\bbbb#2\@nil
\fi
}
\everypar{\aaaa}
-
- Posts: 68
- Joined: Mon Jul 06, 2009 7:44 pm
Re: Index Command
It didn't work with me.
-
- Posts: 68
- Joined: Mon Jul 06, 2009 7:44 pm
Re: Index Command
Also, how could I print the Alphabet Letters in Index as:
A
air,3
C
Car,3
Thx
A
air,3
C
Car,3
Thx