David Poole

Results 4 comments of David Poole
trafficstars

\refstepcounter{aicapnum}\label{fig2} should make fig2 have the value of \theaicapnum but even that doesn't work.

I created a simpler example. Latex gives "The value is 6" latexML gives "The value is 1". ``` \documentclasss{book} \newcounter{myctr}%[chapter] \begin{document} \chapter{Chap1} \refstepcounter{myctr}\refstepcounter{myctr}\refstepcounter{myctr} \refstepcounter{myctr}\refstepcounter{myctr}\refstepcounter{myctr} \label{fig1} The value is \ref{fig1}. \end{document}...

I think I was the one who sent the email. The way our book is written we have a \keyword{term} which bolds the term and adds the term to the...

The hyperlink points to where the index term refers; if I click on the name it takes me there. That is what I want. The text is purely for letting...