Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 7 14:56:37 2021 UTC (3 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
HEAD
Changes since 1.5: +11 -2 lines
Diff to previous 1.5 (colored)
Correctly calculate required column widths for tables containing cells that horizontally span columns which contains "n" (number) formatted cells on other rows. This requires updating total column widths from "n" formatted cells before starting width distribution from the spanning cells to their constituent columns.