Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!aplcomm!uunet!mcsun!ukc!edcastle!elev35 From: elev35@castle.ed.ac.uk (R C Smith) Newsgroups: comp.text.tex Subject: zero line spacing Message-ID: <7100@castle.ed.ac.uk> Date: 9 Nov 90 14:23:56 GMT Sender: elev35@castle.ed.ac.uk Organization: Edinburgh University Computing Service Lines: 32 How can I set zero line spacing within the figure environment, I have created a set of characters with metafont which are all the same size (1.5mm x 1.5mm) to graphically show my data. I am having to use \vspace* to join the lines up to give a neat result. I'm sure that there must be an easier way. Sorry for asking such a basic question but I hope that someone can show me the proper way to do this. adTHANKSvance Robin Smith elev35@uk.ac.ed.castle An example of what I'm doing... \begin{figure} \begin{wafer} % wafer is my new font of black and white boxes and lines \begin{center} \vspace*{-6.5mm}x=============x=======x\newline \vspace*{-6.5mm}|.............|.......|\newline \vspace*{-6.5mm}|.............|.......|\newline \vspace*{-6.5mm}|.............|.......|\newline % stuff deleted \vspace*{-6.5mm}|+++++++++++++|.......|\newline \vspace*{-6.5mm}|+++++++++++++|.......|\newline \vspace*{-6.5mm}|+++++++++++++|.......|\newline \vspace*{-6.5mm}|+++++++++++++|.......|\newline \vspace*{-6.5mm}x=============x=======x\newline \end{center} \end{wafer} \caption{Hit and miss map} \end{figure}