X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftex2lyx.h;h=0591be7c74b215a8c564a5ce97e337efbac12a07;hb=20663fb3b8ef5d3e3b3fbe9fba25feae7f2f08e4;hp=224541f9ed318c0477e378ce18a4a88da59bf307;hpb=949de66956309ea787b86d69a00b72d154b4d4db;p=lyx.git diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index 224541f9ed..0591be7c74 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -81,7 +81,8 @@ void parse_math(Parser & p, std::ostream & os, unsigned flags, mode_type mode); /// in table.cpp void handle_tabular(Parser & p, std::ostream & os, std::string const & name, - std::string const & width, Context & context); + std::string const & width, std::string const & halign, + Context & context); /// in tex2lyx.cpp @@ -113,8 +114,9 @@ extern void add_known_environment(std::string const & environment, extern void add_known_theorem(std::string const & theorem, std::string const & o1, bool o2, docstring const & definition); extern Layout const * findLayoutWithoutModule(TextClass const & tc, - std::string const & name, bool command); -extern InsetLayout const * findInsetLayoutWithoutModule(TextClass const & tc, std::string const & name, bool command); + std::string const & name, bool command, std::string const & latexparam = std::string()); +extern InsetLayout const * findInsetLayoutWithoutModule(TextClass const & tc, std::string const & name, bool command, + std::string const & latexparam = std::string()); /*! * Check whether a module provides command (if \p command is true) or * environment (if \p command is false) \p name, and add the module to the