I received the following error when using ACM's sig-alternate.cls style file and using the PDFLatex command.
Error:
Package hyperref Warning: Option `pdfpagelabels' is turned off
hyperref because \thepage is undefined.
That seems to be caused by an update of the hyperref package. The workaround is to switch this option off.
Instead of using:
Use:
References:
1. http://www.latex-community.org/forum/viewtopic.php?f=5&t=162
Error:
Package hyperref Warning: Option `pdfpagelabels' is turned off
hyperref because \thepage is undefined.
That seems to be caused by an update of the hyperref package. The workaround is to switch this option off.
Instead of using:
\usepackage{hyperref}
Use:
\PassOptionsToPackage{pdfpagelabels=true}{hyperref}
References:
1. http://www.latex-community.org/forum/viewtopic.php?f=5&t=162