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!
MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Options for MakeIndex
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Options for MakeIndex
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.
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¹
Code: Select all
C:\Program Files\MiKTeX 2.7\makeindex
[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
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
-
- Posts: 4
- Joined: Tue Feb 24, 2009 10:04 pm
Re: Options for MakeIndex
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
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
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Options for MakeIndex
Take a look at the picture in the attachment. It should help you to get things work.pleasehelpme wrote:[…] Thanks for your answer. I know about the options, but I don't know how to enter them in Texniccenter correctly. […]
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:[…] And which .ist-file should I use? There are several in the makeindex-folder. […]
That's the reason why I referred you to the web site. All is explained there in detail.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. […]
- Attachments
-
- 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
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
-
- Posts: 4
- Joined: Tue Feb 24, 2009 10:04 pm
Options for MakeIndex
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
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
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Options for MakeIndex
You have to give the options in the right way.
The -s parameter has to be followed directly by the name of the index style file.
Code: Select all
-l -s umlaut.ist -g "%bm"
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
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1