Difference between revisions of "Command/definetabletemplate"

From Wiki
Jump to navigation Jump to search
Line 34: Line 34:
 
== Example ==
 
== Example ==
 
<!-- Please fill in an example if you can -->
 
<!-- Please fill in an example if you can -->
 +
 +
<texcode>
 +
\definetabletemplate[booktabs][o0|l|l|ro0|]
 +
 +
\starttable[booktabs]
 +
\NC first column \NC second column \NC third column \NC \AR
 +
\stoptable
 +
</texcode>
  
 
== See also ==
 
== See also ==

Revision as of 11:19, 6 July 2010

\definetabletemplate

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

See also