Add a command variable for 'LATEX' so we can draw figures using LATEX
and then convert them to .eps files with dvips -E.
This commit is contained in:
parent
14233a1499
commit
79c09bbbdf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11548
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ TOUCH?= /usr/bin/touch
|
|||
XARGS?= /usr/bin/xargs
|
||||
|
||||
TEX?= ${PREFIX}/bin/tex
|
||||
LATEX?= ${PREFIX}/bin/latex
|
||||
PDFTEX?= ${PREFIX}/bin/pdftex
|
||||
TIDY?= ${PREFIX}/bin/tidy
|
||||
TIDYOPTS?= -i -m -raw -preserve -f /dev/null ${TIDYFLAGS}
|
||||
|
|
Loading…
Reference in a new issue