Hello, Is it possible to change the symbol of \head in an itemize list, like \sym does for \item? Regards, BG
nico wrote:
Hello,
Is it possible to change the symbol of \head in an itemize list, like \sym does for \item?
i'm not sure if i understand the question ... heads are like items so the same symbols apply (or do you want different symbols for \item and \head in one itemize?) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, 26 Apr 2006 00:13:09 +0200, Hans Hagen
nico wrote:
Hello,
Is it possible to change the symbol of \head in an itemize list, like \sym does for \item?
i'm not sure if i understand the question ... heads are like items so the same symbols apply (or do you want different symbols for \item and \head in one itemize?)
Yes, that's it. I wondered if it was possible a to specify a different symbol for a head, something like this: \startitemize[n][headstyle=bold] \head Default head symbol (here a number)\par Body \head Default head symbol again\par Body \symhead{U} The head symbol is U\par Body \head The default symbol again\par Body \stopitemize But according to your answer, I guess it's not available :-) Regards, BG
On Wed, 26 Apr 2006, nico wrote:
On Wed, 26 Apr 2006 00:13:09 +0200, Hans Hagen
wrote: nico wrote:
Hello,
Is it possible to change the symbol of \head in an itemize list, like \sym does for \item?
i'm not sure if i understand the question ... heads are like items so the same symbols apply (or do you want different symbols for \item and \head in one itemize?)
Yes, that's it. I wondered if it was possible a to specify a different symbol for a head, something like this:
\startitemize[n][headstyle=bold] \head Default head symbol (here a number)\par Body \head Default head symbol again\par Body \symhead{U} The head symbol is U\par Body ^^^^^^^^^^^
How about \headsym{U} ....
\head The default symbol again\par Body \stopitemize
Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008
On Fri, 5 May 2006 01:37:45 -0400 (EDT), Aditya Mahajan
Yes, that's it. I wondered if it was possible a to specify a different symbol for a head, something like this:
\startitemize[n][headstyle=bold] \head Default head symbol (here a number)\par Body \head Default head symbol again\par Body \symhead{U} The head symbol is U\par Body ^^^^^^^^^^^
How about \headsym{U} ....
Ah yes, it works! So, it exists. Thanks! Regards, BG
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
nico