↧
Answer by egreg for Ordering items in index
Here's an extract from a very good manual on MakeIndex (texdoc ind)What this doesn't say explicitly is that the sorting isSymbolsNumbersStringsThis explains your problem: \index{:@(CP)} will be sorted...
View ArticleOrdering items in index
An unexpected (to me!) index ordering in memoir. Here's a MWE.\documentclass[11pt]{memoir}\usepackage{makeidx}\makeindex\begin{document}Aristotle \index{Aristotle}(CP) \index{:@(CP)}$\to$...
View Article