dalyoung skrev:
Dear all,

I try next code to get the following form of text.

\startitemize[4*broad]
\sym{Type 1} This is a test. bla bla ...bla bla bla ...bla bla bla
\sym{Type 2} This is the second item. bla bla bla ... bla bla bla
\stopitemize


Type 1   This is a test.
        bla bla bla ...
        bla bla bla

Type 2   This is the second item
        bla bla bla ...
        bla bla bla

however, I got the overlapped output such as "This is a test" started from the position of p in Type. Chaing number 4 in 4*broad to another number doesn't work.

Is there a good way to do that?

Thank you.

Best regards,

Dalyoung
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

\startitemize[4,broad]
\sym{Type 1}
\item This is a test. bla bla ...bla bla bla ...bla bla bla
\sym{Type 2}
\item This is the second item. bla bla bla ... bla bla bla
\stopitemize

I've never seen using * in itemizing just comma separation between parameters.

/Janneman
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to