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? -- Cecil Westerhof
Hi Cecil, I think here is what you are looking for: http://wiki.contextgarden.net/Description There it is explained how to define descriptions. In \definedescription[descr][ headstyle=bold,style=normal,align=left,location=hanging, width=broad,margin=1cm] the option "headstyle=bold" does the magic. Besides, you could also just use "{\bf Description one}", I think. HTH, Stefan On 01.03.2011 15:47, 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?
-- Cecil Westerhof
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
2011/3/1 Aditya Mahajan
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
I already tried this, but it did not work. -- Cecil Westerhof
participants (5)
-
Aditya Mahajan
-
Cecil Westerhof
-
Stefan Müller
-
Taco Hoekwater
-
Wolfgang Schuster