LaTeX2HTML makes you write blog like in LaTeX doc.
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.
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.
latex2html
and click Install.latex2html
–A file directory) and just drop it in the wp-content/plugins/
directory of your WordPress installationAny question can be feed back at there (turn to the support
pannel)
Ctrl+Shift+Alt+M
. Or you can use the Classical Editor.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 Footnote 5. The Color Scheme: How to Colorize You Content 6. The Figure Environment 7. How to Write a Theorem 7.1. Definition, Lemma, Proposition, Theorem, Corollary, Remark, Proof 7.1.1. Basic Usage of Environments 7.1.2. Assign a Name for Your Theorem 7.1.3. The Proof Environment 7.1.4. More Examples of Environments 7.2. The Problem, Answer Environments 7.3. The Exercise Environment 7.4. The Quote Environment 8. Auto Numbering and Referring Back 8.1. Auto Numbering and Referring Back to Equations 8.1.1. How to Refer back to Equation Number 8.1.2. My Suggestion on “How to Write Equations” 8.2. Auto Numbering and Referring Back to Environments 8.2.1. Auto Numbering of Environments 8.2.2. Referring Back to Environments 8.3. Referring Back to Section 9. BibTeX Citations 9.1. How to Add BibTeX Data 9.2. How to Cite 10. Last Words and Feed Back 10.1. How to Jump Between Links 11. How to Get it?
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 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!
%
bug, ensuring that it is not ignored when using \%
.\textit
wrapfigrue
environment\pageref
flushright
, flushleft
environmentdescription
environment$bibitem
is emptyincludegraphics
function, where the url of media is fixed\footnote
command bug\href{link}{text}
\url{link}
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js
.latex_proof::after{ content: "\220E"; color: gray; text-align: right; display: block; font-size: 1.2em; }
lang/
, only reserve latex2html.pot
, because we can use the online translation provided by wordpressSupport & Credit
-> How to Localize
)<em>
Bug fix:
The mysql create syntax error
Add:
write bibtex original data to bibtex.bib
Bug fix:
\ref{secnum}
and \autoref{secnum}
svg
Custom LaTeX CSS Style
place.Simple MathJaX
\documentclass...
and \usepackage...
stuff in the post, this will be convinient if your post are copy and paste from a TeX DocLaTeX2HTML_TeX_Demo.tex
and the PDF file which are obtained by run latex LaTeX2HTML_TeX_Demo.tex
LaTeX2HTML Setting page
LaTeX2HTML Setting page
simple mathjax
(if you were not stop the simple mathjax
first before updating the LaTeX2HTML
, there are the redeclare
function error)Plugins|Active
pagesimple mathjax
into LaTeX2HTML
single page
with math formulae (warped with $ and $ or \[ and \])