mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +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}")
|
||||
if (${_export_format} MATCHES "pdf2")
|
||||
set(_texformat "pdflatex")
|
||||
elsif(${_export_format} MATCHES "pdf3")
|
||||
elseif(${_export_format} MATCHES "pdf3")
|
||||
set(_texformat "platex")
|
||||
elsif(${_export_format} MATCHES "pdf4")
|
||||
elseif(${_export_format} MATCHES "pdf4")
|
||||
set(_texformat "xetex")
|
||||
elsif(${_export_format} MATCHES "pdf5")
|
||||
elseif(${_export_format} MATCHES "pdf5")
|
||||
set(_texformat "luatex")
|
||||
else()
|
||||
set(_texformat "empty")
|
||||
|
Loading…
Reference in New Issue
Block a user