math web syntax

markraz

Full Member
Joined
Feb 19, 2014
Messages
338
hi, what is everyone using on these pages to have the math they post show up correctly
is there a tutorial on it?
thanks
 
hi, what is everyone using on these pages to have the math they post show up correctly
is there a tutorial on it?
thanks

Probably a brand of tex called LaTex, see
ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf
for example although it does not have all of the possibilities

Edit to add: Also, if you highlight and right click a tex statement, you will probably get a menu which has a 'show math as' choice under which will be the tex code.

As an example \(\displaystyle \theta\) would look like
Code:
\theta
and the actual code would have a
Code:
 [tex] [/tex] surrounding the code, i.e.
[tex]\theta[/tex]
 
Last edited:
Probably a brand of tex called LaTex, see
ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf
for example although it does not have all of the possibilities

Edit to add: Also, if you highlight and right click a tex statement, you will probably get a menu which has a 'show math as' choice under which will be the tex code.

As an example \(\displaystyle \theta\) would look like
Code:
\theta
and the actual code would have a
Code:
 [tex] [/tex] surrounding the code, i.e.
[tex]\theta[/tex]

cool thanks
 
Top