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.
Support for table width as a percentage of text width by summing width of columns and verifying that the sum is > 0 and <= 1.