Peter Fabinski
8667ba2bcc
LaTeX table writer: Increase column width precision ( #7466 )
...
In some cases, the rounding performed by the LaTeX table
writer would introduce visible overrun outside the text
area.
This adds two more decimal places to the width values.
2021-08-03 15:34:39 -06:00
John MacFarlane
8eed5b90d0
LaTeX writer: add strut at end of minipage if it contains...
...
line breaks. Without them, the last line is shorter
than it should be, at least in some cases.
2021-06-21 23:33:00 -07:00
John MacFarlane
ed3974a254
LaTeX writer: always use a minipage for cells with line breaks...
...
if width information is available. Otherwise the way we treat them can
lead to content that overflows a cell.
Closes #7393 .
2021-06-21 18:25:36 -07:00
John MacFarlane
2bd5d0cafb
LaTeX writer: better handling of line breaks in simple tables.
...
Now we also handle the case where they're embedded in other
elements, e.g. spans. Closes #7272 .
2021-05-11 07:52:05 -06:00