Hi all.
I am using the document class elsarticle (standard class for elsevier journals). It works very smoothly until I include the hyperref package, which gives the following error:
! Argument of \x has an extra }.
<inserted text>
\par
...\@latex@\@nil{author}
I tried to make a clean compile (without any auxiliary files), but it still gave the error.
Has anyone encountered this problem before? Any suggestion will be very much appreciated.
Document Classes ⇒ elsarticle | Problem with 'hyperref' Package
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
elsarticle | Problem with 'hyperref' Package
Hi dungchu,
welcome to the board!
elsarticle works with hyperref. This small document can be compiled without error:
So the problem is somewhere hidden in your code, perhaps in your preamble. You could post at least your preamble or, even better, a minimal example (like I did) created from your code which produces that error. Once we can produce the error, we can fix it.
Stefan
welcome to the board!
elsarticle works with hyperref. This small document can be compiled without error:
Code: Select all
Code, edit and compile here:
\documentclass{elsarticle}\usepackage{hyperref}\begin{document}text\end{document}
Stefan
LaTeX.org admin
Re: elsarticle | Problem with 'hyperref' Package
hi Stefan.
Thanks a lot for your post. It helped me to figure out that the problem is that I am using TeXLive. When I switch to MikTeX, it works perfectly.
Lots of appreciation.
Dung
Thanks a lot for your post. It helped me to figure out that the problem is that I am using TeXLive. When I switch to MikTeX, it works perfectly.
Lots of appreciation.
Dung