Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!nntp-server.caltech.edu!news From: steveb@vlsi.cs.caltech.edu (Steve Burns) Newsgroups: comp.text.tex Subject: LaTeX parbox environment? Message-ID: <1990Dec12.060102.1081@nntp-server.caltech.edu> Date: 12 Dec 90 06:01:02 GMT Sender: news@nntp-server.caltech.edu Distribution: na Organization: California Institute of Technology Lines: 23 Originator: steveb@juno.caltech.edu Nntp-Posting-Host: juno.caltech.edu In LaTeX, is there some way to define an environment (a \begin{mythreeinchparbox} ... \end{mythreeinchparbox} pair) that behaves the same way as a \parbox{3in}{ ... } ? I thought this would work: ---------------------------- \documentstyle[12pt]{report} \newenvironment{mythreeinchparbox}{\parbox{3in}\bgroup}{\egroup} \begin{document} \begin{mythreeinchparbox} Steve Burns \end{mythreeinchparbox} \end{document} ---------------------------- but it uses \bgroup as the argument for \parbox. Any suggestions? Thanks in advance. (e-mail responses only) -Steve Burns steveb@vlsi.cs.caltech.edu