mopl/Makefile

16 lines
418 B
Makefile
Raw Normal View History

2022-11-10 11:35:53 +00:00
%:
latexmk -f -xelatex -interaction=nonstopmode -output-directory=$(PWD)/build/ ep$@.tex
pdftoppm -png -f 1 -l 1 -singlefile -r 1200 -scale-to-x 1920 -scale-to-y 1080 $(PWD)/build/ep$@.pdf $(PWD)/build/ep$@
2022-10-08 22:59:01 +01:00
2022-11-30 22:59:33 +00:00
deps:
@echo "Source San Pro font family must be installed"
tlmgr update --list
tlmgr install fontspec
tlmgr install sourcesanspro
tlmgr install fontawesome5
2022-10-08 22:59:01 +01:00
.PHONY: clean
clean:
rm -rf build
rm -f *~