Generalhyperref and theorems by type

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
alexey
Posts: 3
Joined: Fri May 14, 2010 7:03 pm

hyperref and theorems by type

Post by alexey »

Hello,

I am writing my thesis and I need to use hyperref to create references. However, it appears that hyperref package and module theorems by type do not work together.

For almost every reference I get the following mistake:

... Proposition \ref{prop:worker_strategies}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

However, if I exclude either theorems by type of hyperref I can compile the file, though I lose the necessary features.

I would appreciate any suggestions.
Thank you Alex.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: hyperref and theorems by type

Post by frabjous »

Does it work if you don't use underscores (_) in the label names?
alexey
Posts: 3
Joined: Fri May 14, 2010 7:03 pm

Re: hyperref and theorems by type

Post by alexey »

Thank you for your reply frabjous.

However, it still does not work. It gives the same mistake for both labels with and without (_). I tried to changed them to the one without (_) still does not work.

Alex
Post Reply