15 Oct
2012
15 Oct
'12
11:48 p.m.
On Mon, 15 Oct 2012, Marcin Borkowski wrote:
I'd like to have the number (and dot) in an "itemize" in boldface and larger (say, \bf\tfa). What do I do?
\startitemize[n][symstyle=bold]
didn't work. Why?
\symstyle is for enteries defined using \sym. For the item symbol use the style key. \startitemize[n][style={\bfa}] Aditya