I use MathJax to blog my mathematical thoughts. Is it possible to convert my WordPress posts (with plenty of math) into a LaTeX document? The plugin should prompt me to select posts for the paper, and should do the rest automatically.
Leave a Reply
You must be logged in to post a comment.
WPTeX allows you to convert your WordPress blog to a LaTeX document. If it does not already contain support for inline LaTeX, it should be really easy to add it.
WP QuickLaTeX allows native LaTeX syntax to be used directly in WordPress posts making conversion to offline paper as easy as “copy-paste”.
It supports standard inline and displayed math environments (including AMS-LaTeX), displayed equation numbering/referencing by LaTeX rules (label, ref). No alien tags ([latex], or else) are required – only pure LaTeX code.
Besides you can use your own LaTeX preamble for equations on your site (define commands and use any LaTeX extension packages from TeXLive 2011 distribution).
This makes exchange with offline papers (and vice versa) a straightforward process.
P.S. We also support rendering of TikZ graphics directly in the post.