[NTG-context] setuptabulate
Hans Hagen
pragma at wxs.nl
Thu Jan 19 14:24:25 CET 2006
Hans van der Meer wrote:
> What is with tabulation? I use it because I find it handy, but the
> setuptabulate seems not working.
>
> \starttext
> \setuptabulate[align=middle,rulethickness=1pt]
> \starttabulate[|c|c|]
> \NC abc \NC xyz \NC\NR
> \NC def \NC uvw \NC\NR
> \stoptabulate
> \stoptext
>
> This gives NO alignment and NO rule. Is something wrong?
> Ran at the wiki live-ConTeXt and got the same negative result.
this kind of alignments only influences the p entries
\starttext
\setuptabulate[align=left]
\starttabulate
\NC test \NC \input tufte \NC \NR
\stoptabulate
\setuptabulate[align=right]
\starttabulate
\NC test \NC \input tufte \NC \NR
\stoptabulate
\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
-----------------------------------------------------------------
More information about the ntg-context
mailing list