|
|
|
|
|
by kiwi0fruit
2950 days ago
|
|
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Designed to be used instead of $formula$ insertions to Markdown. I use Markdown with Python code blocks for document programming via [Pandoctools](https://github.com/kiwi0fruit/pandoctools) (like R-Markdown). Both Python and Markdown are very readable languages. Unfortunately LaTeX is not like this. So I wrote SugaTeX extension+transpiler that is highly readable. In order to achieve this it heavily uses Unicode so that SugarTeX install instructions even have recommended monospace font fallback chains. [SugarTeX repo](https://github.com/kiwi0fruit/sugartex) with description. Example of input to output conversion is at the end of [this PDF](https://github.com/kiwi0fruit/sugartex/blob/master/sugartex....). |
|
Examples of input to output conversion see in this PDF:
https://github.com/kiwi0fruit/sugartex/blob/master/examples/...