mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
7a7669fd88
commit
dba2b2f8a1
@ -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>
|
||||
|
||||
* lyx2lyx/lyxconvert_216.py (convert): Change the language of the
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
# These four programs are used by the script.
|
||||
# Adjust their names to suit your setup.
|
||||
LATEX=latex
|
||||
test -n "$LATEX" || LATEX=latex
|
||||
DVIPS=dvips
|
||||
GS=gs
|
||||
PNMCROP=pnmcrop
|
||||
|
Loading…
Reference in New Issue
Block a user