MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ How to make the index appear with letters (A, B, C, ...)
How to make the index appear with letters (A, B, C, ...)
A
Apple
April
B
Beach
Bridge
like that. I am using makeindex. Please help:)
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
Re: How to make the index appear with letters (A, B, C, ...)
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