From 42ba94852e5924e887a924de82a8af0f05514163 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 26 Apr 2025 00:08:05 +0200 Subject: [PATCH] Update home/.latexmkrc --- home/dot_latexmkrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_latexmkrc b/home/dot_latexmkrc index 63b3c29..94bbfbd 100644 --- a/home/dot_latexmkrc +++ b/home/dot_latexmkrc @@ -105,7 +105,7 @@ sub makesout { # Some things to do after all the compile stuff END{ - Run_subst('rm ./*.pdf ./*.aux'); + Run_subst('rm ./%A.pdf ./*.aux'); Run_subst('mv ./build/%A.pdf .'); Run_subst('rm -rf ./build'); }