How can I have bullets for every first level item in the document ?
Putting renewcommand{\labelitemi}{$\bullet$} in the itemize works well but just for this itemize. I tried putting it on top of the document but it doesn't not work.
|
|||||
|
|
Another suggestion is to use the
We applied a global change by setting
There we go. |
|||
|
|
|
The bullet is the default for first level itemized lists, unless you load the If you prefer the default bullet, then issue
in your preamble. Example:
See also chip Lyx 4.2 latex |
||||
|
|
|
|||
|
|
itemizeenvironment by including your redefinition of\labelitemi? – Lionel MANSUY Nov 16 '12 at 11:59