- Notifications
You must be signed in to change notification settings - Fork28
Commit5545b69
committed
Doc: improve PDF presentation of some tables by adjusting column widths.
The PDF toolchain defaults to laying out all columns of a table withequal widths, in contrast to the HTML rendering which automaticallyvaries the column widths to fit the data. In many places, thisresults in very badly laid-out tables, with lots of useless whitespacein some places and text that overruns its cell in other places.For tables that have reasonably static content, we can improvematters by adding <colspec> entries to hand-assign the column widths.This commit does that for a few of the tables that were worst off;it eliminates close to 200 "contents ... exceed the available area"warnings in an A4 PDF build.I also forced align="left" in these tables, overriding the PDFtoolchain's default which is evidently "justify". (The HTML toolchainseems to default to that already.) Anyplace where things are tightenough that we need to worry about this, forced justification tends tolook truly awful.1 parent20c6905 commit5545b69
File tree
4 files changed
+30
-3
lines changed- doc/src/sgml
4 files changed
+30
-3
lines changedLines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
| |||
993 | 995 |
| |
994 | 996 |
| |
995 | 997 |
| |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
996 | 1005 |
| |
997 | 1006 |
| |
998 | 1007 |
| |
| |||
1004 | 1013 |
| |
1005 | 1014 |
| |
1006 | 1015 |
| |
1007 |
| - | |
| 1016 | + | |
1008 | 1017 |
| |
1009 | 1018 |
| |
1010 | 1019 |
| |
| |||
1635 | 1644 |
| |
1636 | 1645 |
| |
1637 | 1646 |
| |
| 1647 | + | |
| 1648 | + | |
1638 | 1649 |
| |
1639 | 1650 |
| |
1640 | 1651 |
| |
| |||
1933 | 1944 |
| |
1934 | 1945 |
| |
1935 | 1946 |
| |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
1936 | 1950 |
| |
1937 | 1951 |
| |
1938 | 1952 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
| 69 | + | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 |
| |
115 | 119 |
| |
116 | 120 |
| |
| |||
138 | 142 |
| |
139 | 143 |
| |
140 | 144 |
| |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
141 | 149 |
| |
142 | 150 |
| |
143 | 151 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 |
| |
60 | 65 |
| |
61 | 66 |
| |
|
0 commit comments
Comments
(0)