mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
try to clarify a comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38002 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
64bdffbac4
commit
a671dc5851
@ -2593,7 +2593,8 @@ string const BufferParams::loadFonts(string const & rm,
|
||||
// didn't understand "Mapping=tex-text", while XeTeX
|
||||
// understood both. With most recent versions, both
|
||||
// variants are understood by both engines. However,
|
||||
// we want to provide support for at least TeXLive 2009.
|
||||
// we want to provide support for at least TeXLive 2009
|
||||
// (for XeTeX; LuaTeX is only supported as of v.2)
|
||||
string const texmapping =
|
||||
(features.runparams().flavor == OutputParams::XETEX) ?
|
||||
"Mapping=tex-text" : "Ligatures=TeX";
|
||||
|
Loading…
Reference in New Issue
Block a user