ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* aligning table in middle of page using startalignment
@ 2003-04-03 19:55 Mark A. Lilly
  2003-04-07  8:58 ` Patrick Gundlach
  0 siblings, 1 reply; 2+ messages in thread
From: Mark A. Lilly @ 2003-04-03 19:55 UTC (permalink / raw)


these don't seem to work.
any thoughts?

\startalignment[middle]
\starttabulate[|l|p|]
\NC First edition: \NC 3 June 2003 \NC \NR
\NC Second impression, with corrections: \NC 2 July 2003 \NC \NR
\stoptabulate
\stopalignment

neither does this:
\startalignment[bottom]
\midaligned{\tfx IP}
\midaligned{\tfx Inkwell Press}
\stopalignment
\stopstandardmakeup

thanks,
mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: aligning table in middle of page using startalignment
  2003-04-03 19:55 aligning table in middle of page using startalignment Mark A. Lilly
@ 2003-04-07  8:58 ` Patrick Gundlach
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Gundlach @ 2003-04-07  8:58 UTC (permalink / raw)


"Mark A. Lilly" <mlilly@tinorb.com> writes:

> these don't seem to work.
> any thoughts?

a) alignment doesn't really center something, it merely sets the
   raggedness (if I am wrong, somebody please tell me....)

b) |l|p| : you can't get this centered, because p always takes up
   full room.

try this:

\showframe
\startbuffer
\starttabulate[|l|p(4cm)|]
\NC First edition: \NC 3 June 2003 \NC \NR
\NC Second impression, with corrections: \NC 2 July 2003 \NC \NR
\stoptabulate
\stopbuffer
\starttext
\placetable[here]{none}{\getbuffer
}

\vfill

\getbuffer
\stoptext

\endinput


Patrick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-07  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-03 19:55 aligning table in middle of page using startalignment Mark A. Lilly
2003-04-07  8:58 ` Patrick Gundlach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).