Answer from M. Flipo from fr.comp.text.tex

See the file frenchb.cfg (it's with frenchb.ldf in the babel directory) :

%% The command \FrenchLabelItem can be used to set the `labelitems'
%% for all levels in French. For instance, to get long dashes, use:
%%
%%\renewcommand{\FrenchLabelItem}{\textemdash}
%%
%% You can also have different `labelitems' for each level in French:
%%
%%\renewcommand{\Frlabelitemi}{\textemdash}
%%\renewcommand{\Frlabelitemii}{\bfseries\textendash}
%%\renewcommand{\Frlabelitemiii}{\textbullet}
%%\renewcommand{\Frlabelitemiv}{}

(In the preamble).

We can also use the standard Latex syntax and wrote (somewhere in the document 
where the language is french) :

\renewcommand{\labelitemi}{\textemdash}

This definition will be available for the whole document, even if you switch 
from french to another language and then came back to french.

N.B. : It's explained in the babel french doc :
http://www.univ-lille1.fr/labo-stat-proba/df/frenchb/babel.html

============================================================================

Daniel Flipo                          Courriel :
[EMAIL PROTECTED]
UFR de Mathématiques -- Bâtiment M2        Tél : (33/0) 3 20 43 67 75
Université des Sciences et Technologies    Fax : (33/0) 3 20 43 67 74
F-59655 Villeneuve d'Ascq Cedex
France
============================================================================





Reply via email to