Difference between revisions of "Command/definetabletemplate"

From Wiki
Jump to navigation Jump to search
m (Text replace - "\[\[cmd:(.*)\|(.*)\]\]" to "{{cmd|$1}}")
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>definetabletemplate</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 26: Line 29:
 
   </tr>
 
   </tr>
 
</table>
 
</table>
 
  
 
== Description ==
 
== Description ==
Line 33: Line 35:
  
 
== Example ==
 
== Example ==
<!-- Please fill in an example if you can -->
 
  
<texcode>
+
<context source=yes text="This gives:">
 
\definetabletemplate[booktabs][o0|l|l|ro0|]
 
\definetabletemplate[booktabs][o0|l|l|ro0|]
  
Line 41: Line 42:
 
\NC first column \NC second column \NC third column \NC \AR
 
\NC first column \NC second column \NC third column \NC \AR
 
\stoptable
 
\stoptable
</texcode>
+
</context>
  
 
== See also ==
 
== See also ==
<!-- something like {{cmd|goto}} -->
+
* {{cmd|starttable}}, the command for which {{cmd|definetabletemplate}} remembers the options
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==
Line 50: Line 51:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|definetabletemplate]]
+
[[Category:Command/Tables|definetabletemplate]]

Latest revision as of 20:24, 13 January 2020

\definetabletemplate

Syntax (autogenerated)

\definetabletemplate[...][|...|][...][...]
[...]name
[|...|]template
[...]name
[...]name


Syntax

\definetabletemplate[...][...][...][...]
[...] name
[...] text
[...] text
[...] text

Description

This command can be used to remember certain table-preambles, see chapter 9 in Table macros II by Aditya Mahajan (2008).

Example

\definetabletemplate[booktabs][o0|l|l|ro0|]

\starttable[booktabs]
	\NC first column \NC second column \NC third column \NC \AR
\stoptable

This gives:

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: