summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test/table/test_60_whitespace.tex
blob: 55d4ca10baf73689131509859089007531340544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\def\cals@issue@rowsep@alone{}
\def\cals@issue@rowsep{}
\def\cals@issue@row{}

%
% Check that there are no unneeded whitespace in output
%

\setbox0=\vbox{

\begin{calstable}

\colwidths{{100pt}{200pt}}

\brow{}
 \cell{aaaaa} \nullcell{ltb}  \nullcell{rtb}  \spancontent{bbbbb}  \cell{bbbb}  \erow{}  % ok
\end{calstable}

}

\showbox0