steveb@vlsi.cs.caltech.edu (Steve Burns) (12/12/90)
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