Document Classesproblem with index.sty

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
wyzra
Posts: 2
Joined: Thu Sep 11, 2008 4:11 am

problem with index.sty

Post by wyzra »

I'm having a problem with index.sty, which allows me to create multiple indices. Whenever I use it, there are errors in \tableofcontents. I think this is because the index.sty redefines certain things in the table of contents. Is there any way around this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

problem with index.sty

Post by gmedina »

Hi,

It's difficult to give advise without some more information. The documentation of the index package describes some incompatibilities with the AMS classes. But it would be better to have some code. Can you please post a minimal working example (MWE) that shows the undesired behaviour? If you follow the link I provided, you'll find instructions to build such a MWE.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
wyzra
Posts: 2
Joined: Thu Sep 11, 2008 4:11 am

Re: problem with index.sty

Post by wyzra »

Thank you, I fixed the problem by using the amsmidx package instead. As you have mentioned, index.sty has problems with AMS classes (I'm using amsbook).
Post Reply