home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9424 < prev    next >
Encoding:
Text File  |  1992-07-22  |  977 b   |  27 lines

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