You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I'm new in rails and i want to implement Tex math formulas in my application, so i find this gem, but i cant figure out how to use it!
Well, I followed the installation process and inserted the following code in a html.erb view home file: <p>\[\int_a^b f(x) dx=F(b)-F(a)\]</p>
So when i run the server and no math function appeared in my page...
I think I'm missing out on something very obvious.Do I have to use <%= mathjax_tag %> to work with the Tex formulas?
The text was updated successfully, but these errors were encountered:
Hello I'm new in rails and i want to implement Tex math formulas in my application, so i find this gem, but i cant figure out how to use it!
Well, I followed the installation process and inserted the following code in a html.erb view home file:
<p>\[\int_a^b f(x) dx=F(b)-F(a)\]</p>
So when i run the server and no math function appeared in my page...
I think I'm missing out on something very obvious.Do I have to use <%= mathjax_tag %> to work with the Tex formulas?
The text was updated successfully, but these errors were encountered: