Theses, Books, Title pagesTrouble getting the index to update

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Trouble getting the index to update

Post by templateuser »

Hi,
Great template. It really looks nice!

I have a problem getting the index to update, though.
I run following:

- main.tex (pdflatex)
- main.idx
- main.bbl
- main.tex again…

But it does not update, when I e.g. add more \index{XXX} or if I change the name of the file the Index “chapter” does not appear at all.
Not sure I got the “main.idx -s StyleInd.ist” correct. Am I suppose to run more than main.idx or call it with additional parameters??

Thanks,
Daniel

Recommended reading 2024:

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

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Trouble getting the index to update

Post by Vel »

Hi Daniel,

In the header of the main document it states exactly what commands you should run in the command line once you’ve navigated to the directory of the template. Regarding the index, make sure you are running

makeindex main.idx -s StyleInd.ist

in the command line, once you recompile using pdflatex the index should update and be in the correct style!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply