On 1-12-2010 5:03, Mojca Miklavec wrote:
On Wed, Dec 1, 2010 at 16:54, Mojca Miklavec wrote:

Hans,

something with tables is horribly horribly broken. I get a number 4
instead of vertical line all over the place.

Normally something like is not that horrible and easy to fix (parameter passing problem or so); keep in mind that I merged all the table code and added color (because someone wanted it) and kept the module. That comes with a temporary price. Believe me, there are other areas where things can fail -)

new beta on the ftp server

I'm trying to prepare a minimal example.

\starttext
\starttable[|c|c|]
\VL a \VL b \VL\AR
\stoptable
\stoptext

it's a side effect of new functionality and calling the wrong old code for rules ... i pruned some more so now this works ok

\starttext
    \starttable[|c|c|]
    \VL a \VL[50]     b \VL\AR
    \VL a \VL[red,10] b \VL\AR
    \VL a \VL         b \VL\AR
    \stoptable
\stoptext



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to