Command/startframedtable

From Wiki
< Command
Revision as of 15:02, 29 August 2020 by Taco (talk | contribs)
Jump to navigation Jump to search


\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

Bug report: the current wiki version of ConTeXt fails to run the example (See: Bug List)


Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: