mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Add comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32527 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5f04bedb1c
commit
e71268a705
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user