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

Re: latex notes



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?
> 
> thank you very much
Then maybe LaTeX is an overkill and you can use plain TeX:

% start file.tex

Your intro comment here

$$ display math $$

Comments with some $math$ inline.

\bye
% end file


Sarunas



Reply to: