]> git.lyx.org Git - features.git/commitdiff
Babel's "\textlatin" is obsoleted by "\ensureascii".
authorGünter Milde <milde@lyx.org>
Wed, 27 Mar 2019 08:52:44 +0000 (09:52 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:22 +0000 (15:48 +0200)
src/LaTeXFeatures.cpp

index d88978128910d42c28ce6b82dc956227846c9909..bed11deff0af715b5fea336fb56bc2feb11bd37a 100644 (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