[BACK]Return to width.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / mod

Annotation of mandoc/regress/tbl/mod/width.out_ascii, Revision 1.5

1.1       schwarze    1: TBL-MOD-WIDTH(1)            General Commands Manual           TBL-MOD-WIDTH(1)
                      2:
                      3: NNAAMMEE
1.4       schwarze    4:      tbl-mod-width - width modifier in table layout
1.1       schwarze    5:
                      6: DDEESSCCRRIIPPTTIIOONN
1.5     ! schwarze    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:
1.4       schwarze   52:      +---+------+----+------+
                     53:      |a  | abcd | a  | abcd |
                     54:      +---+------+----+------+
1.3       schwarze   55:
1.5     ! schwarze   56: OpenBSD                         January 4, 2025               TBL-MOD-WIDTH(1)

CVSweb