[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: latex notes



On Fri, Oct 14, 2005 at 03:23:41AM -0500, roberto wrote:
> On 10/13/05, Victor Munoz <vmunoz@macul.ciencias.uchile.cl> wrote:
> > On Thu, Oct 13, 2005 at 04:05:17PM +0200, roberto wrote:
> > > i have to write down some simple mathematical notes for my co-workers
> >
> > The 'article' class should be enough, as mentioned in other posts.
> >
> > \documentstyle{article}
> >
> > \begin{document}
> >
> > \end{document}
> >
> > You don't need more. If the formulas are simple, then that's all. If they
> > are not so simple, then adding \usepackage{amslatex} gives you many more
> > possibilities.
> >
> thank you very much then, i'll use that article class

Indeed -- use the class, i.e.

    \documentclass{article}

and not \documentstyle, which is an outdated command from the times
before Latex 2e.

Best regards, Jan
-- 
 +- Jan T. Kim -------------------------------------------------------+
 |    *NEW*    email: jtk@cmp.uea.ac.uk                               |
 |    *NEW*    WWW:   http://www.cmp.uea.ac.uk/people/jtk             |
 *-----=<  hierarchical systems are for files, not for humans  >=-----*



Reply to: