mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
* InsetExternal.cpp:
- add XETEX to switch. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29149 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
da251ab6ed
commit
074b66db2f
@ -706,6 +706,7 @@ void InsetExternal::validate(LaTeXFeatures & features) const
|
||||
format = "LaTeX";
|
||||
break;
|
||||
case OutputParams::PDFLATEX:
|
||||
case OutputParams::XETEX:
|
||||
format = "PDFLaTeX";
|
||||
break;
|
||||
case OutputParams::XML:
|
||||
|
Loading…
Reference in New Issue
Block a user