Skip to content

Commit

Permalink
#2903: bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 1, 2024
1 parent db44b38 commit a149d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paper/Makefile
Expand Up @@ -22,6 +22,7 @@

.SHELLFLAGS = -e -x -c
.ONESHELL:
.PHONY: clean

TLROOT=$$(kpsewhich -var-value TEXMFDIST)
PACKAGES=ffcode to-be-determined href-ul minted
Expand All @@ -43,7 +44,7 @@ zip: *.tex sections/*.tex
${gsed} -i "s|0\.0\.0|$${version}|g" eolang-paper.tex
${gsed} -i "s|REPOSITORY|$(REPO)|g" eolang-paper.tex
pdflatex -shell-escape -halt-on-error eolang-paper.tex > /dev/null
biber eolang-paper
bibtex eolang-paper
pdflatex -halt-on-error eolang-paper.tex > /dev/null
pdflatex -halt-on-error eolang-paper.tex > /dev/null
rm -rf *.aux *.bcf *.blg *.fdb_latexmk *.fls *.log *.run.xml *.out *.exc
Expand Down

0 comments on commit a149d53

Please sign in to comment.