Skip to navigation

Small hyperref error solved

For the record. I got an error running hyperref:

Paragraph ended before \Hy@setref@link was complete

This was due to having a regulare closing parenthesis directly after the curly bracket that closed a \ref, like this: (see section \ref{section-1}). Putting in a space between the closing curly bracket and parenthesis solved the problem: ... section-1} )

4 Responses to “Small hyperref error solved”

  1. Hans Says:

    thanks! I encountered the same problem.

  2. Ian Says:

    Thanks, solved my problem.

  3. Spencer Says:

    This worked for me too. Thanks for sharing.

  4. Alexander Says:

    That’s awesome, man!
    Good solution

Leave a Reply