diff --git a/.gitignore b/.gitignore index 081e858..79114f6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ document/* *.swp tags document.paux +review +codebook.toml *.aux *.bbl *.blg diff --git a/build.sh b/build.sh index 6007884..2465f85 100644 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ pdflatex -interaction=nonstopmode document.tex > /dev/null 2>&1 # Website compilation procedure python3 tagger.py >> tags -plastex --renderer=Gerby ./document.tex +./plastex-venv/bin/plastex --renderer=Gerby ./document.tex cd ./gerby-website/gerby/tools python3 update.py cd ../../..