Document Classes ⇒ elsarticle | Problem with 'hyperref' Package
elsarticle | Problem with 'hyperref' Package
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10334
- Joined: Mon Mar 10, 2008 9:44 pm
elsarticle | Problem with 'hyperref' Package
welcome to the board!
elsarticle works with hyperref. This small document can be compiled without error:
Code: Select all
\documentclass{elsarticle}
\usepackage{hyperref}
\begin{document}
text
\end{document}
Stefan
Re: elsarticle | Problem with 'hyperref' Package
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