home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!mucs!m1!carlisle
- From: carlisle@cs.man.ac.uk (David Carlisle)
- Newsgroups: comp.text.tex
- Subject: bug in window.sty, was: wrapping text around figures
- Message-ID: <CARLISLE.92Sep2153656@r8d.cs.man.ac.uk>
- Date: 2 Sep 92 14:36:56 GMT
- References: <26AUG199210130929@ctrvx1.vanderbilt.edu>
- <TEEGE.92Sep1164815@hphalle0.informatik.tu-muenchen.de>
- <TEEGE.92Sep2145749@hphalle0.informatik.tu-muenchen.de>
- Sender: news@cs.man.ac.uk
- Organization: Department of Computer Science, University of Manchester
- Lines: 35
- In-reply-to: teege@informatik.tu-muenchen.de's message of 2 Sep 92 19:57:49 GMT
-
-
- The window.sty looks quite nice (I've only just looked at the output
- from the example file so far), but before this style lands on an
- archive somewhere, please remove the first and last lines.
-
- \makeatletter
-
- This is not so bad, but is not needed.
-
- \makeatother % disable use of @ as a letter
-
- This is a BUG, as it also disables almost all style options that
- appear after window in the \documentstyle command.
-
- David
-
- It is well worth doing a grep (UNIX for search) on your main LaTeX
- style directory for \makeatletter. Lots of style files available have
- this bug.
-
- \makeatletter or \catcode`\@=11 are not always wrong, but they should
- never still be in force at the end of the .sty file.
-
- David
-
- --
- David Carlisle
- JANET: carlisle@uk.ac.man.cs
-
- Computer Science Department
- Manchester University
- Oxford Road
- Manchester
- England
- M13 9PL
-