blob: dc2fd081cc777a773d776921c9bdd2ecc01650ff (
plain)
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
|
\begingroup
\input{T2Def.tex}
% \deflength{\MathContentSize}{\ColOne-2\tabcolsep}%
% \TTwoTree{\MathContentSize}
\begin{NiceTabular}{|wl{\ColOne}|}\hline
%Line 1: Global title
\Block[c]{1-1}{\titleTable}\\\hline
%Line 2: Title of the three columns
\Block[c]{1-1}{Identities Cont.} \\\hline
%Line 3 the end of the different identities.
\Block[c]{\value{TTwoIdentitiesPart}-1}{%
\deflength{\MathContentSize}{\ColOne-2\tabcolsep}%
\TTwoIdentities{\MathContentSize}}\\
\AddBlankLines{\value{TTwoIdentitiesPart}-2}{\TTwoEmptyLine}\\\hline
%Line 4: The title of the part about the Trees
\Block[c]{1-1}{Trees} \\\hline
%Line 5 The few formulae about the trees
\Block[c]{\value{TTwoTreesPart}-1}{%
\deflength{\MathContentSize}{\ColOne-2\tabcolsep}%
\TTwoTree{\MathContentSize}}\\
\AddBlankLines{\value{TTwoTreesPart}-2}{\TTwoEmptyLine}\\\hline
%Line 6: The title of the Recurrences
\Block[c]{1-1}{Recurrences} \\\hline
%Line 7: the text about recurences.
\Block[c]{\value{TTwoRecurencesPart}-1}{%
\deflength{\MathContentSize}{\ColOne-2\tabcolsep}%
\TTwoRecurOne{\MathContentSize}}\\
\AddBlankLines{\value{TTwoRecurencesPart}-2}{\TTwoEmptyLine}\\\hline
\end{NiceTabular}
\endgroup
|