Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
work:semana_31_de_2022 [2022/07/31 23:16] – magsilva | work:semana_31_de_2022 [2022/07/31 23:18] (current) – magsilva |
---|
* Day 3: https://www.youtube.com/watch?v=0TWe0adXX98 | * Day 3: https://www.youtube.com/watch?v=0TWe0adXX98 |
* I learned about a LaTeX compiler in Python: https://github.com/plastex/plastex. Nice to hear about this! Most LaTeX engines are based upon original LaTeX or mix parsing and rendering. This project has a very clear distinction between parsing and rendering, which make it much more useful for text proofing and further processing. | * I learned about a LaTeX compiler in Python: https://github.com/plastex/plastex. Nice to hear about this! Most LaTeX engines are based upon original LaTeX or mix parsing and rendering. This project has a very clear distinction between parsing and rendering, which make it much more useful for text proofing and further processing. |
| * Another option to LaTeX parsing is [[https://pandoc.org/ | pandoc]], but it is written in Haskell. |
| |
| |