Respect the LATEX environment variable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7499 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-08-04 21:15:56 +00:00
parent 7a7669fd88
commit dba2b2f8a1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-08-04 Angus Leeming <leeming@lyx.org>
* lyxpreview2bitmap.sh: respect the LATEX environment variable.
2003-08-01 Dekel Tsur <dekelts@tau.ac.il> 2003-08-01 Dekel Tsur <dekelts@tau.ac.il>
* lyx2lyx/lyxconvert_216.py (convert): Change the language of the * lyx2lyx/lyxconvert_216.py (convert): Change the language of the

View File

@ -53,7 +53,7 @@
# These four programs are used by the script. # These four programs are used by the script.
# Adjust their names to suit your setup. # Adjust their names to suit your setup.
LATEX=latex test -n "$LATEX" || LATEX=latex
DVIPS=dvips DVIPS=dvips
GS=gs GS=gs
PNMCROP=pnmcrop PNMCROP=pnmcrop