X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FPreamble.h;h=bf12b7b1e358385f57ef6871f8faf0ef06ec1cfc;hb=e15a8f3551f86a2ffa835c344256f2b4703fefb2;hp=f9342efca2a2ba6678ab2c0ca84b4112339ac4b4;hpb=de3e5280f62b1f3efec0ff050d23ae183a010d8d;p=lyx.git diff --git a/src/tex2lyx/Preamble.h b/src/tex2lyx/Preamble.h index f9342efca2..bf12b7b1e3 100644 --- a/src/tex2lyx/Preamble.h +++ b/src/tex2lyx/Preamble.h @@ -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;