search for: 444c444

Displaying 1 result from an estimated 1 matches for "444c444".

Did you mean: 444444
2011 Feb 02
2
Using MathJax in R's help system
...I made a simple modification on R-2.12.1/src/library/tools/R/Rd2HTML.R with diff: 435c435 < of1('$') --- > of1("<i>") 439c439 < of1('$') --- > of1("</i>") 444c444 < of1('</p>\\[') --- > of1('</p><p align="center"><i>') 447c447 < of1('\\]<p>') --- > of1('</i></p><p>') 688,694c688 <...