]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.cpp
How about if we write a script to do some of this and stop doing it
[lyx.git] / src / insets / InsetBibtex.cpp
index 85b6248988e876e9179ad5765002095851f87d97..a38f4a7bb4c6da5a465e2f977ff0e816522f1d90 100644 (file)
@@ -898,6 +898,9 @@ void InsetBibtex::validate(LaTeXFeatures & features) const
 {
        if (features.bufferParams().use_bibtopic)
                features.require("bibtopic");
+       // FIXME XHTML
+       // It'd be better to be able to get this from an InsetLayout, but at present
+       // InsetLayouts do not seem really to work for things that aren't InsetTexts.
        if (features.runparams().flavor == OutputParams::HTML)
                features.addPreambleSnippet("<style type=\"text/css\">\n"
                        "div.bibtexentry { margin-left: 2em; text-indent: -2em; }\n"