On Tue, 1 Mar 2011, Cecil Westerhof wrote:

I have something like:
\startitemize
\item Description one

Some text belonging to this description.

\item Description two

Some text belonging to this description.

\item Description three

Some text belonging to this description.

\stopitemize

I would like to have 'Description one', 'Description two' and 'Description
three' in bold and the rest of the text not. Is this possible?

\startitemize
\head Description one

Some text belonging to this description
\stopitemize

\head is delimited by \par, so be careful with something like this:

\startitemize
\head One
\head Two

Something about two
\stopitemize

which will lead to an error.

You can control the style by headstyle=... and headcolor=... keys.

Aditya
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to