Fix some ugliness in bibliography
This commit is contained in:
parent
4ec1e9299b
commit
1c4079cd8a
2 changed files with 208 additions and 172 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue