add some readme, change log folder name to pdf

This commit is contained in:
2025-09-08 23:28:32 +05:30
parent 38a464e907
commit cdd4095cab
2 changed files with 27 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ if test -f ".autoltx"; then
else
if test -f ".gitignore"; then
# Adding build files to .gitignore
grep -qxF 'build/' .gitignore || echo 'build/' >> .gitignore
grep -qxF 'pdf/' .gitignore || echo 'pdf/' >> .gitignore
grep -qxF 'latexmkrc' .gitignore || echo 'latexmkrc' >> .gitignore
grep -qxF 'compile.sh' .gitignore || echo 'compile.sh' >> .gitignore
grep -qxF '.autoltx' .gitignore || echo '.autoltx' >> .gitignore
@@ -18,10 +18,10 @@ if test -f ".gitignore"; then
echo Configuring AutoLTX for this project
else
# Creating .gitignore file
printf 'build/\nlatexmkrc\ncompile.sh\n' >> .gitignore
printf 'pdf/\nlatexmkrc\ncompile.sh\n' >> .gitignore
fi
# mkdir -p build/config
# mkdir -p pdf/config
# Add latexmk rc file to build files
cp /app/setupFiles/latexmkrc /app/project/