I am using the lipics document class. I want to use the hyperref package with this and pass some parameters to it. When I use this code,
\documentclass[a4paper,UKenglish]{lipics}
\usepackage[pdftex,bookmarks=false,pdfstartpage=5]{hyperref}
I am getting the following error:
! LaTeX Error: Option clash for package hyperref.
When I try the following code,
\documentclass[a4paper,UKenglish,hyperref={bookmarks=false,pdfstartpage=5}]{lipics}
I am getting 469 errors and the first one is:
! LaTeX Error: Missing \begin{document}.
What is the right way to combine lipics and hyperref?
\RequirePacakge[pdftex,bookmarks=false,pdfstartpage=5]{hyperref}before\documentclass? – Peter Grill Oct 6 '12 at 15:27Package hyperref Warning: Option 'pdfpagelabels' is turned off (hyperref) because \thepage is undefined.– Arindam Pal Oct 7 '12 at 3:54! LaTeX Error: Command \maketitle already defined.! LaTeX Error: Command \appendix already defined.– Arindam Pal Oct 7 '12 at 3:56lipicsclass so was not able to test it myself. – Peter Grill Oct 7 '12 at 4:07