]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.cpp
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetIPA.cpp
index e11f0cc1f5186924178c21fe43eeef95ec580bc4..02dad4d455040ebf1585f77cf435033ade6d519c 100644 (file)
@@ -233,6 +233,14 @@ void InsetIPA::latex(otexstream & os, OutputParams const & runparams_in) const
 }
 
 
+void InsetIPA::docbook(XMLStream & xs, OutputParams const & runparams) const
+{
+       OutputParams rp(runparams);
+       rp.inIPA = true;
+       InsetText::docbook(xs, rp);
+}
+
+
 docstring InsetIPA::xhtml(XMLStream & xs, OutputParams const & runparams_in) const
 {
        OutputParams runparams(runparams_in);