Very simple question which has suddenly stumped me: \starttext \startitemize[n,broad] \item Hello world! \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE First item continues. \item Second item. \stopitemize \stoptext How to get the TABLE inside the first item to align with the item content, rather than flush left? Thanks, Duncan
Duncan Hothersall wrote:
Very simple question which has suddenly stumped me:
\starttext \startitemize[n,broad] \item Hello world! \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE First item continues. \item Second item. \stopitemize \stoptext
How to get the TABLE inside the first item to align with the item content, rather than flush left?
T \starttext
\installframedlocator {table} {} {\hbox{\lower\dimexpr\dp\strutbox+.25ex+.4pt\relax\box\framebox}} \defineframed [inlinetable] [location=table, offset=overlay, frame=off] \startitemize[n,broad] \item Hello world! \inlinetable{\bTABLE\bTR\bTD \strut Little\eTD \bTD \strut table\eTD\eTR\eTABLE} First item continues. \item Second item. \stopitemize \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 -----------------------------------------------------------------
participants (2)
-
Duncan Hothersall
-
Hans Hagen