Tagged Questions
2
votes
2answers
236 views
Test equality between number of the current page and the one of one reference indicated
In the following code, I have one problem with the test \ifthenelse{\equal{\pageref{#1}}{\thepage}}{...}{...}. Why doesn't this detect the equality hoped if the reference is in the same page where it ...