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 ?

--
Jean-Pierre

Reply via email to