Ignacio García <[email protected]> writes: > It seems that this issue is similar in Spanish documents. > Some layouts are predefined by the files .ldf in the babel system. > > The following is a quotation of the documentation of frenchb module: > "Listes « itemize » : > – les marqueurs traditionnels du type « • » sont remplacés par défaut > par des tirets doubles « – », ou par un autre marqueur choisi par > l’utilisateur (voir section 3)."
This is a known problem (see for example ticket #2277). The problem is that the code for changing bullets is output before loading babel, whereas it should have been done after the loading of babel. This bug is probably easier to solve now than it used to be. JMarc
