Code: Select all
\begin{theindex}
\item \TBFN{α}, 35
\indexspace
\item \TBFN{β}, 6
\indexspace
etc.
\end{theindex}
Code: Select all
\begin{theindex}
\item \TBFN{α}, 35
\indexspace
\item \TBFN{β}, 6
\indexspace
etc.
\end{theindex}
\index{sort@entry}
. So for a bold word: \index{word@\textbf{word}}
. This could be automated by defining semantic macros which create the index entry “on the fly”.Code: Select all
\documentclass{scrartcl}
\usepackage{imakeidx}
\makeindex
\begin{document}
A\index{A@\textit{A}} $x^2$\index{x**2@$x^2$} word\index{word}
\printindex
\end{document}
Code: Select all
\index{α@\TBFN{α}}
\index{β@\TBFN{β}}