Van Abel
Forum Replies Created
-
Forum: Plugins
In reply to: [LaTeX2HTML] Figures environmentI have added the new feature of supporting figure environments, you can have a test as:
\begin{figure}[!htbp]
\centering
\includegraphics{myfig.png}
\caption{Just a test}
\label{myfig}
\end{figure}
From the \autoref{myfig} we can see…Welcome to feedback!
Forum: Plugins
In reply to: [LaTeX2HTML] Figures environmentI mean it is hard to tell latex2html the URL of the uploaded file. But after a investigation, this is possible. So maybe in the next version (in the next few weeks), we can expect it can process the figure environment.
Forum: Plugins
In reply to: [LaTeX2HTML] Figures environmentYes, it theoretically possible. But the problem is that the correct link to the picture (mygig.jpg) is not easy to get. What’s more, since we need to upload the picture to wp server, and I leave it to the user to modify the figure environment manually.
Forum: Plugins
In reply to: [LaTeX2HTML] LaTeX2HTML not allowing MathJax to reference equationsThanks for your feedback, it is a bug in fact there:
In the main function file,
latex2hml.php, there are two lines://remove \label for equation and theorems but keep {\label{*}} $content_data = preg_replace('/\\\\label\{(.*?)\}/ims', '', $content_data);This means that it will remove all your
\label{[lab]}, which is essential for the old version, but since then we command out the self labeling scheme, now it is a bug!To fix it, just command out the
preg_replaceline, just as//remove \label for equation and theorems but keep {\label{*}} //$content_data = preg_replace('/\\\\label\{(.*?)\}/ims', '', $content_data);Now, it should work for you!
Forum: Reviews
In reply to: [LaTeX2HTML] Very nice pluginThanks! I hope it will save some time when you publish your post from latex.
Forum: Plugins
In reply to: [Javelin Email Marketing] Fatal error: Cannot redeclare sendmail()Can I just rename it to
mysendmail?? It can be activated but don’t know work or not!Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Problems with static callMe too, what’s the problem? for WordPress 3.6-RC2 with DB 24448 on PHP 5.5.1-blog.