Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I am using pdflatex, and when I include the package hyperref, it either returns the error \ProcessKeyvalOptions* \relax or \ProcessKeyvalOptions* depending on the order I put the included packages in. The other packages I am using are amsmath,amsfonts,amssymb,amsthm,fullpage,enumerate. Could anyone suggest where I am going wrong? Thanks.

share|improve this question
Try loading hyperref last. – Jubobs Mar 13 at 19:21
I have tried this - yielded ! Missing $ inserted. <inserted text> $ l.157 \ProcessKeyvalOptions* \relax ? – sjb300 Mar 13 at 19:22
Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}. – Jubobs Mar 13 at 19:23
Welcome to TeX.SX. – Claudio Fiandrino Mar 13 at 19:30
Sorry - turns out I'd redefined \empty. Problem resolved. – sjb300 Mar 13 at 19:31

closed as too localized by Heiko Oberdiek, David Carlisle, Kurt, cgnieder, Qrrbrbirlbel Mar 13 at 20:21

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.