Babel's "\textlatin" is obsoleted by "\ensureascii".

This commit is contained in:
Günter Milde 2019-03-27 09:52:44 +01:00
parent ecdfeb79fe
commit 2067bff2cb

View File

@ -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