shithub: iwp9-proceedings

ref: d905d446321b4ca1efdab25df79fdaf34305ccb0
dir: /11/Makefile/

View raw version
all: main.pdf

main.pdf: *.pdf main.tex Cover.pdf
	guix shell texlive-scheme-basic texlive-latexmk texlive-pdfpages	\
texlive-titlesec texlive-pdflscape texlive-picture -- latexmk -pdf main

Cover.pdf: Cover.jpg
	convert Cover.jpg Cover.pdf