Command/startframedtable

From Wiki
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: