]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetBibtex.h
index e48e39ee9c3c950ffc7c7bf7a8707f4e4477c71f..7c85af1d8741c5a6dba2c3cfe5f4276145abfa87 100644 (file)
@@ -26,7 +26,7 @@ namespace lyx {
 class InsetBibtex : public InsetCommand {
 public:
        ///
-       InsetBibtex(Buffer const &, InsetCommandParams const &);
+       InsetBibtex(Buffer *, InsetCommandParams const &);
        ///
        virtual ~InsetBibtex();
        ///
@@ -52,9 +52,11 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "bibtex"; };
+       static std::string defaultCommand() { return "bibtex"; }
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "bibtex"; }