fix autoltx file gen

This commit is contained in:
2025-09-09 10:29:53 +05:30
parent 81f86f0770
commit c508c92a2f

View File

@@ -20,6 +20,7 @@ if test -f ".gitignore"; then
else else
# Creating .gitignore file # Creating .gitignore file
printf 'pdf/\nlatexmkrc\ncompile.sh\n' >> .gitignore printf 'pdf/\nlatexmkrc\ncompile.sh\n' >> .gitignore
touch .autoltx
fi fi
# mkdir -p pdf/config # mkdir -p pdf/config