mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +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>
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user