|
From: <gr...@us...> - 2008-02-15 19:27:30
|
committed an escape to svn cheers On Fri, 15 Feb 2008, Tommi Virtanen wrote: > [Please Cc:, I'm not subscribed.] > > This document: > > --8<-- > .. admonition:: foo > > http://example.com/url_with%28parens%29 > --8<-- > > processed with rst2latex makes latex fail with > > --8<-- > ... > Package hyperref Warning: Rerun to get /PageLabels entry. > > (/usr/share/texmf-texlive/tex/latex/ae/t1aess.fd)) > Runaway argument? > {\parbox {\admonitionwidth }{ \vspace {2mm} \textbf {\large foo} \smallskip \ET > C. > ! File ended while scanning use of \fbox. > <inserted text> > \par > <*> main.tex > > ? x > No pages of output. > Transcript written on main.log. > --8<-- > > Removing the percent signs from the URL, or removing the admonition, > avoids the bug. Missing an extra level of quoting or something? > > -- |