Skip to content

Instantly share code, notes, and snippets.

@hideaki-t
Created February 4, 2012 07:50
Show Gist options
  • Save hideaki-t/1736255 to your computer and use it in GitHub Desktop.
Save hideaki-t/1736255 to your computer and use it in GitHub Desktop.
valid/invalid examples of OMakefile using lualatex
# valid
USEPDFLATEX=true
PDFLATEX=lualatex
LaTeXDocument(main, main)
.DEFAULT: main.pdf
# invalid
LATEX=lualatex
LaTeXDocument(main, main)
.DEFAULT: main.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment