aboutsummaryrefslogtreecommitdiff
path: root/test/command/6792.md
AgeCommit message (Collapse)AuthorFilesLines
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane1-1/+1
Previously some displayed formulas would be floated above a preceding text line. This is fixed by setting vertical-rel to 'text' rather than 'paragraph-content'. Closes #7777.
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson1-0/+66
Support for table width as a percentage of text width by summing width of columns and verifying that the sum is > 0 and <= 1.