- all: biblio
- echo "run"
- latexmk -latexoption="-file-line-error -shell-escape -interaction=errorstopmode -halt-on-error -synctex=1" -g -pdf main.tex
- clean:
- latexmk -C
- biblio:
- -CHECK_DEP=${CHECK_DEP} python3 bibtool.py --server https://bib.gruss.cc get --exclude_sub_dirs
- bib:
- python3 bibtool.py --server https://bib.gruss.cc get --exclude_sub_dirs
|