From: Mukund D. <muk...@ho...> - 2003-01-22 19:25:08
|
Hi, Is there any way I can add math symbols/equations in reStructured text ? I could not find any mention of math in the reST specs. I mainly interested in obtaining HTML (math via mathML) and this what I tried. I typed math equations using the TeX markup, by enclosing the equations in '$' symbol. After that I used a tool called itex2mml that converts anything between $ symbols to mathML. Unfortunately, that did not work because reST parser substituted all the '\' in the tex equations, is there way to tell the parser to not touch the text between two $ signs ? Thanks, Mukund _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |