I need one of the wasy symbols, the check mark to be exact. Now I add: \usemodule[symb-was] and this allows me to type set the mark with: WaldiSymbol = \WaldiSymbol {8} but although the module file defines: \definesymbol [checked] [\WaldiSymbol {8}] I cannot do something like \checked because \checked is an undefined control sequence. What I am missing? Hans van der Meer
Hans van der Meer wrote:
I need one of the wasy symbols, the check mark to be exact.
Now I add: \usemodule[symb-was]
and this allows me to type set the mark with: WaldiSymbol = \WaldiSymbol {8}
but although the module file defines: \definesymbol [checked] [\WaldiSymbol {8}]
I cannot do something like \checked because \checked is an undefined control sequence.
What I am missing?
in that case you need: \def\checked{\WaldiSymbol{8}} Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Thanks, but now I am at a loss about the line \definesymbol [checked] [\WaldiSymbol {8}] What is its purpose then? (Curious, as always :-) Hans van der Meer On Jun 21, 2006, at 21:53, Hans Hagen wrote:
Hans van der Meer wrote:
I need one of the wasy symbols, the check mark to be exact.
Now I add: \usemodule[symb-was]
and this allows me to type set the mark with: WaldiSymbol = \WaldiSymbol {8}
but although the module file defines: \definesymbol [checked] [\WaldiSymbol {8}]
I cannot do something like \checked because \checked is an undefined control sequence.
What I am missing?
in that case you need:
\def\checked{\WaldiSymbol{8}}
Hans
----------------------------------------------------------------- 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 -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Am 2006-06-21 um 22:23 schrieb Hans van der Meer:
Thanks, but now I am at a loss about the line \definesymbol [checked] [\WaldiSymbol {8}] What is its purpose then? (Curious, as always :-)
See http://wiki.contextgarden.net/Symbols \symbol[checked] have a look into the source to learn about the defined symbols: http://source.contextgarden.net/symb-was.tex Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://contextgarden.net http://www.cacert.org (I'm an assurer)
participants (3)
-
Hans Hagen
-
Hans van der Meer
-
Henning Hraban Ramm