]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / src / LaTeXFeatures.cpp
index 5405ce0faf53b14b43464d3cf473f6fbab3d87e5..feab83769981c4c9416dafbb7d6a9e70c5cd9132 100644 (file)
@@ -711,8 +711,9 @@ set<string> LaTeXFeatures::getEncodingSet(string const & doc_encoding) const
 
 void LaTeXFeatures::getFontEncodings(vector<string> & encodings) const
 {
-       // these must be loaded if glyphs of this script
-       // are used (notwithstanding the language)
+       // these must be loaded if glyphs of this script are used
+       // unless a language providing them is used in the document
+       // FIXME: currently the option is written twice in this case
        if (mustProvide("textgreek"))
                encodings.insert(encodings.begin(), "LGR");
        if (mustProvide("textcyr"))