Difference between revisions of "Command/startframedtable"

From Wiki
Jump to navigation Jump to search
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">
 
  
{{todo| the current wiki version of ConTeXt fails to run the example}}
+
{{todo|the current wiki version of ConTeXt fails to run the example}}</cd:example></cd:examples>
 
+
<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>

Revision as of 15:02, 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

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


Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: