mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
BufferParams.cpp: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29771 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ec5e4b26f5
commit
da6e643d3e
@ -1176,7 +1176,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
|
||||
// this one is not per buffer
|
||||
// for arabic_arabi and farsi we also need to load the LAE and
|
||||
// LFE encoding
|
||||
// XeteX works without fontenc
|
||||
// XeTeX works without fontenc
|
||||
if (lyxrc.fontenc != "default" && language->lang() != "japanese"
|
||||
&& !useXetex) {
|
||||
if (language->lang() == "arabic_arabi"
|
||||
|
Loading…
Reference in New Issue
Block a user