![](https://secure.gravatar.com/avatar/cedc4d83943006afe3994fb0a0455f82.jpg?s=120&d=mm&r=g)
15 Jul
2005
15 Jul
'05
6:43 p.m.
On Fri, 15 Jul 2005, Radhelorn wrote:
I've solved aligning problem with \hfill\vbox or \rightaligned, but this needs to be done for each table.
Did I miss something important?
Hello, you can define a macro. For example: \def\startMyMidAlignedTable{\hbox to \hsize\bgroup\hss\vbox \bgroup\starttable} \def\stopMyMidAlignedTable{\stoptable\egroup\hss\egroup} \starttext \input tufte \startMyMidAlignedTable[|l|l|] \HL \NC this \NC is \NC\AR \NC a \NC table \NC\AR \HL \stopMyMidAlignedTable \input knuth \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/