X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FPreamble.h;h=42c6069fd24ca4609ccfcd46271ae5b7ecab52a5;hb=9a1b26a156c913f484ca2293fb2ec1c4986d2a3e;hp=6a29c4549742e1822bf35a2b570b9d1efae91c9a;hpb=dcf06fdb22bf39637aa7e11e59ca281d921fcbc7;p=lyx.git diff --git a/src/tex2lyx/Preamble.h b/src/tex2lyx/Preamble.h index 6a29c45497..42c6069fd2 100644 --- a/src/tex2lyx/Preamble.h +++ b/src/tex2lyx/Preamble.h @@ -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 @@ -202,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;