]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.h
fix reading the author field.
[lyx.git] / src / sgml.h
index 73b23346c1b74b70b9d8807f794947e4ba320c49..e3f65c49e01cbce991ee0012d8d48a77b152356e 100644 (file)
@@ -29,11 +29,20 @@ std::pair<bool, std::string> escapeChar(char c);
 
 /// FIXME
 int openTag(std::ostream & os, lyx::depth_type depth,
-           bool mixcont, std::string const & latexname);
+           bool mixcont, std::string const & latexname,
+               std::string const & latexparam = std::string());
 
 /// FIXME
 int closeTag(std::ostream & os, lyx::depth_type depth,
            bool mixcont, std::string const & latexname);
+
+///
+unsigned int closeEnvTags(std::ostream & os,
+               bool mixcont,
+               std::string const & environment_inner_depth,
+               std::string const & item_tag,
+               lyx::depth_type total_depth);
+
 }
 
 #endif // SGML_H