Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: zero line spacing Message-ID: <1990Nov10.022949.20499@csrd.uiuc.edu> Date: 10 Nov 90 02:29:49 GMT References: <7100@castle.ed.ac.uk> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 23 elev35@castle.ed.ac.uk (R C Smith) writes: >How can I set zero line spacing within the figure environment, I have In LaTeX there is a not disabled plain TeX command (as an aside: there are a lot of those, even when they overlap with regular LaTeX commands. So much for the difference between plain TeX and LaTeX) \offinterlineskip that will force all subsequent line (inside the current group at least) to be smack on top of each other. >Sorry for asking such a basic question but I hope that someone can show >me the proper way to do this. The solution is also pretty simple, tho' I doubt that it's ever mentioned in the LaTeX book. But how the solution works isn't simple! >\vspace*{-6.5mm}x=============x=======x\newline >\vspace*{-6.5mm}|.............|.......|\newline Now this I find suspicious. 6.5mm is an awful distance. Are you quite sure that these characters of yours don't have a lot of whitespace on top/bottom? Victor.