summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test/rowsep/test_20_pack.tex
blob: 9f881ed49483901a86ac0bd0385b6010768b2cb3 (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
%
% 0pt for thick
%
\cals@rs@pack\tmp{100pt}{2pt}{4pt}{0pt}
\show\tmp
\cals@rs@unpack\tmp\ll\dl\dr\w
\show\ll
\show\dl
\show\dr
\show\w

%
% Use default think
%
\cals@rs@pack\tmp{200pt}{2pt}{4pt}\relax
\show\tmp
\cals@rs@unpack\tmp\ll\dl\dr\w
\show\ll
\show\dl
\show\dr
\show\w

%
% User-specified thick
%
\cals@rs@pack\tmp{300pt}{0pt}{0pt}{3pt}
\show\tmp
\cals@rs@unpack\tmp\ll\dl\dr\w
\show\ll
\show\dl
\show\dr
\show\w