1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
# tabu package
# j. sundermeyer 30.3.2013
#
\begin{tabu}{preamble}#\tabular
\begin{tabu} to %<width%> {%<preamble%>}#\tabular
\begin{tabu} spread %<width%> {%<preamble%>}#\tabular
\end{tabu}
\begin{longtabu}{preamble}#\tabular,longtable
\begin{longtabu} to %<width%> {%<preamble%>}#\tabular,longtable
\begin{longtabu} spread %<width%> {%<preamble%>}#\tabular,longtable
\end{longtabu}
\tabulinestyle{style}
\usetabu{username}
\tabucline{%<from%>-%<to%>}
\tabucline[%<spec%>]{%<from%>-%<to%>}
\savetabu{username}
\preamble
\tabuphantomline
\tabulinesep = %<dimen%>
\abovetabulinesep
\belowtabulinesep
\extrarowsep =%<dimen%>
\extrarowsep =^%<dimen%>
\extrarowsep =_%<dimen%>
\extrarowsep =_%<dimen%>^%<dimen%>
\taburulecolor{color}
\taburulecolor|doubleRuleSepColor|{color}
\tabureset
\newtabulinestyle{style}
\everyrow{code}
\taburowcolors [<%first line%>] %<number%> {%<first%> .. %<last%>}
\taburowcolors %<number%> {%<first%> .. %<last%>}
\rowfont[alignment]{fontSpec}
\tabudecimal{code}
|