Document ClassesError caused by hyperref

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Ingis
Posts: 2
Joined: Thu Apr 17, 2014 11:10 am

Error caused by hyperref

Post by Ingis »

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
Attachments
hyperref_error.png
hyperref_error.png (57.05 KiB) Viewed 3984 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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.
Ingis
Posts: 2
Joined: Thu Apr 17, 2014 11:10 am

Re: Error caused by hyperref

Post by Ingis »

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
Attachments
Chapter1-Introduction.log
(26.97 KiB) Downloaded 334 times
Seq_error.png
Seq_error.png (55.82 KiB) Viewed 3974 times
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Error caused by hyperref

Post by Johannes_B »

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.

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.
Post Reply