LaTeX to WordPress Converter

Just created a LaTeX to WordPress Converter: http://mathtuition88.blogspot.sg/2015/12/latex-to-wordpress-converter.html

Currently it is a very basic converter, just changes “$abc$” to “$ latex abc$”. To change back from WordPress to LaTeX, a simple text editor will do the job, with replace “$ latex ” with “$”.

Test code:

LaTeX: From the above inequality $|z^n|>|a_1z^{n-1}+\ldots+a_n|$ we can conclude that the polynomial $p_t(z)=z^n+t(a_1z^{n-1}+\ldots+a_n)$ has no roots on the circle $|z|=r$ when $0\leq t\leq 1$.

WordPress: From the above inequality |z^n|>|a_1z^{n-1}+\ldots+a_n| we can conclude that the polynomial p_t(z)=z^n+t(a_1z^{n-1}+\ldots+a_n) has no roots on the circle |z|=r when 0\leq t\leq 1.

Unknown's avatar

Author: mathtuition88

Math and Education Blog

4 thoughts on “LaTeX to WordPress Converter”

    1. Hi, I am not familiar with Gitbook. However, if it is “ordinary, simple” LaTeX, it should work. Currently my Converter only works for very simple and basic LaTeX expressions.
      In particular, double dollar signs (“$$”), and “\begin{align}” and similar environments would not work.

      Like

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.