Fix build with bibliography, clarified phonetics

This commit is contained in:
2026-06-10 03:22:37 +02:00
parent 5b1ec09efd
commit b409dd5280
7 changed files with 35 additions and 12 deletions

View File

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