home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / text / tex / 10849 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.7 KB  |  50 lines

  1. Path: sparky!uunet!mcsun!uknet!mucs!m1!carlisle
  2. From: carlisle@cs.man.ac.uk (David Carlisle)
  3. Newsgroups: comp.text.tex
  4. Subject: bug in window.sty, was: wrapping text around figures
  5. Message-ID: <CARLISLE.92Sep2153656@r8d.cs.man.ac.uk>
  6. Date: 2 Sep 92 14:36:56 GMT
  7. References: <26AUG199210130929@ctrvx1.vanderbilt.edu>
  8.     <TEEGE.92Sep1164815@hphalle0.informatik.tu-muenchen.de>
  9.     <TEEGE.92Sep2145749@hphalle0.informatik.tu-muenchen.de>
  10. Sender: news@cs.man.ac.uk
  11. Organization: Department of Computer Science, University of Manchester
  12. Lines: 35
  13. In-reply-to: teege@informatik.tu-muenchen.de's message of 2 Sep 92 19:57:49 GMT
  14.  
  15.  
  16. The window.sty looks quite nice (I've only just looked at the output
  17. from the example file so far), but before this style lands on an
  18. archive somewhere, please remove the first and last lines.
  19.  
  20. \makeatletter
  21.  
  22. This is not so bad, but is not needed.
  23.  
  24. \makeatother            % disable use of @ as a letter
  25.  
  26. This is a BUG, as it also disables almost all style options that
  27. appear after window in the \documentstyle command.
  28.  
  29. David
  30.  
  31. It is well worth doing a grep (UNIX for search) on your main LaTeX
  32. style directory for \makeatletter. Lots of style files available have
  33. this bug.
  34.  
  35. \makeatletter or \catcode`\@=11 are not always wrong, but they should
  36. never still be in force at the end of the .sty file.
  37.  
  38. David
  39.  
  40. --
  41.                            David Carlisle
  42.                                     JANET: carlisle@uk.ac.man.cs
  43.  
  44.                                     Computer Science Department
  45.                                     Manchester University
  46.                                     Oxford Road
  47.                                     Manchester
  48.                                     England
  49.                                     M13 9PL
  50.