I'm a relative LaTeX newbie, just managed to get by.
However, I am currently compiling a document that uses a style file containing this line .
Code: Select all
\RequirePackage[...,pdfa=true]{hyperref}
Code: Select all
Package keyval Error: pdfa undefined\ProcessKeyvalOptions
pdfa=true
lets the document compile, but I think it's why the journal I am trying to submit the article to won't upload and compile the article.Having done some searches, I suspect it's because I have an old version of the hyperref package that doesn't admit the new option
pdfa
? I have downloaded hyperref from CTAN, but I do not understand the installation instructions.Could anyone give me some step-by-step list of instructions for a complete dummy. It's on Fedora 17, using Kile.
Thanks in advance