MakeIndex, Nomenclature, Glossaries and AcronymsOptions for MakeIndex

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
pleasehelpme
Posts: 4
Joined: Tue Feb 24, 2009 10:04 pm

Options for MakeIndex

Post by pleasehelpme »

Hi!

I tried to use the options for makeindex -cgilqr, but I cannot get them to work.
I put them before "%bm" in the menu.... I need to know were to find the .ist-file...

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Options for MakeIndex

Post by localghost »

There is a good source with comprehensive descriptions of all the options [1]. This should answer your questions. Style declarations can be found in the MiKTeX tree.

Code: Select all

C:\Program Files\MiKTeX 2.7\makeindex
You only need to call MakeIndex with the -s option followed by the name of the according style file as described in the mentioned source.

[1] Help on MakeIndex MAKEINDEX


Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
pleasehelpme
Posts: 4
Joined: Tue Feb 24, 2009 10:04 pm

Re: Options for MakeIndex

Post by pleasehelpme »

Hi Thorsten!

Thanks for your answer. I know about the options, but I don't know how to enter them in Texniccenter correctly. That's why I posted it in this category. And which .ist-file should I use? There are several in the makeindex-folder.

I use Alt+F7 to access the menu and at the bottom I can enter the options, but I am unfamiliar with the syntax.

Thanks again!
Christoph
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Options for MakeIndex

Post by localghost »

pleasehelpme wrote:[…] Thanks for your answer. I know about the options, but I don't know how to enter them in Texniccenter correctly. […]
Take a look at the picture in the attachment. It should help you to get things work.
pleasehelpme wrote:[…] And which .ist-file should I use? There are several in the makeindex-folder. […]
Just test them and look what fits best to your needs. If you don't find a suitable style, you can write one on your own (like I did).
pleasehelpme wrote:[…] I use Alt+F7 to access the menu and at the bottom I can enter the options, but I am unfamiliar with the syntax. […]
That's the reason why I referred you to the web site. All is explained there in detail.
Attachments
A build profile in TXC with parameters for MakeIndex.
A build profile in TXC with parameters for MakeIndex.
TXC-MakeIndex.png (18.78 KiB) Viewed 10539 times
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
pleasehelpme
Posts: 4
Joined: Tue Feb 24, 2009 10:04 pm

Options for MakeIndex

Post by pleasehelpme »

Hi Thorsten!

Thank you for the explanation. I now use -s -l umlaut.ist -g "%bm" and there are no errors. However, there is a problem with the order in the printed word listing; something I'll have to post elsewhere...

Christoph
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Options for MakeIndex

Post by localghost »

You have to give the options in the right way.

Code: Select all

-l -s umlaut.ist -g "%bm"
The -s parameter has to be followed directly by the name of the index style file.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply