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>")
 
(Replace tilde with \unit command and fix typo)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<?xml version='1.0'?>
 
<!-- this file was generated on 2020-08-20T09:05 -->
 
 
<cd:commandgroup generated="yes" name="tabulate" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
 
<cd:commandgroup generated="yes" name="tabulate" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<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 special tabulated material.
The instances of  <tt>\start<i>tabulate</i> ... \stop<i>tabulate</i></tt> are used for ...
 
 
</cd:shortdesc>
 
</cd:shortdesc>
 
<cd:sequence>
 
<cd:sequence>
Line 27: Line 24:
 
   </cd:command>
 
   </cd:command>
 
</cd:variants>
 
</cd:variants>
<cd:description>
+
<cd:description></cd:description>
<!-- the long description of the command goes here -->
+
<cd:examples><cd:example title="Legends"><context source="yes">
</cd:description>
+
\startlegend
<cd:examples>
+
\leg Lemma\\Symbol\\Word\\
<!--  command example(s)
+
\leg Dilemma\\Prince\\Foo bar baz\\
<cd:example title="">
+
\stoplegend
</cd:example>
+
</context>
-->
+
 
</cd:examples>
+
</cd:example><cd:example title="Facts">Complementary to legends is a command that displays facts in a consistent way when
<cd:notes>
+
formulae are used for calculations.
<!--  this is for special remarks that do not fit elsewhere, like discovered bugs in specific context versions
+
 
<cd:note author="..." date="...">
+
<context source="yes">
</cd:note>
+
\startfact
-->
+
\fact velocity    \\ v \\ \unit{10 m/s}  \\
</cd:notes>
+
\fact acceleration \\ a \\ \unit{-3 m/s^2} \\
 +
\fact time        \\ t \\ \unit{3 s}      \\
 +
\stopfact
 +
</context>
 +
 
 +
The two last columns are in mathematical mode, the last column displays text in the
 +
normal font.
 +
</cd:example></cd:examples>
 +
<cd:notes></cd:notes>
 
<cd:seealso>
 
<cd:seealso>
<!-- one or more of these:
 
<cd:commandref name="xx"></cd:commandref>
 
<cd:wikipage  page="xx"></cd:wikipage>
 
<cd:url        url="https://xx"></cd:url>
 
<cd:manual    pdf="xx"></cd:manual>
 
<cd:source    file="xx"></cd:source>
 
-->
 
 
<cd:commandref name="definetabulate" originator="system"></cd:commandref>
 
<cd:commandref name="definetabulate" originator="system"></cd:commandref>
 
<cd:commandref name="setuptabulate" originator="system"></cd:commandref>
 
<cd:commandref name="setuptabulate" originator="system"></cd:commandref>
<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:seealso>
+
<cd:wikipage page="Tabulate"></cd:wikipage></cd:seealso>
 
</cd:commandgroup>
 
</cd:commandgroup>

Latest revision as of 20:30, 29 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 \\ \unit{10 m/s}   \\
\fact acceleration \\ a \\ \unit{-3 m/s^2} \\
\fact time         \\ t \\ \unit{3 s}      \\
\stopfact

The two last columns are in mathematical mode, the last column displays text in the normal font.

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: