Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!jarthur!uci-ics!ucla-cs!dorab From: dorab@hilo.cs.ucla.edu Newsgroups: comp.text Subject: modifying the line spacing in a float (in LaTeX) Message-ID: <30196@shemp.CS.UCLA.EDU> Date: 23 Dec 89 01:51:30 GMT Sender: news@CS.UCLA.EDU Reply-To: dorab@CS.UCLA.EDU (Dorab Patel) Organization: UCLA Computer Science Department Lines: 19 i need to double-space (i know, i dont like it either but i need this for my dissertation) a document, but i would like to single-space the floats (figures/tables). the double spacing is done via modifying \baselinestretch in the preamble. i tried the obvious ... \begin{table} \renewcommand{\baselinestretch}{1}\normalsize .... some stuff here ..... \par\renewcommand{\baselinestretch}{2}\normalsize \end{table} but that doesn't work. any ideas ? please email me and i will summarize. thanks 'dorab