Search found 5 matches
- Wed Oct 21, 2015 12:07 am
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Forcing a blank index line alphabetically
- Replies: 7
- Views: 12293
Re: Forcing a blank index line alphabetically
That did fix the test file. I think I was pasting too much into the .ist file. Thanks for the help.
- Sun Oct 18, 2015 7:58 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Forcing a blank index line alphabetically
- Replies: 7
- Views: 12293
Re: Forcing a blank index line alphabetically
Adding your code into my .ist file did not eliminate the extra commas. I am not sure why the two don't play well together.
I will upload sample files.
I will upload sample files.
- Thu Oct 15, 2015 8:33 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Forcing a blank index line alphabetically
- Replies: 7
- Views: 12293
Re: Forcing a blank index line alphabetically
I found a way to avoid using the .ist file. So your solution works just fine. Thanks again.
- Thu Oct 15, 2015 8:25 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Forcing a blank index line alphabetically
- Replies: 7
- Views: 12293
Forcing a blank index line alphabetically
Thank you so much. This almost does what I need. If I run it on a typical latex file it works great. Unfortunately, I have the following .ist file:
IndexTest.ist:
preamble
"\\thispagestyle{empty}\n\\begin{theindex}\n"
postamble
"\\end{theindex}\n"
When I run your code in conjunction with this ...
IndexTest.ist:
preamble
"\\thispagestyle{empty}\n\\begin{theindex}\n"
postamble
"\\end{theindex}\n"
When I run your code in conjunction with this ...
- Thu Sep 17, 2015 11:19 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Forcing a blank index line alphabetically
- Replies: 7
- Views: 12293
Forcing a blank index line alphabetically
There are times when makeindex leaves some unfortunate page or column breaks. I know that it is possible to edit the .ind file and add a \indexspace entry.
However, I would like a solution that is handled at the source file level. Something like \indexspace{masquerades as} where "masquerades as ...
However, I would like a solution that is handled at the source file level. Something like \indexspace{masquerades as} where "masquerades as ...