>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:

Bennett> On Sep 13, 2005, at 5:16 AM, Jean-Marc Lasgouttes wrote:
>> The important question is whether the information in lyx.pot is
>> reasonable. You should see entries like:
>> 
>> msgid "\\arabic{enumi}." msgstr ""
>> 
>> (what is important here is the double backslash).

Bennett> I don't get \\arabic{enumi} in particular. I do get double
Bennett> backslashes in the following cases, all of which look
Bennett> reasonable:

Bennett> There aren't cases of single backslashes where it looks like
Bennett> doubles should be used instead.

Bennett> Is that what you need to know?

What I am interested in are entries related to LabelString in layout
files, so my enumi example was not very well chosen.

For example, numarticle.inc says

Style Section
        LabelType             Counter
        LabelCounter          section
        LabelString           "\arabic{section}"
        LabelStringAppendix   "\Alph{section}"
        TocLevel              1
End

so you should find the strings "\\arabic{section}" and
"\\Alph{section}" in the .pot file.

JMarc

Reply via email to