When I write a document with \usepackage[french]{babel} my \begin{itemize} \end{itemize} list begin with '-' before each item and no extra line feed before each item. But when I don't use this package (when I want to write an english document), my lists are transformed with a bullet before each item AND an extra line feed between each item (as if a new line was inserted). I can deactivate the bullets with \renewcommand{\labelitemi}{} but how to suppress the extra line feed ?
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.
|
|
||||
|
|
|
Your best bet is probably to use the customization options provided by the
|
||||
|
|
|
A solution is to use
|
||||
|
|
|
With the
Notes:
Code:
|
|||
|
|

