PDA

View Full Version : Math symbols, like Pi square root etc...


c55
2006-05-21, 04:32 PM
My kid needs to create a legible chart of her math algerbra, etc homework. Is there an existing stencil or add on that I can get for her so that she can have access to all the various math symbols she might need to use?

Thanks in advance,


C55

JKT
2006-05-22, 12:19 PM
Just use the Character Palette:

http://homepage.mac.com/jtyzack/.Pictures/screenshots/Characterpalette.jpg

To activate it go to System Preferences>International>Input Menu and select it to be active:

http://homepage.mac.com/jtyzack/.Pictures/screenshots/SysPrefInputMenu.jpg

Alternatively, if you want to typeset equations in vector format, you could always install Equation Service (http://www.esm.psu.edu/mac-tex/EquationService/) (you'll also need pdflatex (http://ii2.sourceforge.net/tex-index.html) to get it working). Then you will need to learn LaTeX markup to use it which is a bit of a steep curve...

baptiste
2006-08-17, 06:06 AM
Hi,

better than equation service imho is LaTeXit! Just drag n drop your equation in a vector pdf format, and create your custom stencil. The linkback allows you to change your equation afterwards! (on the next screenshot I'm changing the color in LaTeXit, and the change also affects the equation in Omnigraffle)92

(sure, you'll need to know some LaTeX... but have a look at this screenshot and tell me it's not an obvious notation!)

\int --> integral
\frac{1}{2} --> fraction
\alpha, \beta, \omega, \lambda, \dots
\frac{\partial^2 f}{\partial x^2}
|x|=\left\{
\begin{array}{l} --> array, fields aligned on the left
+x\textrm{, if }x\geq 0\\
-x\textrm{, if }x\leq 0
\end{array}
\right.


91

baptiste
2006-08-17, 06:07 AM
... i forgot, \sqrt{argument} gives you the square root (auto-stretching according to the content)