Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!mcsun!cernvax!chx400!chx400!bernina!neptune!inf.ethz.ch!wyle From: wyle@inf.ethz.ch (Mitchell Wyle) Newsgroups: comp.text.tex Subject: box around verbatim text in a figure Message-ID: <27525@neptune.inf.ethz.ch> Date: 15 Mar 91 07:57:58 GMT Sender: news@neptune.inf.ethz.ch Reply-To: wyle@inf.ethz.ch () Organization: ETH, Zurich Lines: 18 Why can't I put a box around verbatim text in a figure? \documentstyle[12pt]{article} \begin{document} \begin{figure} \begin{tabular}{|c|} \hline % \begin{verbatim} %!!!!!!!!!!!!!!!!!!!!!!! hello world % \end{verbatim} %!!!!!!!!!!!!!!!!!!!!!!! \\ \hline \end{tabular} \caption{hello world} \end{figure} \end{document} I have a lot more text than just hello world to put in my figure...