|
|
@ -4,6 +4,7 @@ |
|
|
|
# The LATEX variable contains the latex command to use, using LATEXFLAGS
|
|
|
|
# you can specify additional flags to pass.
|
|
|
|
TEXPATH = /usr/local/texlive/latest/bin/universal-darwin |
|
|
|
TEXPATH = $(dir $(shell which $(LATEX))) |
|
|
|
LATEX = pdflatex |
|
|
|
LATEXFLAGS= -interaction=scrollmode |
|
|
|
PDFLATEX = pdflatex |
|
|
|