Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-24 | HTML writer: ensure TeX formulas are rendered correctly (#5658) | Philip Pesca | 1 | -1/+1 | |
The web service passed in to `--webtex` may render formulas using inline or display style by default. Prefixing formulas with the appropriate command ensures they are rendered correctly. This is a followup to the discussion in #5656. | |||||
2019-07-23 | HTML writer: render inline formulas correctly with --webtex (#5656) | Philip Pesca | 1 | -0/+14 | |
We add `\textstyle` to the beginning of the formula to ensure it will be rendered in inline style. Closes #5655. |