with:\documentstyle[
<options>,
<packages>]
{<class>}
However, some documents which can be processed in LATEX 2.09 compatibility mode may not work in native mode. Some LATEX 2.09 packages will only work with LATEX2e in 2.09 compatibility mode. Some documents will cause errors because of LATEX2e's improved error detection abilities. But most LATEX 2.09 documents can be processed by LATEX2e's native mode with the above change. Again, the easiest way to find out whether your documents can be processed in native mode is to try it!\documentclass
[<options>]{<class>}
\usepackage{latexsym,
<packages>}