]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Format and reversion code for new counter inset.
[lyx.git] / src / tex2lyx / Preamble.h
index 0ec2b4581f4db9c7ce2b46288b100d78dd350e67..42c6069fd24ca4609ccfcd46271ae5b7ecab52a5 100644 (file)
@@ -92,7 +92,7 @@ public:
        ///
        void titleLayoutFound(bool found) { title_layout_found = found; }
        /// Register an author named \p name in the author list
-       void registerAuthor(std::string const & name);
+       void registerAuthor(std::string const & name, std::string const & initials);
        /// Get author named \p name (must be registered first)
        Author const & getAuthor(std::string const & name) const;
        /// Get number of arguments of special table column type \c or -1
@@ -172,7 +172,9 @@ private:
        std::string h_font_default_family;
        bool h_use_non_tex_fonts;
        std::string h_font_sc;
-       std::string h_font_osf;
+       std::string h_font_roman_osf;
+       std::string h_font_sans_osf;
+       std::string h_font_typewriter_osf;
        std::string h_font_sf_scale[2];
        std::string h_font_tt_scale[2];
        bool h_font_cjk_set;
@@ -200,6 +202,7 @@ private:
        std::string h_notefontcolor;
        std::string h_options;
        std::string h_output_changes;
+       std::string h_change_bars;
        std::string h_output_sync;
        std::string h_output_sync_macro;
        std::string h_papercolumns;