|
From: Geisschaes <gei...@us...> - 2005-05-02 12:16:21
|
Update of /cvsroot/macattrick/macattrick/doc/divers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10225/divers Added Files: formula.tex Log Message: formulas added --- NEW FILE: formula.tex --- \documentclass[12pt]{article} \usepackage{graphicx} \usepackage{amssymb} \usepackage{epstopdf} \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} \textwidth = 6.5 in \textheight = 9 in \oddsidemargin = 0.0 in \evensidemargin = 0.0 in \topmargin = 0.0 in \headheight = 0.0 in \headsep = 0.0 in \parskip = 0in \parindent = 0.0in \newtheorem{theorem}{Theorem} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{definition}{Definition} \title{Brief Article} \author{The Author} \begin{document} $\alpha = (f \!\cdot\! fr/8) \!+\!0.4 $ $\beta = st \!\cdot\! str \!+\! k \!\cdot\! kr \!+\! pm \!\cdot\! pmr \!+\! ps \!\cdot\! psr \!+\! w \!\cdot\! wr \!+\! d \!\cdot\! dr \!+\! sp \!\cdot\! spr$ $\gamma = 2\!\cdot\! \log(e) \!\cdot\! er $ score = $\alpha \!\cdot\! \beta \!\cdot\! \gamma$ \end{document} |