Discussion:
double spacing footnotes
Emmanuelle Pierard
2008-07-24 17:14:27 UTC
Permalink
Hello,

I am trying to force latex to double space both the text and the
footnotes of a document. I have these in my document

\usepackage{setspace}
\renewcommand{\baselinestretch}{2}
\begin{doublespace}

*text is here*

\end{doublespace}

This makes the text double-spaced but not the footnotes. Could you
please suggest anything?

Thank you for your help,

Emma
Tom Schneider
2008-07-25 04:22:33 UTC
Permalink
Post by Emmanuelle Pierard
I am trying to force latex to double space both the text and the
footnotes of a document. I have these in my document
\usepackage{setspace}
\renewcommand{\baselinestretch}{2}
\begin{doublespace}
*text is here*
\end{doublespace}
This makes the text double-spaced but not the footnotes. Could you
please suggest anything?
http://www.ctan.org/tex-archive/macros/latex/contrib/caption/

searching the manual for 'double' gives page 10:

doublespacing Double spacing (See section 6.12: setspace)

I haven't tried it but did successfully use the package recently.

Tom

Dr. Thomas D. Schneider
National Institutes of Health
National Cancer Institute
Center for Cancer Research Nanobiology Program
Molecular Information Theory Group
Frederick, Maryland 21702-1201
***@ncifcrf.gov
permanent email: ***@alum.mit.edu
http://www.ccrnp.ncifcrf.gov/~toms/
Peter Pagin
2008-07-25 07:40:07 UTC
Permalink
Hellow Emmanuelle,
I usually use a new command defined by

\newcommand{\note}[1]{\footnote{\begin{doublespace}#1\end{doublespace}}}

with the setspace package loaded. This has worked for me for a couple of
years. There might well be better solutions.

Best,
Peter
Post by Emmanuelle Pierard
Hello,
I am trying to force latex to double space both the text and the
footnotes of a document. I have these in my document
\usepackage{setspace}
\renewcommand{\baselinestretch}{2}
\begin{doublespace}
*text is here*
\end{doublespace}
This makes the text double-spaced but not the footnotes. Could you
please suggest anything?
Thank you for your help,
Emma
_______________________________________________
TeX FAQ: http://www.tex.ac.uk/faq
Mailing list archives: http://tug.org/pipermail/texhax/
More links: http://tug.org/begin.html
Automated subscription management: http://tug.org/mailman/listinfo/texhax
--

Continue reading on narkive:
Loading...