On Thu, Oct 13, 2005 at 04:05:17PM +0200, roberto wrote: > hello > i have to write down some simple mathematical notes for my co-workers > and i need to write them down in latex, of course > is there any simple document class without any title, bibliography and > so on, just something to write a few formulas and some comments on > them? >
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. Victor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]