next up previous
Next: New packages Up: No Title Previous: Why a new

Processing documents with

Documents written for LaTeX 2.09 will still be read by . Any such document is run in LaTeX 2.09 compatibility mode.

Unfortunately, compatibility mode comes with a price: it can run up to 50% slower than LaTeX 2.09 did. If you want to run your document in the faster native mode, you should try replacing the line:

   \documentstyle[<options>,<packages>]{<class>}
with:
   \documentclass[<options>]{<class>}
   \usepackage{latexsym,<packages>}
Unfortunately, this will not always work, because some LaTeX 2.09 packages will only work in compatibility mode. You should find out if there is a version of the package available.

native mode also gives access to the new features of , described in for authors.



Carsten Braeutigam
Sun Jun 25 15:26:52 MET DST 1995