###################################################### # Build the figure needed for the albatross example. # # Author: Scott Pakin # ###################################################### # We hardwire lualatex here because the source file includes Unicode # characters. rule latex-to-cropped-pdf command = $ lualatex $in ; $ pdfcrop $out $out description = Generating $out from $in build albatross.pdf | albatross.aux albatross.log : latex-to-cropped-pdf albatross.tex build ALBATROSS : phony albatross.pdf