]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Extend LATEXIFY command param handling and add literal param.
[lyx.git] / src / tex2lyx / Preamble.h
index f9342efca2a2ba6678ab2c0ca84b4112339ac4b4..bf12b7b1e358385f57ef6871f8faf0ef06ec1cfc 100644 (file)
@@ -151,6 +151,7 @@ private:
        std::string h_font_tt_scale[2];
        bool h_font_cjk_set;
        std::string h_font_cjk;
+       bool h_use_microtype;
        std::string h_graphics;
        std::string h_default_output_format;
        std::string h_html_be_strict;
@@ -194,7 +195,7 @@ private:
        std::string h_pdf_pdfusetitle;
        std::string h_pdf_pagemode;
        std::string h_pdf_quoted_options;
-       std::string h_quotes_language;
+       std::string h_quotes_style;
        std::string h_secnumdepth;
        std::string h_shortcut[99];
        std::string h_spacing;