\printindex
, it only prints the titles of the indexes and lacks any entries. Typesetting the sample code produces the same issues as my larger document, so for brevity I'll use that instead:Code: Select all
\documentclass[11pt]{article}
\usepackage{multind}
\makeindex{pro}
\makeindex{con}
\begin{document}
test text\index{pro}{test}
test text\index{con}{test}
\printindex{pro}{PROF}
\printindex{con}{CON}
\end{document}
Edit: I redid the code using the imakeidx package, and while it didn't work in TeXPad at first, after switching to TeXShop, it rendered correctly. These are both OS X applications. I prefer TeXPad, so would there be a way to solve that particular issue?