[NTG-context] Section, number as a prefix of itemize list
Jaroslav Hajtmar
hajtmar at gyza.cz
Sun Mar 25 10:36:49 CEST 2012
Hello all,
can somehow insert the chapter (section, subsection, ...) number as a
prefix of itemize list?
Thanx Jaroslav
Example show exactly what I mean:
\section{First section}
\startitemize
\item aaa
\item bbb
\item ccc
\stopitemize
\section{Second section}
\startitemize
\item ddd
\item eee
\item fff
\stopitemize
\section{Third section}
\startitemize
\item ggg
\item hhh
\item iii
\stopitemize
Requested result:
1. First section
1.1 aaa .......... (prefixsectionnumber.itemnumber)
1.2 bbb
1.3 ccc
2. Second section
2.1 ddd
2.2 eee
2.3 fff
3. Third section
3.1 ggg
3.2 hhh
3.3 iii
More information about the ntg-context
mailing list