I am trying to make a index with the letters A, B, C etc as follows;
A
Apple
April
B
Beach
Bridge
like that. I am using makeindex. Please help:)
MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ How to make the index appear with letters (A, B, C, ...)
Re: How to make the index appear with letters (A, B, C, ...)
Hi, I had the same concern, I looked on internet and here is what you should try :
Three compilations are need :
Latex Yourfile.tex
MakeIndex -s YourIndex.ist Yourfile.idx
Latex Yourfile.tex
Yourfile.ist is written as follow :
heading_prefix "{\\bfseries\\hfil "
heading_suffix "\\hfil}\\nopagebreak\n"
headings_flag 1
This should work fine.
Good Luck
Three compilations are need :
Latex Yourfile.tex
MakeIndex -s YourIndex.ist Yourfile.idx
Latex Yourfile.tex
Yourfile.ist is written as follow :
heading_prefix "{\\bfseries\\hfil "
heading_suffix "\\hfil}\\nopagebreak\n"
headings_flag 1
This should work fine.
Good Luck