Fix some ugliness in bibliography

This commit is contained in:
Charlotte Van Petegem 2024-04-25 15:16:09 +02:00
parent 4ec1e9299b
commit 1c4079cd8a
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 208 additions and 172 deletions

File diff suppressed because it is too large Load diff

View file

@ -150,6 +150,7 @@
else
builddir=$(mktemp -d --tmpdir=/tmp)
fi
sed -i "s/journal = {\([^{].*\)}/journal = {{\1}}/" bibliography.bib
${emacs}/bin/emacs -batch -load build.el
${full-texlive}/bin/latexmk -f -pdf -lualatex -shell-escape -interaction=nonstopmode -output-directory="''${builddir}" book.tex
mv "''${builddir}"/book.pdf .