MiKTeX and proTeXtProblem with index with MikTeX

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
Forrest
Posts: 1
Joined: Fri Apr 11, 2008 5:37 pm

Problem with index with MikTeX

Post by Forrest »

Hello,
I'm a newbie and I try to include an index with MikTeX and WinEdt using the following index.ist file :

headings_flag 1
heading_prefix "\n \\item \\textbf{"
heading_suffix "}"
symhead_positive "Symboles"
symhead_negative "symboles"
numhead_positive "Nombres"
numhead_negative "nombres"
delim_0 " \\dotfill\\ "
delim_1 " \\dotfill\\ "
delim_2 " \\dotfill\\ "

in order to change the usual index format.
The way I proceed is :
- I run Latex with \makeindex in my .tex file (called "myfile.tex"), in order to create "myfile.idx"
- I run "makeindex -s index.ist myfile.idx" in a command prompt in order to create the myfile.ind file
- I re-run Latex, but without the command \makeindex that would replace my former "myfile.ind" file (containing the format I want)

Unfortunately, Latex (MikTeX) replaces anyway the file "myfile.ind", even without the command "\makeindex" in "myfile.tex". So the final compilation happens each time with the wrong .ind file.
Is this normal ?
Thank you in advance for your help.

Recommended reading 2024:

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

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

Post Reply