Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwvax!zazen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!jarthur!euler.claremont.edu!dhosek From: dhosek@euler.claremont.edu (Don Hosek) Newsgroups: comp.text.tex Subject: Re: Double-Spaced footnotes Message-ID: <1991Feb27.190157.1@euler.claremont.edu> Date: 28 Feb 91 03:01:57 GMT References: <44827@ut-emx.uucp> <62300@eerie.acsu.Buffalo.EDU> Sender: news@jarthur.Claremont.EDU Distribution: usa Organization: Harvey Mudd College Lines: 43 In article <62300@eerie.acsu.Buffalo.EDU>, xiaofei@acsu.buffalo.edu (Xiaofei Wang) writes: > In article <44827@ut-emx.uucp> vaughan@emx.utexas.edu (Curt Vaughan) writes: > * Is there a way to specify double-spaced footnotes in LaTex? > Yes, LaTeX footnote is separately controlled by baselineskip. By > default it is single spaced even it the text is double spaced. > The following command will do it for you. > \footnote{\baselineskip=2\normalbaselineskip > double spaced footnote} Xiaofei, I thought we'd been through this before. What you specified will not work for the same reasons that the single-spaced footnotes in doublespaced text (for plain TeX) wouldn't work. In any event, remember that LaTeX users don't want to (or perhaps I should say _shouldn't_ want to) clutter up their manuscript with formatting commands. Curt, in what context do you want double-spaced footnotes? If it's a case of wanting to have the entire manuscript doublespaced (for editing purposes), then \renewcommand{\baselinestretch}{2} will do the trick for you. That's in the LaTeX book, although there isn't a useful reference to it anywhere. If you want _only_ footnotes doublespaced, then you need to redefine \footnotesize in a style option. Take a look at the definition of \footnotesize in art10.sty (or whatever the relevant document would be) and modify the argument to \@setsize which gives the \baselineskip (it should be the only argument with units on it) to get the desired baselineskip. -dh --- Don Hosek To retrieve files from ymir via the | dhosek@ymir.claremont.edu mailserver, send a message to | Quixote TeX Consulting mailserv@ymir.claremont.edu with a | 714-625-0147 line saying send [DIRECTORY]FILENAME where DIRECTORY is the FTP directory (sans "anonymous") and FILENAME is the filename, e.g. "send [tex]00readme.txt". There is a list of files in each directory under the name 00files.txt Binary files are not available by this technique.