How do I post equations on Physics Forums?

  • Thread starter Thread starter mprm86
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mprm86
Messages
52
Reaction score
0
Where can i find help on posting messages whit equations? I don't want a LaTeX tutorial, just help me posting equations on this forums. Thanks.
 
Mathematics news on Phys.org
I wouldn´t know of any other method than using ASCII or TeX.
 
mprm86 said:
Where can i find help on posting messages whit equations? I don't want a LaTeX tutorial, just help me posting equations on this forums. Thanks.
what you are asking is nearly impossible. Since the forums use LaTex for equations you will have to have some kind of tutorial in LaTex. See this thread for the quick tutorial. You can also click on a thread to get a pop up window with the text entered to create that equation.
 
basically the easiest thing you need to know is just add [ tex] (without space) at the start and end the statement with a [/ tex] without the space.

For the specifics for a particular equation just look at someone elses work

here are some basic though

the \ tell whatever is after it to be trasnlated into a something for example
\pi
[tex]\pi[/tex]

it is also how you do fractions
\frac{4x}{2x}

[tex]\frac{4x}{2x}=2[/tex]

the final thing is the { } which are used for grouping so

5^{3x}
[tex]5^{3x}[/tex]
instead of
5^3x
[tex]5^3x[/tex]