Pre-requisites: All-forum supported; Latex code Knowledge
The source code isn't made by me; but its a dream come true for any engineer/math teacher's forum & the likes. I happen to come across this http://www.forkosh.dreamhost.com/source_mathtex.html & eagerly wanted to integrate it in my forum.
1)In the sidebar widget I added
or you can add this in title description of the forum (in case you don't have sidebar widgets or any other place such that this code is executed everywhere
2)You can play with these values to get appropriate display results
for instance
color values:blue,black,green,white...
size values:large,normal,small
img values:png,gif
dpi values:upto 300 (increases loadtime)
gammacorrection: upto 4.5 (hit&trial method)

3]You are done. Post a message in this format
Use $latexcode$ to display inline or $$latexcode$$ to display as centered linebreak. All the messages on any page are parsed automatically to generate beautiful calculus/symbols & what not
fOR BEGINNERS:
You can get/generate latex codes from here:
http://www.sciweavers.org/free-online-latex-equation-editor
For an integral of trigonometry this code is generated
we write it as
...& the result

More complex latex codes generate this

such examples can be found here: http://latexsearch.com/home.do
I think such has never been attempted before on forumotion forums, mostly the forums using latex renderers & host the whole rendering engine at their personal servers; which isn't possible for us!!
The source code isn't made by me; but its a dream come true for any engineer/math teacher's forum & the likes. I happen to come across this http://www.forkosh.dreamhost.com/source_mathtex.html & eagerly wanted to integrate it in my forum.
1)In the sidebar widget I added
- Code:
<script type="text/javascript" src="http://www.watchmath.com/main/cgi-bin/mathtex3.js"></script>
<script type="text/javascript">window.mathPreamble =
'\\usepackage[usenames]{color}\\color{brown} \\gammacorrection{0.7}\\dpi{140}\\png \\large ';replaceMath( document.body );</script>
or you can add this in title description of the forum (in case you don't have sidebar widgets or any other place such that this code is executed everywhere
2)You can play with these values to get appropriate display results
- Code:
\\color{brown} \\gammacorrection{0.7}\\png\\dpi{140} \\large
for instance
color values:blue,black,green,white...
size values:large,normal,small
img values:png,gif
dpi values:upto 300 (increases loadtime)
gammacorrection: upto 4.5 (hit&trial method)

3]You are done. Post a message in this format
Use $latexcode$ to display inline or $$latexcode$$ to display as centered linebreak. All the messages on any page are parsed automatically to generate beautiful calculus/symbols & what not
fOR BEGINNERS:
You can get/generate latex codes from here:
http://www.sciweavers.org/free-online-latex-equation-editor
For an integral of trigonometry this code is generated
\int_{0}^{\pi} \sin x \, dx = 2
we write it as
$\int_{0}^{\pi} \sin x \, dx = 2$
...& the result

More complex latex codes generate this

such examples can be found here: http://latexsearch.com/home.do
I think such has never been attempted before on forumotion forums, mostly the forums using latex renderers & host the whole rendering engine at their personal servers; which isn't possible for us!!


