home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9459 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. Path: sparky!uunet!mcsun!corton!lri!edavid
  2. From: edavid@lri.lri.fr (Erwan David)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Syntax question for LaTeX newenvironment
  5. Keywords: LaTeX
  6. Message-ID: <1992Jul23.173438.14385@lri.fr>
  7. Date: 23 Jul 92 17:34:38 GMT
  8. References: <schwartz.711810279@lead17>
  9. Sender: edavid@lri (Erwan David)
  10. Organization: Laboratoire de Recherche en Informatique
  11. Lines: 29
  12.  
  13.  
  14. In article <schwartz.711810279@lead17>, schwartz@rtsg.mot.com (Steven R.
  15. Schwartz) writes:
  16. |> I'd like to define an fbox that's included in a LaTeX environment,
  17. |> but the "obvious" syntax is clearly incorrect:
  18. |> 
  19. |>    \newenvironment{\boxit}{ <beginning stuff>  \fbox{  }{ }  <end
  20. |> stuff> }
  21. |>                                ^     ^ 
  22. |>                                |     |
  23. |>                               braces for the fbox --+-----/
  24. |> 
  25. |> Of course this won't work, but how do I express that I want the
  26. |> contents
  27. |> of the environment to be boxed?
  28. |> 
  29. |> -Steve
  30. |>  schwartz@rtsg.mot.com
  31.  
  32.  
  33.     Just put in a .sty file 
  34. \def\@boxenv[#1]{\fbox{#1}}
  35. \newenvironment{boxit}{ <beginning stuff>  \@boxenv[}{] <end stuff> }
  36.  
  37.     Erwan
  38. -- 
  39. Erwan DAVID    LRI (Orsay)                edavid@lri.fr
  40.         Ecole Normale Superieure (Paris)    edavid@ens.fr
  41.                             edavid@frulm63.bitnet
  42.