xref: /openbsd-src/regress/usr.bin/mandoc/tbl/mod/width.out_ascii (revision 60395358bd468881069c44744132008b5b82170f)
1TBL-MOD-WIDTH(1)            General Commands Manual           TBL-MOD-WIDTH(1)
2
3NNAAMMEE
4     tbl-mod-width - width modifier in table layout
5
6DDEESSCCRRIIPPTTIIOONN
7     Bare numbers without parentheses use EN units:
8     +---+------+
9     |a  | abcd |
10     +---+------+
11
12     Explicit scaling units and rounding - metric:
13     +-----+
14     |1cm  |
15     +-----+
16
17     Explicit scaling units and rounding - pica:
18     +---+
19     |P  |
20     +---+
21     +----+
22     |2P  |
23     +----+
24
25     Explicit scaling units and rounding - points:
26     +----+
27     |25p |
28     +----+
29     +-----+
30     |26p  |
31     +-----+
32
33     Explicit scaling units and rounding - basic units:
34     +----+
35     |84u |
36     +----+
37     +-----+
38     |85u  |
39     +-----+
40
41     Multiplication:
42     +-------+--------+--------+--------+
43     |3n*2u  | 3u*2n  | 3u*2   |  3*2u  |
44     +-------+--------+--------+--------+
45
46     Division:
47     +--------+----------+--------+--------+
48     |14n/2u  | 384n/2n  | 12/2u  | 288/2  |
49     +--------+----------+--------+--------+
50
51     Data section containing text blocks:
52     +---+------+----+------+
53     |a  | abcd | a  | abcd |
54     +---+------+----+------+
55
56OpenBSD                         January 4, 2025               TBL-MOD-WIDTH(1)
57