I'm trying to make an index looking like this -- 2 columns, starting letter at the beginning of each section:
I tried to use
\usepackage{makeidx} \makeindex . . . \printindex the result looked good since it contained starting letter, but was printed only in one column:
so I tried using this:
\usepackage{imakeidx} \makeindex[columns = 2] . . . \printindex and the index was divided into 2 columns, but starting letters disappeared
Can someone please help me how to make it the way I need? Thanks a lot.



\documentclass{...}and ending with\end{document}.