Search found 1 match

by saintmatthieu
Wed Jun 01, 2011 1:38 pm
Forum: General
Topic: Missing \endcsname inserted
Replies: 15
Views: 156456

Missing \endcsname inserted

Hi,

I have the same problem. It came out of the blue. Here is the MWC :

\documentclass{article}
\usepackage{hyperref}
\begin{document}
blah blah
\end{document}

It is as if it were the package hyperref which causes the problem - without its inclusion, this piece of code runs smoothly. Given the ...