I am a recent user of Lyx. In settings, I have chosen the French language, but after compiling my text, symbols Itemize (dot, dash, star, small point) all have the same shape (the dash). At each level, it is always a tiret. I have tried to add to the beginning of the document this TeX command \noextrasfrancais but still have the same problem.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
migrated from stackoverflow.com Nov 5 '12 at 19:44
|
You should add
How to do it in LyX is beyond my knowledge. |
|||||
|


\frenchbsetup{StandardItemLabels=true}after\usepackage[french]{babel}– egreg Nov 5 '12 at 20:25