I am using a lyx package to make footnotes in a XeTeX document that compiles to a PDF.
The package is:
#\DeclareLyXModule{Bigfoot}
#DescriptionBegin
#Adds some additional footnote insets. Based upon the bigfoot package.
#DescriptionEnd
Format 11
InsetLayout Custom:RoemischeFussnote
LyXType custom
LatexName footnoteR
LatexType command
Decoration classic
Font
Size Small
EndFont
MultiPar true
LabelString "Roemische Fussnote"
Preamble
\usepackage[]{bigfoot}
\usepackage[multiple]{footmisc}
\DeclareNewFootnote{R}[Roman]
\MakeSorted{footnoteR}
EndPreamble
End
The document has globally a line spacing of 1.5 and uses the KOMA-Script class scrbook.
Now my problem is that the footnotes look extremely ugly: They have a spacing of 1 line between different footnotes, but a long footnote that extends to the next line has a line spacing of 1.5 in the paragraph.
Two questions:
How can I set a linespacing of 1 for the complete footnote apparatus?
How can I achieve that different footnotes can share a line and do not get their own line in the footnote apparatus of the page? (some footnotes are very short and it looks quite silly the way it is now.

footmiscand use the according KOMA-Script optionfootnotes=multiple. Question 2 is a RTFM ofbigfootdocumentation. – Speravir Nov 1 '12 at 22:53bigfoot-- as I remember is there a problem. A MWE that shows you you configured your footnotes and shows the quite silly look would be very helpful. – Kurt Nov 2 '12 at 0:41bigfootdocumentation I can see an optionpara, which I miss in your LyXModule. And try out a run withoutfootmisc. – Speravir Nov 2 '12 at 1:22