home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14770 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!crcnis1.unl.edu!news.unomaha.edu!unocss!hossein
  3. From: hossein@unocss.unomaha.edu (Hossein Saiedian)
  4. Subject: Re: BOXIT and/or SHADOW
  5. Message-ID: <hossein.726529276@unocss>
  6. Sender: news@news.unomaha.edu (UNO Network News Server)
  7. Organization: University of Nebraska at Omaha
  8. References: <9988699@MVB.SAIC.COM>
  9. Date: Fri, 8 Jan 1993 21:41:16 GMT
  10. Lines: 24
  11.  
  12. LATEX@VTVM1.CC.VT.EDU (RW Hendricks) writes:
  13. >There is a lovely little macro on page 95 of Seroul and Levy's book - A
  14. >Beginner's Book of TeX.  I would like to use it to draw a box around two lines
  15. >of normal text which has the usual // at the end of the first line.
  16. >Unfortunately, LaTeX burps -- gets lost and thinks there is a missing \item.
  17.  
  18. Well, there is also a lovely little macro at SHSU called
  19. boxit.sty. It allows you to include lines of text separated
  20. by \\.
  21.  
  22. >It seems that the style SHADOW at SHSU does the same thing.  I have also had
  23. >zero luck  in using \fbox$some text//And some more text.
  24.  
  25. You can still achieve the same thing by shadow.sty. All you
  26. have to do is to place the \shabox's argument in a minipage 
  27. environment.
  28.  
  29. >Obviously, I still do not understand how to package things inside boxes which
  30. >can be put into these macros.  I hope someone can help set me straight!
  31.  
  32. Normally, if you make the argument of the box macros to be
  33. a minipage environment, you will get around what you want to do.
  34. Also, consider getting fancybox.sty and/or boxedminipage.sty.
  35.  
  36.