=== LaTeX2HTML === Contributors: van-abel Donate link: https://me.alipay.com/vanabel#tab2 Tags: LaTeX, MathJaX, HTML Requires at least: 3.0 Tested up to: 4.6.1 Stable tag: 2.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html LaTeX2HTML makes you write blog like in LaTeX doc. == Description == LaTeX2HTML makes you write blog like in LaTeX doc. You can just copy and paste to create a new post in WP from your tex source file, then it will looks like `amsart` document style. It support a lot of raw latex command including theorem like environment and BibTeX style citation.

Main Functions

== Installation == 1. (Recommend: Automatically installation) If you install from WP plugin page, just search `latex2html` and click Install. 2. (Manually installation) Extract the zip file (that's you will get `latex2html`--A file directory) and just drop it in the `wp-content/plugins/`directory of your WordPress installation 3. Then activate the Plugin from Plugins page. 4. (Optional) Do the Test Example (see FAQ). == Frequently Asked Questions == Any question can be feed back at there (turn to the `support` pannel) ### Use's Manual ### A Test Example For a test, you can do the following: ----start the code---

\title{Hello LaTeX2HTML}
\begin{thm}[Newdon-Leibniez]\label{thm:NL}
If $f\in C^1([a,b])$ then
\begin{equation}\label{eq:NL}
\int_a^b f'(x) d x=f(b)-f(a)
\end{equation}
In \autoref{thm:NL} the main part is \eqref{eq:NL}.
\end{thm}
----end of the code ---- Add a new post (it should be in the `HTML` code mode rather than the `visual` mode), copy the code between start and end into your new post, then preview it. In fact, after a while you will find that it almost as if you were write your `TeX` doc rather than a post! == Screenshots == 1. MathJax Setting 2. LaTeX Setting 3. BibTeX Setting 4. Support == License == Good news, this plugin is free for everyone! Since it's released under the GPL2, you can use it free of charge on your personal or commercial blog. == Upgrade Notice == Totally rebuild based on the newest wordpress functions also support `BibTeX` style citation with a well formarted `setting page`. == Changelog == = 2.0.0 = * Totally rebuild based on the newest wordpress functions * Add BibTeX style citation support = 1.2.3 = * Remove the auto-number function, since this can be down by mathjax after 2.1 * Change the default mathjax config. to `svg` = 1.2.2 = * Fix the wrong `Custom LaTeX CSS Style` place. = 1.2.1 = * Compatible with `Simple MathJaX` = 1.2.0 = * Change the default "load LaTeX2HTML only for Single Post" into an Option * Customlize the LaTeX CSS style * Fix the preamble-position bug * Add the Chinese language support = 1.1.0 = * Add the LaTeX2HTML Demonstration LaTeX Doc * Remove the `\documentclass...` and `\usepackage...` stuff in the post, this will be convinient if your post are copy and paste from a TeX Doc * Add the Demo TeX doc `LaTeX2HTML_TeX_Demo.tex` and the PDF file which are obtained by run `latex LaTeX2HTML_TeX_Demo.tex` * Add Basic LaTeX \\newcommand in preamble of `LaTeX2HTML Setting page` * Update the instruction of `LaTeX2HTML Setting page` = 1.0.2 = * Solve the compatible problem with `simple mathjax` (if you were not stop the `simple mathjax` first before updating the `LaTeX2HTML`, there are the `redeclare` function error) * Add an setting page at the `Plugins|Active` page = 1.0.1 = * Update the readme.txt = 1.0.0 = * Integrate the `simple mathjax` into `LaTeX2HTML` * Only load MathJaX on the `single page` with math formulae (warped with $ and $ or \\[ and \\]) = 0.0.5 = * the original version