Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| Hello,
| 
| I noticed that with latest cvs, if I create a document in french, then
| the header of the file says
| 
| \documentclass[american,french]{book}
| 
| Where does this american come from?

default_langage is set to american in langinit in language.c. It
should probably be set to the "" language instead.

| It does not make sense, since my
| document is french only? All it does is load an extra language
| definition, which will not be used.
| 
| I am not sure whether it has ill effects, but it does certainly not
| look good.

Agree. One more thing is that the usedlanguages in LaTeXFeatures is
currently stored in a std::set, that is not good since they then will
be sorted. This should change to a std::vector.

btw. is the first or last language int the opt arg that will be the
default language of the document?

        Lgb

Reply via email to