From c508c92a2ffb6e0688bb523410b8207b50661498 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Tue, 9 Sep 2025 10:29:53 +0530 Subject: [PATCH] fix autoltx file gen --- setupFiles/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setupFiles/install.sh b/setupFiles/install.sh index a506a9d..9b15ce4 100644 --- a/setupFiles/install.sh +++ b/setupFiles/install.sh @@ -20,6 +20,7 @@ if test -f ".gitignore"; then else # Creating .gitignore file printf 'pdf/\nlatexmkrc\ncompile.sh\n' >> .gitignore + touch .autoltx fi # mkdir -p pdf/config