Makeidx.hlx does not properly mimic LaTeX functionality when it comes to index subentries. There is a user- contributed package idxmods.hlx that should be tested and folded into makeidx before the next release.
Logged In: YES user_id=1170971
Using Emacs 21.2.1 and hyperlatex 2.7 and 2.8b the following simple input file produces the error
Hyperlatex ERROR: (void-function incf) right before \end{document}
\documentclass{article} \usepackage{hyperlatex} \usepackage{makeidx} \input{/opt/hyperlatex/hlx/contrib/idxmods.hlx}
\T\begin{ifhtml}
\newcommand{\printindex}{% \htmlonly{\HlxSection{-5}{}*{\indexname}\label{hlxindex}}% \htmlprintindex}
\T\end{ifhtml}
\makeindex \begin{document}
\title{Title} \author{Author} \maketitle
\section{Part 1} \index{Part!one}
\section{Part 2}\index{Part!two}
\printindex
\end{document}
Log in to post a comment.
Logged In: YES
user_id=1170971
Using Emacs 21.2.1 and hyperlatex 2.7 and 2.8b the following
simple input file produces the error
Hyperlatex ERROR: (void-function incf)
right before \end{document}
\documentclass{article}
\usepackage{hyperlatex}
\usepackage{makeidx}
\input{/opt/hyperlatex/hlx/contrib/idxmods.hlx}
\T\begin{ifhtml}
\newcommand{\printindex}{%
\htmlonly{\HlxSection{-5}{}*{\indexname}\label{hlxindex}}%
\htmlprintindex}
\T\end{ifhtml}
\makeindex
\begin{document}
\title{Title}
\author{Author}
\maketitle
\section{Part 1} \index{Part!one}
\section{Part 2}\index{Part!two}
\printindex
\end{document}