Hi — I really like the functionality of Latex2HTML. I also need the ability to add the authors’ names and year to cites, so I started looking at the php. Obviously I’m happy to contribute whatever I come up with
But in the meantime, I noticed that the plugin has been taken down for review. That makes me a bit nervous. Any info or news on that? Thanks! — Dave Cardinal
]]>How can I make the symbol: $\mathbb{R}$ bold?
I’ve tried with $\boldsymbol{\mathbb{R}}$ but it doesn’t work,
and with $\boldsymbol{+}$ produces the same as $+$ ??
Hi, I’ve been using LaTeX2HTML for my blog and it’s great! Thanks a lot. I’m wondering if it’s possible to increase the size of the text that is presented with \section, for example I’ve tried the following, without success:<div style="font-size: 2em;"> \section{The Fundamental Theorem of Calculus} </div>
will there be a solution? thanks in advance.
]]>plugin ver 2.5.4
in block editor, use <h1~6> or <p> blocks, string is not LATEX!
block editor) blahblah 1 * 2.3[%] blah blah
blah blah
page view) blahblah 1 * 2.3
(empty)
]]>Hi Van, thank you for rendering this wonderful plugin that I have been exactly looking for.
I have one question that you might be aware of.
My site clashes from desktop to mobile mode in a messy way, while activating the plugin.
2.5.x. versions are not working for me.
Sorry, that I could not come out with specific/potential cause.
FYI, my website WP version is 6.5.
Best
Hi,
I updated a short while ago the plugins on my site and got into trouble with embedded videos. First, I rolled back to an older version of the video plugin, but it didn’t help. So, the fault was in something else.
After testing by unactivating/activating different plugins, I found out that the conflicting plugin is LaTeX2HTML, and specifically any version after 2.4.2. So, the version 2.4.2 works well, but 2.5.0 or newer creates the problem that no videos show up on my site. (I use ARVE plugin to embed the videos.)
The formula drawn by LaTeX2HTML works fine with 2.4.2 or newer, but for the future updates’ sake, I would presume the plugin should not conflict with others.
How to overcome this problem?
(The linked page shows an empty area instead of the video. The math formula is on a different page.)
Thanks in advance!
]]>Hi, Is it possible to use CommonHtml instead of SVG?(https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_Common-HTML.js)
If so, what changes would need to made to the Configuration field currently set with:
MathJax.Hub.Config({
tex2jax: {
inlineMath: [[‘$’,’$’], [“\(“,”\)”]],
displayMath: [[‘$$’, ‘$$’], [“\[“, “\]”]],
processEscapes: true
},
TeX: {
equationNumbers: {autoNumber: “AMS”,
useLabelIds: true}
},
});
Also, is it possible to only load the plugin on pages that use it? It is breaking the theme (Avada), specifically the column blocks and renders the pages blank.
Thanks!
]]>Hi, the percent sign (%) is interpreted as the LaTeX comment and not displayed. In real LaTeX text mode, the solution is to use \%. However, LaTeX2html ignores that as well.
]]>Sorry for the miss of last couple of months, I noted that there is a unsolved problem on the page setting for print, which is already closed.
The solution maybe add a clear for the page style in the Latex2html setting page:
@page{
all: none;
}
or you can make any change of it.
]]>In inc/css/print.css
it is setting the print page’s page size to A4, orientation to landscape, and margins to 0 with this bit of CSS
@page {
size: A4 landscape;
margin: 0;
}
While that might be good on some sites, that’s an unexpected side effect. It seems quite outside what this plugin should be doing. I would suggest that should be removed (or at least made optional.)
Thoughts?
]]>I know the issue I met is too simple, but I just coundn’t find any template which tell me how to make a new line in single block. I can only paste the different paragraph to different blocks, but it’s not convenient.
Here is my code in single block:
\section{Dispersion curve equation}
Lamb wave is a kind of elastic guide wave, its properties and dispersion curve equation can be found in any solid acoustic book. I'll introduce the equation briefly.
\\
-\newline
\linebreak
\vglue
\vspace*{*}
% These are what I tried to make a new line.
The dispersion curve equation can be wrote as:
\begin{equation}\label{eq 1}
\frac{\tan ({k_t}b/2)}{\tan ({k_l}b/2)} = - {\left[ {\frac{4{k^2}{k_l}{k_s}}{(k_s^2 - {k^2})^2}} \right]^{ \pm 1}}
\end{equation}
$+$ and $-$ correspond to symmetry mode and antisymmetry mode, respectively.
]]>
How can I use a journal template in the post or a HTML papge? Just like an online manuscript of a journal such as Elsevier.
]]>Is it possible to define macros for environments in the following sense ?
\def{\be}{\begin{equation}}
\def{\ee}{\end{equation}}
When I type \be … \ee, it doesn’t work but \begin{equation} … \end{equation} works.
Thank you.
]]>Hello,
Do we have support for the \newcommand environment? If I want to create \newcommnad{\R}{\mathbb{R}}
Thank you for your help.
Khoi
]]>Hello,
I recently started using LaTeX2HTML plugin in order to publish scientific content on my blog. However, when I use complex equations with split/align environments from amsmath package I have problems referring to these equations later on as instead of an equation number ??? is displayed. This is not the case with single line simple equations and they are correctly referenced with \eqref command.
I browsed through the PHP files in the hope that I will point me in the right direction, yet failed as I do not know PHP. The way I use split environment is inside a parent equation environment just like I do in regular LaTeX with pdflatex as the compiler.
\begin{equation}\label{eq:Polarization}<br>\begin{split}<br>P_{induced} &= Np \\<br>&= -Nex \\<br>&= \frac{Ne^2}{m_0}\frac{1}{(\omega_0^2-\omega^2 - i \gamma \omega)} \mathrm{E}<br>\end{split}<br>\end{equation}
I appreciate your assistance and explanation on this matter. Furthermore, is it normal that Latex comments starting with % are displayed as they are on the output?
]]>Hi,
It seems that LaTeX2HTML does not support the \qed
macro, even in a proof
environment.
A quick way to provide one is using the following HTML code:
<p style="text-align:right">?</p>
. I can add it to my list of custom macros, but it would be useful if you include the functionality by default since I believe many people want this little black square.
Hello,
I’m using your LaTeX2HTML plugin and it is great! Thank you.
I was wondering if it is possible to set the size of a figure in figure environment. It seems to always be the size of the column. That is to say, the following code:
\begin{figure}[!htpb]
\includegraphics[width=0.5\columnwidth]{myfig.jpg}
\caption{Hello world}
\end{figure}
produces the same results as
\begin{figure}[!htpb]
\includegraphics{myfig.jpg}
\caption{Hello world}
\end{figure}
非常棒的插件!只是有一点点小问题。
安装buddypress和latexhtml后,编辑一个已经发表的评论时,某些latex代码会被转变为html代码.例如:更新评论“$\frac{1}{2}$”后,反斜杠“\”会消失,得到的效果如链接所示。
当只有buddypress时不会有此问题,当只有latex2html时也不会有此问题,很奇怪。
]]>Latex2html is working great for me except for the \cite command. It tells me that the six items have been added to the database, but no matter what I try (including renaming the file to bibtex.bib as it internally instructs) I cannot get it to convert \cite to a reference. There are no warning messages at any time. Please advise where to put the bibtex.bib file and if that is the correct name. Thanks in advance!
]]>Dear Van Abel. We are trying to use your plugin right now. It has a very promising functionality and we appreciate it. But after your last update there is a problem of activating it on WordPress.
“Parse error: syntax error, unexpected ‘[‘ in /var…/latex2html/latex2html.php on line 29”
as it is said. Please advise how to resolve this issue. Thank you very much. Andrey and math team.
Hello,
First of all, thank you for your plug-ins which is great!
I’m wondering if it is possible to manage figure environment witch captions:
\begin{figure}[!t]
\centering
\includegraphics{mygig.jpg}
\caption{mycaption}
\label{mylabel}
\end{figure}
Thank you
]]>First of all, LaTeX2HTML is a great plugin.
I am having one issue with it though. When I have both MathJax and LaTeX2HTML activated, auto-numbering works, but references to equations always produces (???) instead of the equation number. When I deactivate LaTeX2HTML, the equation referencing works fine. I noticed that auto-numbering code was commented out in the LaTeX2HTML.php file so I am not sure what is causing the conflict. Please help.
]]>