=== LaTeX2HTML === Contributors: van-abel Donate link: https://www.paypal.me/abelvan Tags: LaTeX, MathJaX, HTML Requires at least: 3.0 Tested up to: 4.6.1 Stable tag: 2.0.2 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) ### User's Manual The full User's Manual contains:
1.  How to Write the Basic Information of Your Post
2.  How to Write Section, Subsection and Subsubsection
3.  Itemize and Enumerate: How to List Stuffs
4.  The Color Scheme: How to Colorize You Content
5.  How to Write a Theorem
5.1.  Definition, Lemma, Proposition, Theorem, Corollary, Remark, Proof
5.1.1.  Basic Usage of Environments
5.1.2.  Assign a Name for Your Theorem
5.1.3.  The Proof Environment
5.1.4.  More Examples of Environments
5.2.  The Problem, Answer Environments
5.3.  The Exercise Environment
5.4.  The Quote Environment
6.  Auto Numbering and Referring Back
6.1.  Auto Numbering and Referring Back to Equations
6.1.1.  How to Refer back to Equation Number
6.1.2.  My Suggestion on “How to Write Equations”
6.2.  Auto Numbering and Referring Back to Environments
6.2.1.  Auto Numbering of Environments
6.2.2.  Referring Back to Environments
6.3.  Referring Back to Section
7.  Last Words and Feed Back
7.1.  How to Jump Between Links
8.  How to Get it?
### A Test Example For a test, you can do the following:

\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}
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.2 = Bug fix: 1. check function/methods exists before the call; 2. fix the translation in content; 3. fix the unable to delete plugin error; 4. update user\'s manual for BibTeX citation support = 2.0.1 = * Fix section refer back by `\ref{secnum}` and `\autoref{secnum}` * Add full user's manual = 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