Math in vertical writing mode
@dpvc is already working on this.
Since Mar 11, 2022.
- Dominant language
- JavaScript
- Stars
- 10.9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Modern browsers have recently implemented vertical writing modes.
The vertical writing modes are not only useful for CJK text but also for European languages.
Authors sometimes want to rotate text by 90 degrees due to space constraint (especially on printed pages) or for design purpose.
Please see this article for some of such examples.
Especially we often want to layout tables rotated by 90 degrees when the table is wider than the page width.
I tried using MathJax with vertical writing mode (JS Bin), but layout of MathJax seems not to be working well.
Is there any plan to support math in vertical writing mode?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.