Create cache dir for minted manually, required after minted update
This commit is contained in:
@@ -6,6 +6,10 @@ $aux_dir = ".aux";
|
|||||||
$bibtex = "biber %O %S";
|
$bibtex = "biber %O %S";
|
||||||
$pdf_previewer = "zathura %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
|
# Color output: https://tex.stackexchange.com/questions/617572/is-it-possible-to-make-latexmk-ouput-with-color
|
||||||
{
|
{
|
||||||
no warnings 'redefine';
|
no warnings 'redefine';
|
||||||
|
|||||||
Reference in New Issue
Block a user