Hallo! \setupcolors[state=start] \starttext \starttable[ o1 | \{C{red} |] \VL red \VL\SR \stoptable \stoptext This was an older example which worked some years ago (see: http://www.ntg.nl/pipermail/ntg-context/2006/020803.html), but is not working anymore. What is the problem here? Wolfgang
Am 18.01.2009 um 00:59 schrieb Wolfgang Werners-Lucchini:
Hallo!
\setupcolors[state=start] \starttext \starttable[ o1 | \{C{red} |] \VL red \VL\SR \stoptable \stoptext
This was an older example which worked some years ago (see: http://www.ntg.nl/pipermail/ntg-context/2006/020803.html), but is not working anymore.
What is the problem here?
I can' help you to fix the original keys (need to be done by Hans) but you could define your own key. \NewFormatKey W#1% {\ReadFormatKeys b{\localstartcolor[#1]\{} a{\}\localstopcolor}} \setupcolors[state=start] \starttext \starttable[o1|W{red}c|] \VL red \VL\SR \stoptable \stoptext Regards, Wolf
Wolfgang Werners-Lucchini wrote:
Hallo!
\setupcolors[state=start] \starttext \starttable[ o1 | \{C{red} |] \VL red \VL\SR \stoptable \stoptext
This was an older example which worked some years ago (see: http://www.ntg.nl/pipermail/ntg-context/2006/020803.html), but is not working anymore.
What is the problem here?
maybe a typo? \{C{red} looks weird \starttable[o1|C{red}|] \VL red \VL\SR \stoptable ----------------------------------------------------------------- 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 (3)
-
Hans Hagen
-
Wolfgang Schuster
-
Wolfgang Werners-Lucchini