Closed xathon closed 2 weeks ago
By default, minted
version 3 requires 2 compiles the first time that it is used. In most cases, this makes cache creation faster. It looks like latexmk
isn't detecting that a second compile is needed. You can disable this optimization instead: \usepackage[highlightmode=immediate]{minted}
.
Huh, indeed. No idea how I didn't catch that. Thanks!
Similarly to #402 , minted prints
<MINTED>
in red instead of the code.Document:
Output:
Logfile:
I have installed minted with tlmgr. Latexminted is on the path:
What can I do there?