Thread: LaTex Tutorial
View Single Post
  #12  
Old November 8th, 2006, 01:55 PM
ashura ashura is offline
Junior Member
 
Join Date: Nov 2006
Posts: 32
Country:
Thanks: 6
Thanked 0 Times in 0 Posts
ashura is on a distinguished road
Default

Posted the following two texts which didn't appear in LaTeX form,

1.
[math]\frac{dy}{dx}(2x^2+6) = 4x[\math]

2.
\documentclass{article}
\begin{document}
[math]\frac{dy}{dx}(2x^2+6) = 4x[\math]
\end{document}

What's wrong?