LaTeX to WordPress

[Download] [Using LaTeX2WP]

LaTeX2WP is a program that converts a LaTeX file into something that is ready to be cut and pasted into WordPress.

This way, you can write, and preview, your post in LaTeX, then run LaTeX2WP, and post into WordPress whatever comes out.

Why would you want to do that? Most users of WordPress wouldn’t.

But if you have ever found yourself typing

<p align="center"> $ latex \displaystyle \mathop{\mathbb E}_{x\sim X} f(x):= 1 \ \ \ \ (1)&fg=000000$ </p>

in order to get

\displaystyle \mathop{\mathbb E}_{x\sim X} f(x):= 1  \ \ \ \ (1)

and wondered whether there is a better way, maybe this is for you.

WordPress does a good job supporting simple LaTeX expressions. You type $ latex 2^{2^k}$, and out comes 2^{2^k}. There are, however, some inconveniences if you are typing something more complex:

  • The editor windows is small, and it can be slow to save and produce a preview;
  • Simulating LaTeX’s displayed equations is a bit painful. If one wants to have numbered equations, they have to be numbered by hand; if one wants to insert one more equation or rearrange the order of presentation, equations must be renumbered by hand, and so do all references to equations;
  • If one wants to publish the notes/ expositions posted on WordPress, then one needs to convert them back to LaTeX.

There are also smaller concerns: for example some WordPress themes (including in theory‘s one) typeset LaTeX equations in gray. This can be changed by appending &fg=000000 to every formula, which is nice to automate. If you are used to having simple macros like \E for expectation, it is annoying to have to type {\mathop{\mathbb E}} each time.

With LaTeX2WP you write your whole post in LaTeX, and use LaTeX to preview it. You cannot use arbitrary macros, but any macro that can be implemented by a simple substitution can be easily added. Any set of theorem-like environments such as theorem, lemma, proposition, remark, etc. can be defined, with any combination of counters. Displayed equations are automatically numbered and centered, and all math equations are typeset with black fonts. The LaTeX commands \label, \ref and \eqref are supported, and \ref and \eqref translate to clickable links. You also maintain a LaTeX source for your post, which is ready for publication in another venue.

So far LaTeX2WP has been used at what’s new and here, at in theory. You’ll notice that the typesetting styles for theorems and section names look different. It is easy to modify the typesetting options to suit your own taste.

I would like to thank Terry Tao with his patience while using a very buggy early version and suggesting several useful improvements.

LaTeX2WP is distributed as free software with a GPL 3 license.

(More or less, this means that you can do with it whatever you like. If you create and distribute a modified version, however, you must distribute it as free software under the same GPL license and credit me for having written the original version.)

If you would like to try it out, click the download tab. If you would like to learn more about the features and limitations of LaTeX2WP, or if you are using it and have a question or a bug report, click the using LaTeX2WP tab.

If you end up using it, do let me know, by commenting on this page or by sending an email to LaTeX2WP at gmail dot com. Do include a link to your blog.

300 thoughts on “LaTeX to WordPress

  1. Pingback: Converting LaTeX to WordPress « in theory

  2. Luca,

    This sounds great. Thanks for making this available. I maintain a blog for my coding theory course and the limitations of wordpress LaTeX support has been somewhat annoying. I’m looking forward to using your program to make my life much easier. Thanks again.

  3. Excellent! Would you consider licensing this under GPL V2 or GPL V2+? Some people at big companies (e.g. Microsoft) can’t contribute to GPL3 software because of its terms regarding patents.

  4. Cool! I’ll give it a try, definitely.
    Meanwhile, I have invented my own little hack to type maths in WP by using an external editor (vim in my case) that is called up by a Firefox plugin called It’s all Text, and where I have few pre-defined abbreviations to speed up the typing, e.g. $$ to type “$ latex”, i.e. the beginning of LaTeX formula, ZZ for the proper mathbb symbol for Z, etc etc.

  5. I think I have found some bug: I typed
    \begin{document}
    $\Phi:I_1 \to I_2$
    $$\Phi \circ T_1=T_2\circ \Phi$$
    \end{document}

    But I obtained

    {\mathop{\mathbb P}hi:I_1 \rightarrow I_2} \displaystyle \mathop{\mathbb P}hi \circ T_1=T_2\circ \mathop{\mathbb P}hi

    I would call it the phi-bug 🙂

  6. You are right, it’s because the substitution rule used to render \P as \mathbb P is applied to every occurrence of ‘\P’ even if \P is followed by other alphabetic characters, and so is a different LaTeX command. I’ll fix this in the next revision (which should be coming out by the end of the week)

  7. Pingback: LaTeX2WP Update « in theory

  8. Pingback: 580 -Cardinal arithmetic (7) « Teaching page

  9. Hi,

    I just made public the first post I wrote using your program. Thank you very much! You have saved me hours already. (The link in the previous comment is from the blog.)

    There were a few (minor) strange anomalies during the conversion:

    1. The first two lines disappeared; instead, it only appeared “Luca Trevisan” (and a link).

    2. I had a definition by cases that refused to compile. I have used the LaTeX array command in previous posts, so I am not sure what the issue was.

    3. The last line from paragraph -7 disappeared.

    4. A few things were supposed to appear in blue, but didn’t.

    (I am not sure whether I should have posted the bugs here or in the entry for Using LaTeX2WP; sorry.)

  10. Andres: I am happy the program (sort of) works for you.

    I wonder what causes the problems you had. If you send me the LaTeX source (at the address latex2wp at gmail dot com) I could try to replicate those anomalies and understand what caused them.

  11. Pingback: 305 -5. Extensions by radicals « Teaching page

  12. Pingback: Hardness of approximation - Lecture 1 « Expanders, Property Testing and the PCP theorem

  13. Pingback: Only A Test « Mr Toms MathPhys Extravaganza

  14. Hi there! Finall I manged to get the time to finish my post using your program and I have to say that it came out very good. The only down side is that I had to change my theme. I used to have a black background theme but since the text in theorem-like environments grayish it’d been harder to read for my two or three usual readers. I tried to understand why this was so but couldn’t solve the problem and just changed the theme.

    Anyway thanks a lot for providing us with a tool that makes math easier on WordPress.

    Real Analysis – Limits and Continuity

  15. Just to tell you that I managed to bet back to my old theme since I could sort out the html code in order to get tables around my theorem like environments.

    Once again thanks a lot for this tool.

  16. I thank you for this program. One issue math inline seems to be typeset below the line more than it should. Is that a wordpress issue or is that something we can fix?

  17. Excellent script suit. I was so annoyed by the wordpress message ‘unable to parse the equation’,until I hit upon this site. This did wonders to me. Thank you so much for sharing the script.
    I am looking forward to have tikz/pgf supported as well:-)

    Best regards
    R

  18. Pingback: Welcome « VeRTEx

  19. Thank you very much for this great program.

    ¿Is it posible to set latex2wp up so that it works with a utf-8 source file? Since I write primarily in spanish it’s a minor inconvinience to have to add the accents later… Typical example: “demostración” converts to “demostración”.

    Thank you once again.

  20. Pingback: LaTeX2WP minor update « in theory

  21. To pablolessa:

    You can use the Spanish option of the babel package.
    Some texts that I write in Portuguese are done that way and I’m not having any problems with accents so far.

  22. Pingback: About the Blog « Math Questions

  23. Pingback: An interesting inequality due, perhaps, to Kashin « Mathematical Remarks

  24. Pingback: O displaystyle do LaTeX permite uma melhor visualização no WP « problemas | teoremas

  25. Pingback: Latex2wp Example.html « random terrain

  26. I’ve been using LaTeX2WP and find it quite useful when contributing to the Delta Epsilons group blog (deltaepsilons.wordpress.com).

    Thanks for making it available!

  27. Dear Luca, thanks for your work.

    But actually I know nothing about python. When I write pyhton latex2wp.py example.tex in the command line, I read this message:

    File ‘”, line 1
    python pyhton latex2wp.py example.tex
    ^
    SyntaxError: invalid syntax

    Help me, please…

  28. First of all: Great tool! I am currently trying it and have two observations:

    1) \noindent is noz recognized
    2) \newcommand does not parse

    Any idea? Especially on the second? Thx in advance.

  29. Pingback: Lect 3: Stable Marriage Problem « Introduction to Algorithm Analysis and Design

  30. A couple more observations of no real practical concern, but probably nice to know:

    1) \nonumber is not supported
    2) paragraphs before and after \begin{description} seem to get deleted occasionally.
    3) \usepackage[all]{xy} is not supported (that seems to be WordPress)

    The output in my blog currently looks ‘Taoesque’. How can one steer that more towards ‘in theory’ style? Is this because of the &fg=000000? A small hint would suffice. Thx.

  31. Luca, the program is great. Thank you for it.

    My question: Since I am publishing in German, I would like to habe “Satz” instaed of “Proposition” e.q. I tried to chace it in macrosblog.tex

    \newtheorem{proposition}[theorem]{Satz}

    no result. Then I worked through latexwpstaly.py, but I don’t know how th chance it there. Al what I have done produced error messages.

    Is this coded soemwehre else? Can you please help me?

    Thanks
    Ulrich

  32. Dear Luca,
    This is an excellent tool! I have a feature request. Is it straight-forward to have fixed-width columns in a tabular environment? I mean the p{width} or m{width} type columns in standard latex tabular environment. I am typesetting a table for my blog for which I need it.

    best
    Shalin

  33. I have ended up typesetting two pages with this script.My home page at http://shalin.wordpress.com and a post http://wp.me/p8BPt-4d. The M variable in latex2wpstyle.py seems like the key to extension. I want to add support for font-sizes and typesetting of code. I tried adding following substitution strings:
    [“\\begin{verbatim}”,”

    "],
    	  ["\\end{verbatim}","

    “],
    [“\\begin{large}”,””],
    [“\\end{large}”,””]
    But nothing happens. It seems every environment that is not listed in theorem-type environments in latex2wpstyle.py is ignored. Is that true? Is there a straightforward way of adding support for the above.

    Once again, thanks.
    Shalin

  34. Oh, the interesting bits were interpreted out. Following is what I tried. per=pre, sapn=span.
    [“\\begin{verbatim}”,””],
    [“\\end{verbatim}”,””],
    [“\\begin{large}”,””],
    [“\\end{large}”,””]

  35. Alright, the angular brackets are a culprit. Removed them.

    [“\\begin{verbatim}”,”pre”],
    [“\\end{verbatim}”,”/pre”],
    [“\\begin{large}”,”span style=\”font-size:x-large;\””],
    [“\\end{large}”,”/span”]

  36. Pingback: Feedback Statistics « Introduction to Algorithm Analysis and Design

  37. Pingback: Project Proposal « Dynamic Programming and Stochastic Control

  38. Pingback: Long LaTeX posts in WordPress.com « Math840's Blog

  39. Hi-

    This converter is excellent thanks! I should begin posting articles regularly at:

    http://bfrank.org/overeducated/

    So far, I am doing footnotes and references manually, (I am not a clever enough programmer to code such things), so I hope this support will be provided at some point.

    Thanks!
    -Steve

  40. Pingback: LaTeX nach WordPress – Der Schockwellenreiter

  41. Pingback: Latex2WP « Ceterum Censeo

  42. Pingback: Displaying mathematics on the Web « What’s new

  43. Pingback: LaTeX to WordPress. Something for my col… « Paul M. Watson

  44. It would be great to also make automated conversion from LaTeX to some wiki formats (e.g. MediaWiki and wikidot.org). I think we are to add it in a future version of “LaTeX to WordPress”.

  45. Pingback: LaTeX in WordPress « A test

  46. Pingback: Displaying maths online, II « What’s new

  47. I didn’t end up using your script as is, because I’d already written one by the time I found this. I did borrow from it though and now use the p align center stuff that you did for my wordpress blog (http://peeterjoot.wordpress.com/)

    My script, a version of which is here in case anybody else wants to use it is here:

    http://sites.google.com/site/peeterjoot/math2009/tex2blog

    (includes an option also for experimental conversion of latex to mathml output for blogger where javascript is allowed).

    A couple differences from your script:

    – I can’t grok the python used enough to modify yours to do more complex macro replacements, and cobbled together some using perl that mostly work.
    – I require the latex be compiled since I use the .aux and .bbl files to generate equation numbers and bib contents.

  48. Pingback: LaTex Example « Euler's maze

  49. Braces should be removed from the text, as in this example:

    \documentclass{letter}
    \begin{document}

    {Braced}

    \end{document}

    In HTML generated by L2WP “Braced” is erroneously shown braced.

  50. Pingback: LaTeX2WP, Princeton grad student seminar, and characteristic polynomial coefficients « A Day in the Life of a Wild Positron

  51. To porton: There are tools such as latex2wiki and latex2qwiki. Google will reveal them immediately.

  52. Pingback: Feedback 3 statistics « Introduction to Algorithm Analysis and Design

  53. Pingback: QuickLinks vom 17. November bis zum 24. November — instant-thinking.de

  54. Pingback: using latex for wordpress « Musings of a curious mind

  55. Hi Luca,

    Thanks for this converter. Currently, the lines enclosed in \ifblog…\fi are also processed and have their double returns converted to and their multiple spaces/single returns to a single space. If this structure is used to put source code in WordPress, this changes the formatting, which is undesirable. Is there a way to suppress this processing so that a verbatim sort of environment is provided by \ifblog…\fi—I see where this is done in latex2wp.py but when I suppress the corresponding lines, display style equations don’t get the WordPress latex affix and suffix appended to them— or better yet, to provide support for listings environment?

  56. Pingback: A great tool « Rolfe's Lecture Notes

  57. Pingback: LaTeX in WordPress « Eikonal Blog

  58. Pingback: Lecture material 1: Introduction, linear codes « Introduction to coding theory (CMU, Spr 2010)

  59. Hi Luca!

    I’m already using your script at my wordpress.com blog but I tried using it at blogger too (using also a javascript that allows for LateX code to be rendered) but I had some problems with it. For some reason hyper references don’t work…

    Do you mind if I send you via email my changed code to see if you can help out a bit with the hyper references bug?

  60. Pingback: Using LaTeX in WordPress « God, Your Book Is Great !!

  61. Pingback: LaTeX Blogging with Emacs « Curious Reasoning

  62. Pingback: More on Blogging in Latex « Curious Reasoning

  63. Pingback: Thw show is back on the road « Climbing the Mountain

  64. Pingback: A new address « Climbing the Mountain

  65. Pingback: Return to LaTeX | neverendingbooks

  66. Pingback: Posting items to my blog using wplatex « Division by Zero

  67. Pingback: Really having problems with Latex « Worked Problems in Physics

  68. Pingback: LaTeX wordpress problems solved « Worked Problems in Physics

  69. Hello there. First of all I wanted to let you know I am using Latex to WP for my blog. I only have very few entries so far but I have noticed that latex code is always very blurry. I am sure this is not a problem of latex2WP but I do not really know where to ask to solve the problem. Look here for example

    The Discrepancy function in two dimensions.

    Any help would be most appreciated!

  70. I’ve just see your blog and it doesn’t seem to be blurry at all. Does your equations look blurry in all computers you use? Have you tried changing themes just to see how it looks like?

  71. Thanks for the answer. I just realized that the problem was my browser’s settings. For some reason the size was reduced from the default (-1 from the default) and that made the latex part of the blog look blurry. Same effect if you increase the size (cmd/cntrl+ or cmd/cntrl -). So that way i discovered that latex code looks nice only with the default size for web pages.

  72. Pingback: Gettin’ Started « I study

  73. Pingback: I learn

  74. Pingback: Mathematical Approaches to School Districting » April 10, 2010: how time flies…

  75. Pingback: For those using LaTeX | The Cryptography Reading Group

  76. Pingback: Convert/Use Latex for HTML « 01law's Blog

  77. Pingback: Итоги дистанционной авантюры | Hsecoopgames's Blog

  78. Pingback: TeX and LaTeX links « Eikonal Blog

  79. Pingback: LaTeX e Wordpress: LaTeX2WP | Incerteza em Princípio…

  80. Pingback: TeX杂文——转自ChinaTeX新浪博客 | Sun Ju's Blog

  81. Pingback: Wordpress help « Introduction to Algorithm Analysis and Design

  82. I installed the 64-bit version of Python 3.1 on my 64-bit Windows 7 computer and followed the compile instructions. Running the command

    python latex2pw.py example.tex

    inside a terminal window in the directory containing the file example.tex does not create a file named example.html. Instead it produces an error message as follows:

    Traceback (most recent call last):
    File “latex2wp.py”, line 657, in
    s=extractbody(s)
    File “latex2wp.py”, line 140, in extractbody
    for i in range(1,(len(L)+1)/2) :
    TypeError: ‘float’ object cannot be interpreted as an integer

  83. Pingback: Project Update Sept 2010(and other small things). « Acyrl's Blog

  84. Pingback: First post « Indiscernable

  85. Pingback: Blog for Graduate Computational Complexity 2010 | Computational Complexity, Fall 2010

  86. Pingback: Link problems : Markdown versus latex2wp.py | neverendingbooks

  87. Pingback: About « mathTHÍCHinTOÁNmyHỌCbrain

  88. Great program – thanks very much. I’m now using it to produce pages for my physics/math tutorial blog at http://physicspages.com/.
    One little snag I found with it though. When converting an eqnarray*, each line of the array is rendered using inline format so that fractions are squashed to fit into a single line. Even though the array as a whole has a \displaystyle tag, it seems not to affect the array elements. I’ve fixed this by converting an eqnarray* to a “eqtabular” object of my own invention, and then converting each element within that table into a separate Latex element with its own \displaystyle tag.
    As I’ve never written anything in Python before, I’m not sure how robust my fix is though.

  89. Pingback: Hello world! | conlatio

  90. Pingback: Guidelines for adding new posts « ISM and Star Formation

  91. Pingback: Recurrence and genericity – a translation from French « Area 777

  92. Pingback: The Simplex Algorithm | Jingjin Yu

  93. Pingback: Reviewing the regularity theory of elliptics PDEs via the Laplace equation. Part I. «

  94. Pingback: Karhunen-Loève expansions: A primer « Electric Death Metal

  95. Pingback: A (Hopefully) Concise Introduction to the Simplex Algorithm | Jingjin Yu

  96. I had to add in line 255:
    while T[p-1] != “\\end{tabular}” and T[p-1] != “\\end{btabular}”:
    if format[i]==”|” :
    i=i+1
    continue
    (cut horizontal lines)

  97. Pingback: Latex2wordpress « under the sun

  98. Pingback: Lovasz theta number « a short fat boy and his chalkboard

  99. Pingback: Diversions: project Euler | The Approximist

  100. Pingback: Latex to Blogger powered by MathJax (Experimental) | Vision and around

  101. Pingback: testing out some LaTex « "pewter walruses fight under sparkling orange trees yelling obscure mantras"

  102. Pingback: The Riesz Representation Theorem – I « Nirakar Neo's Blog

  103. Pingback: You might be wondering: Mathematical blogging « Yang-Baxter Equations & Integrable Systems – 2011

  104. Pingback: Welcome: 2011 Edition! « VeRTEx

  105. Pingback: The strong converse for the MAC, part 3 « An Ergodic Walk

  106. Pingback: A few more thoughts and advices about LateX « The Quantum Gang

  107. I just found out about the “latex” a month ago. Then finally I tried to write using the latex and the results are excellent. but had to be careful if you do not want to error.

  108. Pingback: Power tool for mathematical blogging « Brenton LeMesurier

  109. Pingback: LaTeX to WordPress (latex2wp.py) « Guzman's Weblog

  110. Pingback: LaTeX to WordPress (latex2wp.py using terrystyle.py) « Guzman's Weblog

  111. Hey, do you know if it is possible to use Cyrillic letters like Ж or Д in LaTeX formulae? I expect you’d need to load a new packet or something but I’m not sure how.

    Could anyone shed some light on the situation?

  112. Pingback: On Writing Posts | musingsbymats

  113. I made a simple change and now it is possible to use the enviroment align*,

    Just change this piece of code in latex2wp.py

    “””
    changes $$ … $$ into \[ … \] and reformats
    eqnarray* environments as regular array environments
    “””

    doubledollar = re.compile(“\\$\\$”)
    L=doubledollar.split(m)
    m=L[0]
    for i in range(1,(len(L)+1)/2) :
    m = m+ “\\[” + L[2*i-1] + “\\]” + L[2*i]

    m=m.replace(“\\begin{eqnarray*}”,”\\[ \\begin{array}{rcl} “)
    m=m.replace(“\\end{eqnarray*}”,”\\end{array} \\]”)

    return m

    for

    “””
    changes $$ … $$ into \[ … \] and reformats
    eqnarray* environments as regular array environments
    “””

    doubledollar = re.compile(“\\$\\$”)
    L=doubledollar.split(m)
    m=L[0]
    for i in range(1,(len(L)+1)/2) :
    m = m+ “\\[” + L[2*i-1] + “\\]” + L[2*i]

    m=m.replace(“\\begin{eqnarray*}”,”\\[ \\begin{array}{rcl} “)
    m=m.replace(“\\end{eqnarray*}”,”\\end{array} \\]”)

    m=m.replace(“\\begin{align*}”,”\\[ \\begin{array}{rl} “)
    m=m.replace(“\\end{align*}”,”\\end{array} \\]”)

    return m

    I think that with patience it’s possible add many others enviroments.

    Regards.

  114. Maikol: I didn’t implement macros with argument. it’s at the top of the list of desired features for a future release.

  115. This is a great tool. I get very good results using it. Way better than the direct way, and the color of the equation text is different and stands out. Thank you.

  116. Pingback: Pochhammer Symbol, Brought to You by latex2wp « its like melting

  117. Pingback: By the power of python, from Latex to wordpress | Room 196, Hilbert's Hotel

  118. Pingback: Convert your LaTeX file to WordPress smoothly with LaTeX2WP « okaydavid

  119. Pingback: Hello… | My Math Blog

  120. Works like a charm! Thanks!

    I’m using it on my (non-public) research lab-journal wordpress site.

    I had to change the $\latex to $$ since that what my latex plug-in uses but other than that I’ll use it as is.

    Thanks again.

    Ran

  121. Pingback: Complex Analysis « Andy Soffer

  122. Pingback: Visto nel Web – 34 « Ok, panico

  123. Pingback: De Latex a WordPress « Memorandum Matemático

  124. Using your program at studeocs. It’s very nice so far! I need to include citation information in my blog (for example, have a bibliography at the end of the post and numbered in-document links within the text). Any idea how I could automate that? I’ll be using a bib file for all my references. Thanks.

  125. HI, I just started blogging and posted my very first blog with your latex to wordpress script. It is very nice, Thanks!

    The only thing I noticed is that it seems the following escape sequences are not converted correctly:
    1. “\{” or “\}” is rendered “{” or “}” in latex but “\{” or “\}” in latex2wp
    2. “\verb|…|” is rendered “…” in latex but “\verb|…|” in latex2wp
    3. “\^{}” is rendered “^” is latex but “\^{}” in latex2wp

    Please let me know if there is a way to print those special symbols consistently in both latex and latex2wp 🙂

    Thanks

  126. To render curly brackets, put them in a math environment: $\{$ will render as {. Same for ^. Unfortunately there isn’t a simple workaround for the verbatim mode of latex

  127. Pingback: LaTex display « Free Mind

  128. Pingback: (LaTeX) implementation : random measures

  129. Pingback: AC, part III: Choice in context | whateversuitsyourboat

  130. Pingback: Hello « Anurag's Math Blog

  131. Hi Luca!

    I think that if you use some service like github.com to share the code, the community maybe could improve it. This script is very useful and I’ll be glad to help at least a little.

    Regards.

  132. I think this is among the most important info for me.
    And i’m glad reading your article. But wanna remark on few general things, The site style is great, the articles is really great : D. Good job, cheers

  133. Pingback: Latex2WP: the easy way to use latex on a wordpress.com blog « Neon-Watty

  134. Pingback: LaTeX to WordPress « theundefinedlimit

  135. Pingback: AC, part III: Choice in context | whateversuitsyourboat

  136. Pingback: Expected switching for the Dirichlet distribution | Drunks&Lampposts

  137. Supply basic details of a phone number like name of the owner, address and the number itself to get a search will
    underway. This process only allows for two removals, so if you have multiple entries in their
    database, you may have to use other email addresses to remove all instances
    of your information from their website. How can I do reverse cell phone lookup to find
    who owns it.

  138. Pingback: Alternate derivation of linear response function | Joshua Goings

  139. Pingback: Derivation of Time Dependent Hartree-Fock (TDHF) Equations | Joshua Goings

  140. Pingback: The central amenability constant of a finite group: Part 2 of n | Since it is not ...

  141. Nice post. I used to be checking continuously this blog
    and I am inspired! Extremely useful information particularly the final phase :
    ) I take care of such information much. I used to be looking for this certain
    info for a very long time. Thanks and best of luck.

  142. Pingback: A (Hopefully) Concise Introduction to the Simplex Algorithm | Jingjin's Notebook

  143. My client George is a good start. Technology and Jealousy in easy weight loss tips Why
    do we get jealous that our partner is always on their phone
    or constantly checking their social network account.
    In conjunction with a qualified medical professional, the symptoms of this addiction?
    So, what can we do in easy weight loss tips to stop communication break down
    and our relationship. A counselor may provide you with healthy coping mechanisms to relieve jealous feelings.

  144. This diet promises that after a few days of following Sean Murray Weekly Diet Plan.
    The dried green stems of three species in Asia equisetina ephedra, Academia Sinica, ephedra, you will have plenty of hours in
    your life. Some of the ingredients in Banital may
    support weekly diet plan. Huge numbers of people are afflicted by an underactive thyroid.

  145. Pingback: $latex LaTeX$ | Brain Design

  146. Pingback: LaTeX2WPSC – LaTeX у wordpress.com конвертор | м4т3м4т1к4

  147. We had to construct you just one very small comment too finally thanks quite definitely over again for your attractive facts you’ve reviewed on this web site. It is often really open-handed with persons just like you to allow quickly juat just what a few individuals probably have marketed being an automated e-book to assist along with generating a number of dough for his or her very own conclusion, just remember given that you have attempted it in the event you wanted. These tips likewise acted similar to a great way to fully grasp lots of people have identical attention similar to my personal unique to find out an increasing number of in respect in this make a difference. I believe there are several more pleasurable predicaments in the beginning for many who commence studying your own log submit.

  148. Pingback: LaTeX and WordPress.com | Thiago G. Martins

  149. Pingback: Test for LaTeX2WP | Elliot's Blog

  150. Pingback: Prelim Practice Questions- SVAR Application: | Regress Forward

  151. Pingback: Short Latex Helper | mathtuto

  152. Pingback: From Proofs to Prime Numbers: Math Blogs on WordPress.com — Blog — WordPress.com

  153. Pingback: From Proofs to Prime Numbers: Math Blogs on WordPress.com | CÔNG TY IN ẤN QUANG MINH

  154. Pingback: From Proofs to Prime Numbers: Math Blogs on WordPress.com | Electrician Richardson

  155. Pingback: math | electericity

  156. Pingback: An intuitive introduction to calculus «mixedmath mixedmath

  157. Pingback: 5 Short Proofs of Simplified Stirling’s Approximation | Dirty Mathematics

  158. Pingback: An intuitive introduction to calculus » mixedmath

  159. Pingback: Math Blog Snippet | the Cyclic Grizzly

  160. Awesome! I was about to write an app like this. Looks like I can focus on math instead 😛

  161. Pingback: Writing posts with Lyx / LaTeX | Physics pages

  162. Pingback: Fundamental domains | Not really blogging

  163. Pingback: Luonnolliset luvut ja Peanon aksioomat | Välttämättömiä johtopäätöksiä

  164. Pingback: Friendly Introduction to Sieves with a Look Towards Progress on the Twin Primes Conjecture » mixedmath

  165. Pingback: More on Latex in WordPress. | didgaha

  166. Pingback: Moving over « The Quantum Gang

  167. Pingback: Moving over | Climbing the Mountain

  168. Pingback: Wrapping my head around the conjugacy of the shift map on the quadratic map | Paul Tan's Blog

  169. Pingback: Using double dollar signs for display latex expressions issue in wordpress.com | Just econ it

  170. You’ll for certain do not have something to lose with Adiphene, thus for those
    that actually need to slim while not losing their time and power,
    then Adiphene is that the product for you. This means
    thay everybody who makes use of Adiphene should shed pounds.
    Adiphene Weight Loss Supplements Offers a Unique 25% Discount n select package fr Online B Worldwide If the online critiques are something to go by, Adiphene is an efficient
    weight-loss option.

  171. Pingback: coppelia | Expected switching for the Dirichlet distribution

  172. Hi Luca, thank you for your wonderful LaTeX-to-WordPress program. Just wanted to let you know that I have been using it for my recent posts and have shared this page so that others can also find out about the program.

  173. Pingback: Personal website, and sharing (esp. learning) resources | Math is hard

  174. Thank you very much!

    I wanted to construct a table and it worked great. It would be perfect if we could construct vertical lines separating the table using tabular (e.g. something like \begin{tabular}{c||cc|cc}) but it seems that the program could not parse it.

  175. Pingback: Latex to WordPress | Αποδείξεις από το βιβλίο

  176. Pingback: Share information: Luca Trevisan’s LaTeX to WordPress converter | Statistics Hacks

  177. Hi Luca,

    Thanks for the program. I played around with your code and I have implemented the align environment (not the align* one). I can send you the modified code. Since I am not really familiar with Python, I just did somethings with trial and error. I would be happy if you can check the changed code and write it in a better way and update the version, since mine looks like a mess!

    If you are interested let me know.

    Thanks!

  178. I do consider all of the ideas you have introduced on your post.
    They’re really convincing and can certainly work. Nonetheless, the posts are too quick for novices.

    May just you please prolong them a little from subsequent time?
    Thanks for the post.

  179. Pingback: De Latex a WordPress | Notas breves de Matemáticas

  180. Pingback: Holographic Algorithms Part 1: Matchgrids and the Holant « for formal reasons

  181. Pingback: LaTeX hacks to save your life (and your co-authors’) | The Molecular Ecologist

  182. Pingback: The importance of sketching. The best way to learn is to write. | thoughtsonthecommontoad

  183. Pingback: Streamline your latex into wp | rtraba

  184. są pochopne wyrazić sumę stwórz matrymonialnych, jednocześnie spośród zacisznymi,
    jeśli obejmują że znaczenie się na nie sprowadzi im
    nazwaną pociecha. Istnieją poważnie chłodne i jeśli rzeczywiście to potrafię ucapić – sztywne.
    W 4 faktach na 5 zdecydowanie zaciekawione zostawieniem rozporządzeń do
    skupionego majątku.

  185. Pingback: Using LaTeX on WordPress | Proper Physics

  186. Pingback: The Sign of the Quadratic Gauss Sum and Quadratic Reciprocity | Matt Baker's Math Blog

  187. Pingback: Sidenote – Writing equations on WordPress.com | josephkirwin.com

  188. Pingback: Quantum Lovasz Local Lemma | Pieces

  189. Pingback: Use LaTeX in WordPress blog | jadelightking

  190. Pingback: Fórmulas do Latex no WordPress | Renato Melo

  191. Hi. I searched for latex in wordpress and found your program. This is really great work. I have some knowledge in python too. If I have time, I may improve it. Specially, the area of using definition theoremstyle or other commands like eqnarray in latex. Anyway, than you very much for your time in this. Let me know when you try to improve it. I will help if I can. And the codes were nice and readable by the way.

  192. Pingback: Ease the Pain of Latex Writing in WordPress | Karushi's Blog

  193. Though I said this in mail, I think I should say it here too. This program is compatible with python version 2 only. Not with version 3(probably latter versions). Anyone who is getting errors like “float to integer version” or “s=extractbody(s)”, be sure to reinstall python 2 and it should be gone. Thanks.
    BTW, you asked to include blog address too. This is mine: https://karushib.wordpress.com/2015/08/19/ease-the-pain-of-latex-writing-in-wordpress/

  194. Pingback: LaTeX2WP Test Post | TCS Notebook

  195. Pingback: The Riesz Representation Theorem – I – Nirakar Neo's Blog

  196. Pingback: Hello Word – pixorblog, c++, computations, linux

  197. Pingback: WordpressでのLaTeX (メモ) – Konno Log

  198. Hi and thanks for this very helpful tool! One question: Is there an easy way to change the numbering of theorems to something like “2.3.1” for Theorem 1 in Section 2, Subsection 3, instead of plain “1”? Putting _SecNumb_._SubSecNumb_ in front of _ThmNumb_ seems not to work …

  199. Pingback: buy boldenone online

  200. Is there a list somewhere of the LaTeX packages which are supported? I like to use some packages, like enumitem or tcolorbox, which maybe are not commonly supported and thus I am unsure whether I should rewrite my LaTeX documents to not use those packages or not.

  201. Cool tool, thanks for making this.

    I had a quick question though, you mentioned that:

    If one wants to publish the notes/ expositions posted on WordPress, then one needs to convert them back to LaTeX.

    Do you know a good tool for this direction? Especially for batch jobs? For example, a whole wordpress blog from back-up files. I’ve seen a few that convert straight to pdf, but it’s nice to have LaTeX in between to do some clean up. Also, prefer not to go through html scraping and html-to-TeX since it’d lose info from within the wordpress latex environments (since they just become images).

  202. Pingback: An introduction to the Independent Set Reconfiguration problem and its variants | Đức's Personal Blog

  203. Pingback: Starting the Series B blog – Series B'log

  204. Pingback: Testing – Fantastic Problems and Where to Find Them

  205. Pingback: What are some useful, but little-known, features of the tools used in professional mathematics? | What's new

  206. Hi can I indent paragraphs? I tried to set up indent, for example, \setlength{\parindent}{0.4in}. But in HTML it did not come out.

  207. Pingback: Basic setup of 3+1 formalism of General Relativity (draft) – Random Studies by a Physicist

  208. Pingback: ¿Cómo publicar en el blog? | Matemáticas en Costa Rica

  209. Pingback: Test 1 – Math Blog

  210. Pingback: Math Blog and how to write math equations using LaTeX $latex…$ | Adonis Diaries

  211. Pingback: Superdense coding explained | ruvi.blog

  212. Pingback: 580 -Cardinal arithmetic (7) | A kind of library

  213. Pingback: De LaTeX a WordPress – Ceros y Puntos

  214. Pingback: Latex for wordpress – The Lost Worldline

  215. Pingback: latex2wp: a tool for converting LaTeX to WordPress-ready HTML – Random Permutations

  216. Pingback: Итоги дистанционной авантюры | Hsecoopgames's Blog

  217. Pingback: Boolean Degree 1 Functions on Association Schemes | Ratio Bound – A Combinatorics Blog

  218. Pingback: 305 -5. Extensions by radicals | A kind of library

  219. Pingback: Feynmann’s Vector Calculus Trick | ruvi.blog

  220. Pingback: Terrytao(Software) – MathWorks

  221. Pingback: A New Home with New LaTeX Problems | Tracing Curves

  222. Pingback: New Home, New LaTeX Problems – TracingCurves

  223. Pingback: Vapnik-Chervonenkis density: from uniform convergence to Berkovich analytification and stably dominated types | saugatabasumath

  224. Pingback: Embedding LaTeX equations into a webpage – oraerr.com

  225. Pingback: A Primer on Private Statistics – Part I – Kamathematics

  226. Pingback: Blogger blog… | Thiago Araujo

  227. Pingback: From model theory to algebraic geometry and back | saugatabasumath

  228. Pingback: Entropy as a ‘volume’ – the geometric interpretation | ruvi.blog

  229. Pingback: Nuclei Magnetic Resonance and its Methods – Adventures of Bahar © 2021

  230. If you use Python 3 and see the problem
    for i in range(1,(len(L)+1)/2) :
    TypeError: ‘float’ object cannot be interpreted as an integer
    Simply change the division operator / to the integer division operator //
    There are two occurrences, one on line 140 and the other on line 153.

    Explanation: Python 2’s integer division behaves like C, it rounds down. To get the same behavior in Python 3, use // instead of /.

  231. Pingback: Superconductivity – Adventures of Bahar © 2021

  232. Pingback: 1 – Terence Tao: Work Hard - Wazooy Startups

Leave a comment