Difference between revisions of "Command/definetabulate"

From Wiki
Jump to navigation Jump to search
(Category Tables; add See Also)
Line 26: Line 26:
  
 
== Example ==
 
== Example ==
<!-- Please fill in an example if you can -->
+
<context mode=mkiv>
 +
\definetabulate
 +
  [whatever]
 +
  [|l|r|]
 +
 
 +
\definetabulate
 +
  [whatever][else]
 +
  [|l|c|r|]
 +
 
 +
\startwhatever
 +
\NC l    \NC r    \NC \NR
 +
\NC left \NC right \NC \NR
 +
\stopwhatever
 +
 
 +
\startwhatever[else]
 +
\NC l    \NC m      \NC r    \NC \NR
 +
\NC left \NC middle \NC right \NC \NR
 +
\stopwhatever
 +
 
 +
% possible since the beta of 2012-10-17
 +
% \startwhatever[else][format={|c|c|c|c|}]
 +
% \NC l    \NC m      \NC m      \NC r    \NC \NR
 +
% \NC left \NC middle \NC middle \NC right \NC \NR
 +
% \stopwhatever
 +
 
 +
\stoptext
 +
</context>
  
 
== See also ==
 
== See also ==
Line 32: Line 58:
 
* {{cmd|starttabulate}}
 
* {{cmd|starttabulate}}
 
* {{cmd|defineparagraphs}} for paragraphs placed side-by-side in a tabular style.
 
* {{cmd|defineparagraphs}} for paragraphs placed side-by-side in a tabular style.
 
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 20:42, 17 October 2012

\definetabulate

Syntax

\definetabulate[...][...][...]
[...] name
[...] name
[...] text

Description

Example

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: