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} )
May 12th, 2011 at 23:44
thanks! I encountered the same problem.
July 4th, 2011 at 07:52
Thanks, solved my problem.
March 14th, 2012 at 20:41
This worked for me too. Thanks for sharing.
May 8th, 2012 at 09:41
That’s awesome, man!
Good solution