hi,
Following is the way i want to format my list i m able to push the
section,subsection and subsubsection.
but i m not able to push enumerate inside.
plz any one can help me. to solve this problem
and i want to handle this problem LyX-Preamble
the oupt i m getting is
--------------------------------
1. test 1 (section)
1.1 test2 (subsection)
1.1.1 test3 (subsubsection)
1.a(enumerate)
2.b(enumerate)
3.c(enumerate)
---------------------------------
The output i want is like this
--------------------------------
1. test 1 (section)
1.1 test2 (subsection)
1.1.1 test3 (subsubsection)
1.a(enumerate)
2.b(enumerate)
3.c(enumerate)
---------------------------------