edu Gpl wrote:

> Dear Paul, lyx users
> 
> please how i can add differents bullts in the same document ?
> Example: in attachment files i used main documnts with bullts (shape =
> dots), and child documents "exam" with bullts (shape = square), but when i
> generated pdf file, i got all the bullts with ( shape = dots ) like the
> attachment files.
> 
> best regards

You will have to change the bullet shape before your second list.

Insert in a latex inset (Ctrl-L) : \renewcommand{\labelitemi}{\(\square\)}

\renewcommand is a basic LateX command that redefines a macro. Here 
\labelitemi the macro that insert the bullet for a first level bullet list.

You redefine the macro to insert a square  \(\square\). It will work if you 
have loaded the amssymb package in your preamble, so add this line
\usepackage{amssymb}.

To understand more about lists :
http://texblog.org/2008/10/16/lists-enumerate-itemize-description-and-how-to-change-them/

Cheers,
Charles
 


Reply via email to