Difference between revisions of "Command/startframedtable"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \startframedtable ... \stopframedtable")
(No difference)

Revision as of 14:24, 29 August 2020


\startframedtable ... \stopframedtable

Summary

The environment \startframedtable ... \stopframedtable creates a simple table based on nested \framed environments

Settings

\startframedtable[...][...=...,...] ... \stopframedtable
[...]name
...=...,...inherits from \setupframed

Description

Examples

Example 1

\startframedtable[inbetween=\kern4pt,distance=-0.4pt]
\dorecurse{5}
    {\startframedrow
        \startframedcell
        test
        \stopframedcell
        \startframedcell
        test \par test
        \stopframedcell
    \stopframedrow }
\stopframedtable

Notes

  • By Taco on 2020-08-29T16:22:54+0200:

TODO: the current wiki version of ConTeXt fails to run the example (See: To-Do List)


See also

Help from ConTeXt-Mailinglist/Forum

All issues with: