Jean-Pierre Chrétien wrote: > What about bug #6608 ? Could the patch I suggested be applied ?
trac is down, but if I remember correctly, this was the French/prettyref issue, right? I think this is too late for 1.6.6, we have to look into that more deeply first. IIRC you propose to load an extra package. I'm not sure about that. For me, the following preamble code fixes the problem as well: \let\oldlabel\label \renewcommand*{\label}{\catcode`\:=12 \oldlabel} \let\oldpref\prettyref \renewcommand*{\prettyref}{\catcode`\:=12 \oldpref} But it's tedious to change catcodes like that. OTOH I don't know what the package you propose does. > I the same line, I submitted an example file for crossrefs > http://article.gmane.org/gmane.editors.lyx.devel/126589 > and I got no comments about it. Should it have been posted to lyx-docs ? This is for trunk only. I guess Richard has an eye on it. Jürgen