Page 1 of 1

Equations!

PostPosted: Wed Jul 15, 2015 7:39 pm
by The Admin
This is one that was in the back of my mind for a while, and Dave's recent post prompted me to finally get off my butt and implement it.

Do you enjoy weeding through stuff like a=sqrt((x^5/4)-3) to figure out the intent? Would you prefer to see instead?

Well, now you can!

Click on the following button:
Equation Editor Button.PNG
Equation Editor Button.PNG (32.51 KiB) Viewed 17079 times


You will get a popup like the following:
Equation Editor Box.PNG
Equation Editor Box.PNG (58.11 KiB) Viewed 17079 times


Work through adding your equation, and hit the "Copy to Document" button when done.
Equation Editor Box - Done.PNG
Equation Editor Box - Done.PNG (62.24 KiB) Viewed 17079 times


Or, you can use the "tex" (short for LaTeX, the software behind it) BBCode tag to do it:
Code: Select all
[tex]a=\sqrt{(x^5/4)-3}[/tex]



Use as you see fit, and let me know if there are any issues you run into!