6 ms·
You just have to read his blog, it is short and he answered everything. > he used python and xelatex > https://github.com/ttmc/hello-world-ways https://github
by iTokio 9mo ago
You just have to read his blog, it is short and he answered everything.
> he used python and xelatex
> https://github.com/ttmc/hello-world-ways https://github.com/ttmc/hello-world-ways
- troymc 9mo agoYep, and for syntax highlighting, I used the minted package [1]. Internally, minted uses the Pygments library [2]. [1] https://ctan.org/pkg/minted https://ctan.org/pkg/minted [2] https://pygments.org/ https://pygments.org/
- throwaway150 9mo agoThanks!