Am Donnerstag 28 Oktober 2010 schrieb Richard Heck:
> On 10/28/2010 05:36 AM, Jean-Pierre Chrétien wrote:
> > Jean-Pierre Chrétien a écrit :
> >> Richard Heck a écrit :
> >>> On 10/27/2010 04:17 AM, Jean-Pierre Chrétien wrote:
> > When I look at the exported latex file test_french_refstyle.tex, I see
> > this:
> > 
> > \...@ifundefined{    hmref}
> > 
> >   {\def\RSthmtxt{theorem~}\newref{thm}{name = \RSthmtxt}}
> > 
> > which creates the crossrefs for theorems.
> > 
> > This works in my example beacuse the test is always true, but the
> > code in LaTeXFeatures.cpp should read
> > 
> >        "\...@ifundefined{thmref}\n"
> >        
> >         "  {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
> > 
> > instead of
> > 
> >        "\...@ifundefined{\thmref}\n"
> >        
> >         "  {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
> > 
> > Right ?
> 
> I'm not seeing the difference....
> 
> rh

The diff is in the first line
        ...fundefined{thmref}...
vs
        ...fundefined{\thmref}...

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to