diff options
Diffstat (limited to 'macros/latex/contrib/cals/test/span/test_50_dimen.tex')
-rw-r--r-- | macros/latex/contrib/cals/test/span/test_50_dimen.tex | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/macros/latex/contrib/cals/test/span/test_50_dimen.tex b/macros/latex/contrib/cals/test/span/test_50_dimen.tex new file mode 100644 index 0000000000..f6e0b28a56 --- /dev/null +++ b/macros/latex/contrib/cals/test/span/test_50_dimen.tex @@ -0,0 +1,40 @@ +\colwidths{{10pt}{20pt}{30pt}} +\cals@last@row@height=1000pt % +% +\brow +\nullcell{tl} +\nullcell{t} +\nullcell{tr} +%\erow +\cals@last@row@height=40pt % +\showbox\cals@current@row +\show\cals@spanq@heights + +\brow +\nullcell{l} +\nullcell{} +\nullcell{r} +%\erow +\cals@last@row@height=50pt % +\showbox\cals@current@row +\show\cals@spanq@heights + + +\brow +\nullcell{lb} +\nullcell{b} +\nullcell{br} +%\erow +\showbox\cals@current@row +\show\cals@spanq@heights +\showthe\cals@span@width +\showthe\cals@span@height + +% +% Bug was here +% +\brow +\nullcell{ltb} +\nullcell{tb} +\nullcell{btr} +\showthe\cals@span@width |