Create cache dir for minted manually, required after minted update

This commit is contained in:
2026-09-10 21:10:03 +02:00
parent 4c99a4be15
commit e4f8de5fa5
+4
View File
@@ -6,6 +6,10 @@ $aux_dir = ".aux";
$bibtex = "biber %O %S";
$pdf_previewer = "zathura %O %S";
# Create minted output path
use File::Path qw(make_path);
make_path("$aux_dir/_minted");
# Color output: https://tex.stackexchange.com/questions/617572/is-it-possible-to-make-latexmk-ouput-with-color
{
no warnings 'redefine';