summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cals/test/template.txt
blob: 0e756514666547d74c5268ee6bb992c4e7694d68 (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
33
34
\documentclass{minimal}
\usepackage{color}
\makeatletter
\showboxdepth=100
\showboxbreadth=100

%\iftrue
\iffalse
\usepackage{cals}
\else
\input{cell.dtx}
\input{table.dtx}
\input{span.dtx}
\input{lltokens.dtx}
\input{decor.dtx}
\input{colsep.dtx}
\input{rowsep.dtx}
\input{rtl.dtx}
\fi

% Variables defined inside calstable environment
\let\cals@thead@tokens=\relax
\let\cals@tfoot@tokens=\relax
\let\cals@tbreak@tokens=\relax
\let\cals@ifInRspan=\cals@iffalse
\let\cals@ifLastRspanRow=\cals@iftrue
\let\cals@borderL=\relax
\let\cals@borderR=\relax
\let\cals@borderT=\relax
\let\cals@borderB=\relax

\begin{document}
##CODE##
\end{document}