What do you use to embed Julia code in LaTeX?

You need to find a new lexer
ref: Available lexers — Pygments
This is the one I use
https://github.com/sisl/pygments-julia
After that, use julia1 as language for the minted environment

5 Likes