X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=7f010b33ca94522ba397e4ff098683c600a7df1c;hb=d1e3d75da226311cb290fc4be3686d6deef7b967;hp=a381e62ef79174f9c2aa97f85bcb98b962e27691;hpb=1f58d53deb3ace7b9df0b3202bda3ef006249777;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index a381e62ef7..7f010b33ca 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -56,6 +56,8 @@ public: std::string const getBabelOptions() const; /// The definitions needed by the document's textclass docstring const getTClassPreamble() const; + /// The language dependent definitions needed by the document's textclass + docstring const getTClassI18nPreamble(bool use_babel) const; /// The sgml definitions needed by the document (docbook) docstring const getLyXSGMLEntities() const; /// The SGML Required to include the files added with includeFile();