How do I typeset this LaTeX integral equation?

  • Context: LaTeX 
  • Thread starter Thread starter X89codered89X
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
X89codered89X
Messages
149
Reaction score
2
[tex]y_2 = y_1 * \int^t ( 1/y_1^2(s) * exp(- integral[.. to (s)]( p_1(z)dz)))[/tex]
is there a page on this site on how to make this crap work?
 
Last edited by a moderator:
Physics news on Phys.org
[tex]y_2 = y_1 * \int^t ( 1/y_1^2(s) * exp(- \int[.. to (s)]( p_1(z)dz)))[/tex]

Click "quote" to see what I did.
Be sure not to use the wrong slash. You need / in the last tex-bracket, and no slash in the first.
 
I suggest looking at this thread:
https://www.physicsforums.com/showthread.php?t=386951
 
Last edited by a moderator:
That post is in need of some updates. I wrote some comments about that in this post. The best way to learn is however to do what micromass suggested: Just hit the quote button next to a post with latex, to see how they did it.
 
Also if you're running Mac OS X, there is a cool piece of software that does exactly this, its called "LatexIt" [it is also very useful when composing texts with mathematical expressions].
http://dl.dropbox.com/u/27412797/screenshot%20copy.png
 
Last edited by a moderator:
You can practice and test code here: https://www.physicsforums.com/mathjax/test/preview.html
 
Last edited by a moderator:
Also, right clicking on the LaTeX image and selecting Show Source can help.