]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.h
New DocBook support
[lyx.git] / src / BiblioInfo.h
index 3ef1ead5f39d92cc1379aca25a4d0a5d5fa07568..4509101fd379486c7b5ed200b3f23e0088b53a02 100644 (file)
@@ -35,6 +35,9 @@ CitationStyle citationStyleFromString(std::string const & latex_str,
 /// the other way round
 std::string citationStyleToString(CitationStyle const &, bool const latex = false);
 
+/// Transforms the information about authors into a <authorgroup> (directly written to a XMLStream).
+docstring authorsToDocBookAuthorGroup(docstring const & authorsString, XMLStream & xs, Buffer const & buf);
+
 
 /// Class to represent information about a BibTeX or
 /// bibliography entry.