You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works:
\begin{equation*}
\begin{bmatrix} X_1^{1}\\\vdots\\ X_1^{n}\end{bmatrix}\end{equation*}
This does not:
\begin{equation*}
\det\begin{bmatrix} X_1^{1}\\\vdots\\ X_1^{n}\end{bmatrix}\end{equation*}
make4ht
make4ht file.tex 'mathml,mathjax'
Desired output
via make4ht file.tex 'mathjax'
Erroneous output
The text was updated successfully, but these errors were encountered:
iabarus
changed the title
'mathml'-option messing up sub- and superscripts when used with \bigcap
'mathml'-option messing up sub- and superscripts in specific situations
Sep 3, 2023
This issue is a bit complicated because it is also related, for example, to \sum or \int, which use a similar mechanism, and I don't know how to differentiate these cases:
\documentclass[10pt]{article}
%\usepackage{mathtools}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\bigcap E_n^c\\
\bigcup E_n^c\\
\bigodot E_n^c\\
\bigoplus E_n^c\\
\bigotimes E_n^c\\
\bigsqcup E_n^c\\
\biguplus E_n^c\\
\bigvee E_n^c\\
\bigwedge E_n^c\\
\coprod E_n^c\\
\intop E_n^c\\
\ointop E_n^c\\
\prod E_n^c\\
\sum E_n^c\\
\end{equation*}
$
\bigcap E_n^c\\
\bigcup E_n^c\\
\bigodot E_n^c\\
\bigoplus E_n^c\\
\bigotimes E_n^c\\
\bigsqcup E_n^c\\
$
\begin{equation*}
E_n^c
\end{equation*}
This works:
\begin{equation*}
\begin{bmatrix}
X_1^{1}\\
\vdots\\
X_1^{n}
\end{bmatrix}
\end{equation*}
This does not:
\begin{equation*}
\det\begin{bmatrix}
X_1^{1}\\
\vdots\\
X_1^{n}
\end{bmatrix}
\end{equation*}
$\det_{\rm sub}$
Integral \(\int_{a}^{b} x^2 \,dx\) inside text
\[ \int_{a}^{b} x^2 \,dx \]
\[
\oint_V f(s) \,ds
\]
Sum $\sum_{n=1}^{\infty} 2^{-n} = 1$ inside text Example of sum expression inside text
\[ \sum_{n=1}^{\infty} 2^{-n} = 1 \]
Product $\prod_{i=a}^{b} f(i)$ inside text
\[ \bigwedge_{i=a}^{b} f(i) \]
\end{document}
LaTeX
Example 1:
Example 2:
make4ht
make4ht file.tex 'mathml,mathjax'
Desired output
via
make4ht file.tex 'mathjax'
Erroneous output
The text was updated successfully, but these errors were encountered: