Added introductory information about the language

This commit is contained in:
2026-06-08 14:50:06 +00:00
parent aed2f13053
commit 15968ff492
3 changed files with 9 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ set -e
xelatex -shell-escape document.tex
makeglossaries document
BIBINPUTS="$(pwd):" bibtex document
# BIBINPUTS="$(pwd):" bibtex document
xelatex -shell-escape document.tex
echo "Build successful: document.pdf"