Command/definetabulate

From Wiki
< Command
Revision as of 23:40, 8 March 2023 by BruceH2020 (talk | contribs) (Changed the example to show the source as well as the output.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

\definetabulate

Syntax (autogenerated)

\definetabulate[...][...][|...|]
[...]name
[...]name
[|...|]template


Syntax

\definetabulate[...][...][...]
[...] name
[...] name of variant or sub-part
[...] text

Description

Example

  • \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
    

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: