ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Two level itemize
@ 2002-04-13 11:39 Jan Hon
  2002-04-13 15:13 ` Two level itemize - solved Jan Hon
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Hon @ 2002-04-13 11:39 UTC (permalink / raw)


Ahoj,
is there any way how to set up itemize like this:

1 text 
1.1 text text text text text text text text text 
text text text text text text text text 
1.2 text text text text text text text text text 
text text text text text text text text 
2 text 
2.1 text text text text text text text text text 
text text text text text text text text 
2.2 text text text text text text text text text 
text text text text text text text text 

I tryed
\startitemize[n, intext]
	\item text
	\startitemize[n,intext,continue]  % I thought continue option recognize 
previouse itemize level
		\item text text text text text 
		\item text text text text text 
	\stopitemization
	\item text 
 	\startitemize[n,intext,continue]  
		\item text text text text text 
		\item text text text text text 
	\stopitemization
\stopitemize

But it does not work and I have no idea if this is in Context possible. 
Could you write me please if this is even possible? If yes how?

honza
-- 
(:c) honza hon  <honzahon(at)centrum.cz>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Two level itemize - solved
  2002-04-13 11:39 Two level itemize Jan Hon
@ 2002-04-13 15:13 ` Jan Hon
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Hon @ 2002-04-13 15:13 UTC (permalink / raw)


Dne so 13. duben 2002 13:39 Jan Hon napsal(a):
It is simplier then I thought. I used:

\defineenumeration[remark][location=serried,text=]
\setupenumerations[remark][aligntitle=no,width=1em,indentnext=no,headstyle=normal,before=\blank]
\setupenumerations[subremark][aligntitle=no,width=2em,indentnext=no,headstyle=normal,before=\blank]
\setupenumerations[subsubremark][conversion=characters,width=3em,]

honza

-- 
(:c) honza hon  <honzahon(at)centrum.cz>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-13 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-13 11:39 Two level itemize Jan Hon
2002-04-13 15:13 ` Two level itemize - solved Jan Hon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).