Difference between revisions of "Command/ starttabulate"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \start<i>tabulate</i> ... \stop<i>tabulate</i>")
 
Line 4: Line 4:
 
<cd:shortdesc>
 
<cd:shortdesc>
 
<!-- a short command summary goes here -->
 
<!-- a short command summary goes here -->
The instances of  <tt>\start<i>tabulate</i> ... \stop<i>tabulate</i></tt> are used for ...
+
The instances of  <tt>\start<i>tabulate</i> ... \stop<i>tabulate</i></tt> are used for special tabulated material.
 
</cd:shortdesc>
 
</cd:shortdesc>
 
<cd:sequence>
 
<cd:sequence>
Line 28: Line 28:
 
</cd:variants>
 
</cd:variants>
 
<cd:description>
 
<cd:description>
<!-- the long description of the command goes here -->
+
 
 
</cd:description>
 
</cd:description>
 
<cd:examples>
 
<cd:examples>
<!--  command example(s)
+
<cd:example title="Legends">
<cd:example title="">
+
<context source="yes">
 +
\startlegend
 +
\leg Lemma\\Symbol\\Word\\
 +
\leg Dilemma\\Prince\\Foo bar baz\\
 +
\stoplegend
 +
</context>
 +
 
 +
</cd:example>
 +
 
 +
<cd:example title="Facts">
 +
 
 +
Complementary to legends is a command that displays facts in a consistent way when
 +
formulae are used for calculations.
 +
 
 +
<context source="yes">
 +
\startfact
 +
\fact velocity \\ v \\ 10˜m/s \\
 +
\fact accelaration \\ a \\ - 3˜m/sˆ2 \\
 +
\fact time \\ t \\ 3˜s \\
 +
\stopfact
 +
</context>
 +
 
 +
The two last columns are in mathematical mode, the last column displays text in the
 +
normal font. The ˜ is obligatory, because spaces are ignored in mathematical mode.
 
</cd:example>
 
</cd:example>
-->
 
 
</cd:examples>
 
</cd:examples>
 
<cd:notes>
 
<cd:notes>
Line 54: Line 76:
 
<cd:source file="tabl-tbl.mkiv" originator="system"></cd:source>  
 
<cd:source file="tabl-tbl.mkiv" originator="system"></cd:source>  
 
<cd:wikipage originator="system" page="Category:Tables"></cd:wikipage>  
 
<cd:wikipage originator="system" page="Category:Tables"></cd:wikipage>  
 +
<cd:wikipage page="Tabulate"></cd:wikipage>
 
</cd:seealso>
 
</cd:seealso>
 
</cd:commandgroup>
 
</cd:commandgroup>

Revision as of 13:35, 21 August 2020


\starttabulate ... \stoptabulate

Summary

The instances of \starttabulate ... \stoptabulate are used for special tabulated material.

Instances

\startlegend ... \stoplegend
\startfact ... \stopfact

Settings instance

\startTABULATE[...][...=...,...] ... \stopTABULATE
[...]name
...=...,...inherits from \setuptabulate

Description


Examples

Legends

\startlegend
\leg Lemma\\Symbol\\Word\\
\leg Dilemma\\Prince\\Foo bar baz\\
\stoplegend


Facts


Complementary to legends is a command that displays facts in a consistent way when formulae are used for calculations.

\startfact
\fact velocity \\ v \\ 10˜m/s \\
\fact accelaration \\ a \\ - 3˜m/sˆ2 \\
\fact time \\ t \\ 3˜s \\
\stopfact

The two last columns are in mathematical mode, the last column displays text in the normal font. The ˜ is obligatory, because spaces are ignored in mathematical mode.

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: