From: Günter Milde Date: Wed, 27 Mar 2019 08:52:44 +0000 (+0100) Subject: Babel's "\textlatin" is obsoleted by "\ensureascii". X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f6b8fb7a6b97e2a6abafb70d06e4ff1d81e0287d;p=features.git Babel's "\textlatin" is obsoleted by "\ensureascii". --- diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index d889781289..bed11deff0 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -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