home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!wupost!gumby!destroyer!ubc-cs!unixg.ubc.ca!msr.triumf.ca!asnd
- From: asnd@msr.triumf.ca (Donald Arseneau)
- Subject: Re: Syntax question for LaTeX newenvironment (with \fbox)
- Message-ID: <22JUL199218505863@msr.triumf.ca>
- News-Software: VAX/VMS VNEWS 1.41
- Keywords: LaTeX
- Sender: news@unixg.ubc.ca (Usenet News Maintenance)
- Nntp-Posting-Host: msr.triumf.ca
- Organization: TRIUMF: Tri-University Meson Facility
- References: <schwartz.711810279@lead17>
- Date: Thu, 23 Jul 1992 01:50:00 GMT
- Lines: 12
-
- In article <schwartz.711810279@lead17>, schwartz@rtsg.mot.com (Steven R. Schwartz) writes...
- >I'd like to define an fbox that's included in a LaTeX environment,
-
- % Framed parbox environment. May contain verbatim mode.
- \def\fpbox{\par
- \setbox\@tempboxa\vbox\bgroup
- \advance\hsize-2\fboxrule \advance\hsize-2\fboxsep \textwidth\hsize
- }
- \def\endfpbox{\egroup\fbox{\box\@tempboxa}\par}
-
-
- Donald Arseneau asnd@reg.triumf.ca
-