]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.cpp
Check for fontspec an configure the GUI accordingly.
[lyx.git] / src / PDFOptions.cpp
index 09bd79652a906447091e27dade3561c8d10ab4a4..1cf32acda40a9aada630a2dfe3d16249bd96a81f 100644 (file)
@@ -185,8 +185,8 @@ int PDFOptions::writeLaTeX(OutputParams & runparams, odocstream & os,
        }
        // FIXME: handle the case that hyperref is loaded by the document class and
        // hyperset is empty, see bug #7048
-       //if (!(hyperref_already_provided && hyperset.empty()))
-       //      os << from_utf8(opt);
+       if (!(hyperref_already_provided && hyperset.empty()))
+               os << from_utf8(opt);
 
        if (need_unicode && enc && enc->iconvName() != "UTF-8"
            &&!runparams.isFullUnicode()) {