Makefile for pandoc org to pdf
Tiny BSD-make Pipeline to Turn Org Files into PDFs I keep a lot of course material in Org mode, and I wanted a one-liner to turn everything in a directory into PDFs. The result is a tiny BSD make file that I wrote on macOS and that works on any BSD-compatible make. Under the hood it uses Pandoc to convert .org → LaTeX and XeLaTeX (xelatex) to render the PDF. ...