ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* suggestion for \startitemize.
@ 2005-10-26 20:40 John R. Culleton
  2005-10-27 15:30 ` Willi Egger
  0 siblings, 1 reply; 2+ messages in thread
From: John R. Culleton @ 2005-10-26 20:40 UTC (permalink / raw)


It is possible to nest \startitemize sequences, But each level
requires a different parameter in the \startitemize statement. 

OTOH the \orderedlist command in eplain.tex uses 1,2,3 for the
outside list, then a,b,c for the first nest,  roman numerals for
the next nest and finally "*" for the innermost list. 

A similar automatic sequence or sequences would be useful in
Context. 
-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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

* Re: suggestion for \startitemize.
  2005-10-26 20:40 suggestion for \startitemize John R. Culleton
@ 2005-10-27 15:30 ` Willi Egger
  0 siblings, 0 replies; 2+ messages in thread
From: Willi Egger @ 2005-10-27 15:30 UTC (permalink / raw)


Dear John,

There is no need to change anything, it is already there:

\starttext
\setupitemize[1][symbol=n]
\setupitemize[2][symbol=a]
\setupitemize[3][symbol=A]
\setupitemize[4][symbol=R]

\startitemize
\item One
    \startitemize
        \item Second level
        \startitemize
            \item Capitals at third level
            \startitemize
                \item Roman numerals at fourth level
            \stopitemize
        \stopitemize
    \stopitemize
\item Two
\stopitemize
\stoptext

Kind regards

Willi
John R. Culleton wrote:

>It is possible to nest \startitemize sequences, But each level
>requires a different parameter in the \startitemize statement. 
>
>OTOH the \orderedlist command in eplain.tex uses 1,2,3 for the
>outside list, then a,b,c for the first nest,  roman numerals for
>the next nest and finally "*" for the innermost list. 
>
>A similar automatic sequence or sequences would be useful in
>Context. 
>  
>

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

end of thread, other threads:[~2005-10-27 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-26 20:40 suggestion for \startitemize John R. Culleton
2005-10-27 15:30 ` Willi Egger

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).