Difference between revisions of "Command/startframedtable"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \startframedtable ... \stopframedtable")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<cd:commandgroup name="framedtable" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
 
<cd:commandgroup name="framedtable" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The environment <tt>\startframedtable ... \stopframedtable</tt> creates a simple table based on nested {{cmd||framed}} environments
+
<cd:shortdesc>The environment <tt>\startframedtable ... \stopframedtable</tt> creates a simple table based on nested {{cmd|framed}} environments
 
</cd:shortdesc>
 
</cd:shortdesc>
 
<cd:variants>
 
<cd:variants>
Line 30: Line 30:
 
     \stopframedrow }
 
     \stopframedrow }
 
\stopframedtable
 
\stopframedtable
</context></cd:example></cd:examples>
+
</context>
<cd:notes>
+
 
<cd:note author="Taco" date="2020-08-29T16:22:54+0200">
+
{{bug|the current wiki version of ConTeXt fails to run the example}}</cd:example></cd:examples>
{{todo| the current wiki version of ConTeXt fails to run the example}}
+
<cd:notes></cd:notes>
</cd:note></cd:notes>
+
<cd:seealso>
<cd:seealso>
 
 
<cd:commandref name="defineframed" originator="system"></cd:commandref>
 
<cd:commandref name="defineframed" originator="system"></cd:commandref>
 
<cd:commandref name="setupframed" originator="system"></cd:commandref>
 
<cd:commandref name="setupframed" originator="system"></cd:commandref>

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: