mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Babel's "\textlatin" is obsoleted by "\ensureascii".
This commit is contained in:
parent
ecdfeb79fe
commit
2067bff2cb
@ -1379,7 +1379,7 @@ TexString LaTeXFeatures::getMacros() const
|
||||
if (isRequired("hyperref"))
|
||||
macros << "{\\texorpdfstring";
|
||||
if (useBabel())
|
||||
macros << "{\\textlatin";
|
||||
macros << "{\\ensureascii";
|
||||
// main definition
|
||||
macros << lyx_def;
|
||||
// close conditional wrappers
|
||||
|
Loading…
Reference in New Issue
Block a user