mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend e72ca6a5
This commit is contained in:
parent
c87b2d5fc2
commit
2cce445862
@ -234,11 +234,11 @@ if (extension MATCHES "\\.lyx$")
|
|||||||
message(STATUS "readDefaultOutputFormat = ${_export_format}")
|
message(STATUS "readDefaultOutputFormat = ${_export_format}")
|
||||||
if (${_export_format} MATCHES "pdf2")
|
if (${_export_format} MATCHES "pdf2")
|
||||||
set(_texformat "pdflatex")
|
set(_texformat "pdflatex")
|
||||||
elsif(${_export_format} MATCHES "pdf3")
|
elseif(${_export_format} MATCHES "pdf3")
|
||||||
set(_texformat "platex")
|
set(_texformat "platex")
|
||||||
elsif(${_export_format} MATCHES "pdf4")
|
elseif(${_export_format} MATCHES "pdf4")
|
||||||
set(_texformat "xetex")
|
set(_texformat "xetex")
|
||||||
elsif(${_export_format} MATCHES "pdf5")
|
elseif(${_export_format} MATCHES "pdf5")
|
||||||
set(_texformat "luatex")
|
set(_texformat "luatex")
|
||||||
else()
|
else()
|
||||||
set(_texformat "empty")
|
set(_texformat "empty")
|
||||||
|
Loading…
Reference in New Issue
Block a user