Using Minted Syntax Highlighting with Tectonic Latex Compiler

1 · Felix Breuer · March 5, 2021, 4 p.m.
--shell-escape does not work with Tectonic as seen in this Issue. Good News! Until this Pull Request is merged, i got a little workaround for you to at least use Minted, the best Syntax Highlighting LaTeX Library out there! Create a folder called snippetes in your LaTeX project root folder. Minted uses some fixed LaTeX statements for all its languages. Create a file called minted.tex with the following content: % comment these out if you already import them in main.tex %\usepackage{fancyvrb} %\u...