Fix some ugliness in bibliography
This commit is contained in:
parent
4ec1e9299b
commit
1c4079cd8a
2 changed files with 208 additions and 172 deletions
379
bibliography.bib
379
bibliography.bib
File diff suppressed because it is too large
Load diff
|
@ -150,6 +150,7 @@
|
||||||
else
|
else
|
||||||
builddir=$(mktemp -d --tmpdir=/tmp)
|
builddir=$(mktemp -d --tmpdir=/tmp)
|
||||||
fi
|
fi
|
||||||
|
sed -i "s/journal = {\([^{].*\)}/journal = {{\1}}/" bibliography.bib
|
||||||
${emacs}/bin/emacs -batch -load build.el
|
${emacs}/bin/emacs -batch -load build.el
|
||||||
${full-texlive}/bin/latexmk -f -pdf -lualatex -shell-escape -interaction=nonstopmode -output-directory="''${builddir}" book.tex
|
${full-texlive}/bin/latexmk -f -pdf -lualatex -shell-escape -interaction=nonstopmode -output-directory="''${builddir}" book.tex
|
||||||
mv "''${builddir}"/book.pdf .
|
mv "''${builddir}"/book.pdf .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue