symbol parameter of \setuplist
Hello, I fear I cannot figure out what is the meaning of the `symbol' parameter of \setuplist. From all the documentation or mailing list archives, the only use I can find is "symbol=1". Is there a way to use it to draw bullets, say, before each list item, like those in the itemize environment? If not, what would be the best way of achieving this? With \placelist[command=...] maybe? Regards, David
David Munger wrote:
Hello,
I fear I cannot figure out what is the meaning of the `symbol' parameter of \setuplist. From all the documentation or mailing list archives, the only use I can find is "symbol=1".
Is there a way to use it to draw bullets, say, before each list item, like those in the itemize environment? If not, what would be the best way of achieving this? With \placelist[command=...] maybe?
in my version: \starttext \def\MyListSymbol {!} \def\AnotherListSymbol{[\currentlistnumber]} \definesymbol[list][mine] [\MyListSymbol] \definesymbol[list][another][\AnotherListSymbol] \placelist[section][symbol=one] \placelist[section][symbol=mine] \placelist[section][symbol=another] \section{one} \section{two} \stoptext ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (2)
-
David Munger
-
Hans Hagen