Hi all,

I am trying to use xtables in a CLD document but when I add a row, it
doesn't compile anymore. Is there something wrong? If xtables is not
usable with CLD, what is the best set of table commands to use with CLD?

% Minimum not working example :
context.starttext()                                                             
                                              
context.startxtable()
    context.startxrow()
        context.startxcell()
        context("Test")
        context.stopxcell()
    context.stopxrow()
context.stopxtable()
context.stoptext()
% end of the example.

All the best.

-- 
Romain Diss
___________________________________________________________________________________
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