Parsing LaTeX, where to put the code??
Hello,
I am trying to add Latex to my math forum. I need to call the code below so that when people post with [tex] [/tex] it will render mathmatical equations.
include_once('/full_path_here_to/latexrender/latex.php');
$latextext=latex_content($latextext);
I just don't know in what php file or where to place the code. I tried putting it under the // end smilies in functions_bbcode but that didn't work.
Any help would be greatly appreciated.
Thanks
|