On Wed, Oct 17, 2007 at 05:11:57PM -0400, John Lorenc wrote:
> Hello,
>
> Is there any way that I could have a single blank line (12 pt)
> inserted between each of my footnotes using the report class in Lyx?
>
> e.g.:
>
> Here,[1] is,[2] an, example.[3]
>
> _____
>
> 1. Some publication informaton, Single spaced.
>
> 2. Some more, single spaced.
>
> 3. The end, single spaced.
In the LyX menu, go to Document -> Settings... . Click on "LaTeX
Preamble" and in the text area to the right add the line:
\setlength{\footnotesep}{10pt}
Adjust the "10" in "10pt" up or down to your taste.
Chris Menzel