Hi!
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
Document Classes ⇒ Error caused by hyperref
Error caused by hyperref
- Attachments
-
- hyperref_error.png (57.05 KiB) Viewed 4041 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error caused by hyperref
Impossible to say. Please post some code as a compilabele minimal example. Additionally, please give us the log file of that minimal example, or at least the error message.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Error caused by hyperref
Thanks for fast answer.
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
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 339 times
-
- Seq_error.png (55.82 KiB) Viewed 4031 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error caused by hyperref
This is not a minimum working example. Please follow the link above and take some minutes to read it. Post code as text, so one can copy and test it, not as a useless picture.
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.
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}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.