MakeIndex, Nomenclature, Glossaries and AcronymsMakeIndex doesn't work (\printindex)

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

MakeIndex doesn't work (\printindex)

Post by Montag »

Hello,

I don't get any proper results with my MWE, although I'm quite sure I didn't make any foolish mistake. Here are the relevant files.
makeindex-test.tex
(928 Bytes) Downloaded 552 times
makeindex-test.pdf
(101.79 KiB) Downloaded 440 times
makeindex-test.log
(12.63 KiB) Downloaded 502 times
My stil.ist (couldn't upload it):

Code: Select all

quote '+'
headings_flag 1
heading_prefix "{\\huge\\sffamily "
heading_suffix "}\\nopagebreak"
symhead_positive "Ziffern"
delim_0 "\\dotfill"
delim_1 "\\dotfill"
delim_2 "\\dotfill"
delim_r "~--~"
suffix_2p "`\\,f."
suffix_3p "`\\,ff."
item_0 "\n \\item\\normalsize "
item_01 "\n \\subitem\\small "
item_x1 "\n \\subitem\\small "
What's the problem here?
Last edited by Montag on Sat Oct 22, 2011 9:21 am, edited 1 time in total.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

MakeIndex doesn't work (\printindex)

Post by Montag »

After a lot of g00gling, I tried some other stuff. One of the things was the path

Code: Select all

-s stil.ist -g "%tm"
which yielded in a proper index file and it actually worked out just fine.

So I guess the problem's solved (without any understanding on my part). If someone could explain what happened, I'd appreciate it. :)
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Post Reply