The following problem appears in Hebrew latex documents
that use hyperref. I noticed only lately after
upgrading to debian unstable, and I suspect it is
related to tetex 2.0 or to some other recent hypreref code.
The following line in the document:
\section{L{}}
Causes an error:
\protected@write ...le@protect \edef \reserved@a {
\write #1{#3}}\reserved@a ...
l.9 \section{\L{}}
Workarounds:
- use \section* instead of \section
- use math mode ($ .. $) instead of English (yuck!)
A minimal document with the bug