formulador
formulador copied to clipboard
Render math formulas in 2D in your terminal!
Just clone the repo and load the elisp file since it infers the asdf location based on this buffer. This allows you to execute it directly within buffer, get a...
Add `array-box` which allows you to specify the type of alignment for each row and column. This could be used to implement `matrix-box` (issue #1), `row-box`/`column-box` with options (issue #2,...
Add options to align the contents of the `row-box` either top-, middle-, baseline-, or bottom-aligned.
When writing out-of-bounds, allow the canvas to be grown to accommodate the out-of-bounds write.
The `script-box` class has the following missing: - presuperscript - presubscript Add these.
(See also #5.) Add support for different Unicode characters that can be easily used. Wikipedia has a nice [list](https://en.wikipedia.org/wiki/Mathematical_operators_and_symbols_in_Unicode) of these symbols. Formulador currently has some preliminary support for Unicode...
Unicode has lots of built-in "fonts", like the mathematical alphanumeric characters [[1](https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols), [2](http://www.unicode.org/charts/PDF/U1D400.pdf)]. Include support for the numbers, Latin letters, and Greek letters. This should have a nice, user-friendly interface....
Add `latex-align-box` which roughly mimics the alignment of the LaTeX environment `align*`.
Add a new kind of box `matrix-box` which is for typesetting matrices. Each row should be baseline-aligned and each column should be centered.