Dalyoung Jeong wrote:
> Dear all,
>
> I'd like to display several tables of the same size in an 3*2 array form.
> I tried the commands \placetables and \startcombination like in thd dispaly 
> of figures, but it didn't work. My only solution is to use \startcolumns 
> right now.
> Is it possible to use \startcombination in some way?
> Or, is there any way to perform such a display?
>   
\startbuffer[a]
your first table
\stopbuffer

etc

\startcombination[3*2]
  {\getbuffer[a]} {a}
  {\getbuffer[b]} {b}
  {\getbuffer[c]} {c}
  {\getbuffer[d]} {d}
  {\getbuffer[e]} {e}
  {\getbuffer[f]} {f}
\stopcombination




-----------------------------------------------------------------
                                          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
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to