Difference between revisions of "Command/startframedtable"

From Wiki
Jump to navigation Jump to search
 
Line 32: Line 32:
 
</context>
 
</context>
  
{{todo|the current wiki version of ConTeXt fails to run the example}}</cd:example></cd:examples>
+
{{bug|the current wiki version of ConTeXt fails to run the example}}</cd:example></cd:examples>
 
<cd:notes></cd:notes>
 
<cd:notes></cd:notes>
 
<cd:seealso>
 
<cd:seealso>

Latest revision as of 18:04, 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

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: