Document Classes ⇒ Error caused by hyperref
Error caused by hyperref
I have an error that I'm not able to get understand what it is.
THe error came for the first time after i added hyperref in my document. Any idea what it could be? See picture attatched
Beste Regards
Inge
- Attachments
-
- hyperref_error.png (57.05 KiB) Viewed 3987 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error caused by hyperref
Re: Error caused by hyperref
Here is a minimum example, with log file. I couldn't understand what the error says.
If I remove "\usepackage[dvips]{hyperref}" then it runs without error.
Inge
- Attachments
-
- Chapter1-Introduction.log
- (26.97 KiB) Downloaded 334 times
-
- Seq_error.png (55.82 KiB) Viewed 3977 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error caused by hyperref
Furthermore, leave out options like pdftex or dvips if you don't know what they are doing. Option dvips wasn't there in you first screenshot.
Using the code environment one can also format the code and click »open in writelatex«. Please do it, and follow the hint above about leaving out the option.
Code: Select all
\documentclass{article}
\usepackage[dvips]{hyperref}
\begin{document}
Some text
\end{document}