Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
work:semana_31_de_2022 [2022/07/31 23:16] magsilvawork:semana_31_de_2022 [2022/07/31 23:18] (current) magsilva
Line 16: Line 16:
     * 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.