Wednesday, May 2, 2012

How to add Mathjax support to PHPMyAdmin

I use MySQL DBMS for storing my data. I've lot of mathematical data to enter into the database. I guess entering Mathematical data in the form of latex is a best option.(Please feel free to suggest if you think other solutions would be better). We use PHPMyAdmin for data entry into MySQL. Now thing is because we are entering lot of math data. It would be better to see what we are entering. Exactly similar to live preview of math.stackexchange.com. This is where Mathjax comes into picture. Now the big question is how to integrate Mathjax support to PHPMyAdmin?



If you want an example here is the kind of stuff we want to enter into the database:




In first year calculus, we define intervals such as $(u, v)$ and
$(u, \infty)$. Such an interval is a \emph{neighborhood} of $a$ if
$a$ is in the interval. Students should realize that $\infty$ is
only a symbol, not a number. This is important since we soon
introduce concepts such as $\lim_{x \to \infty} f(x)$.



When we introduce the derivative [ \lim_{x \to a} \frac{f(x) -
f(a)}{x - a}, ] we assume that the function is defined and continuous
in a neighborhood of $a$.






No comments:

Post a Comment