Questions tagged [mathjax]
MathJax is a JavaScript engine for displaying mathematics, available on some Stack Exchange sites.
315 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
4
votes
0
answers
91
views
When < and > appear in MathJax, the context in between is not displayed
Occasionally, I have some glitches while using math equations. I am not sure if it's a bug, but I have encountered it on different systems. Whenever I try to write "i < j" in math mode, ...
3
votes
0
answers
95
views
Preview pane renders displayed math as inline math with MathJax v3 enabled
When I type a displayed math equation using $$...$,ドル the preview pane under the body renders it as an inline equation instead. I have observed this on Math SE, Math Overflow, Physics SE, and Puzzling ...
2
votes
0
answers
55
views
Math renderer keeps switching to HTML-CSS
I don't know when this started, but recently (a few months maybe), every now and then the LaTeX renderer seems to keep switching itself back to HTML-CSS. That means I see things like this
which as ...
16
votes
2
answers
276
views
Do we want basic MathJax support questions here on Meta.SE?
Recently, a question popped up here on Meta.SE asking how to do something with MathJax.
I voted to close the question as Not suitable for this site. There was some discussion in the comments that ...
5
votes
2
answers
314
views
How to write sech x without using \operatorname{sech}?
I’m new to this website. Could someone please tell me how to write "sech x" without having to use \operatorname{sech} in a Stack Exchange post? I’d like to be able to type it simply as \sech ...
4
votes
1
answer
154
views
Mathematical equation display on stackexchange
When I look at this page 3 point to circle. And get radius in particular the last equation on the page starting "r= ..."; but the whole page is equally affected, when I first view or refresh ...
6
votes
0
answers
94
views
The "AI search" on the Math Stack Exchange (and other site with MathJax) can’t show MathJax properly [duplicate]
I hate the AI search, but I still want to point out a thing:
The search can’t show the MathJax formatting properly, the AI search has the "$$" thing, so it means that the search can’t show the ...
53
votes
11
answers
2k
views
Upgrade plans for MathJax v3/v4
While this is not the way I wanted to announce this, it seems the cat is out of the bag. But for those who haven't noticed, as part of our Community Asks Sprint, I spent the week investigating how we ...
KyleMit's user avatar
- 12.4k
5
votes
0
answers
89
views
Some MathJax expressions incorrectly do not render in the preview, but do render in the actual post
Some math equations do not render correctly in the editor preview.
Here's an example of one of them:
$$\text{card}(x) = \|x\|_{0} = \lim_{p \to 0} \left( \sum_{k=1}^{n} |x_{k}|^p \right)^{1/p}$$
...
4
votes
1
answer
196
views
MathJax render issues in cs.stackexchange.com [duplicate]
I see following for this following question - How to wiggle sort an array in linear time complexity?
I checked in incognito mode, in extension free Chrome instance (Version 119.0.6045.199 (Official ...
2
votes
1
answer
169
views
'DeclareMathOperator' is not working with subscripts or superscripts
Somehow SE's MathJax doesn't like \DeclareMathOperator in subscripts or superscripts. This doesn't render on SE:
$\DeclareMathOperator{\two}{two}$
$\two+\two=\two^\two$
(I can't directly demonstrate ...
1
vote
0
answers
80
views
Why is my MathJax formatting so messed up? [duplicate]
Just look at this mess.
The following source:
We have $G$ solvable, so that we can find a tower of subgroups
$$
G = G_0 \supset G_1 \supset\cdots\supset G_m = 1
$$
so that the conditions on ...
4
votes
0
answers
181
views
MathJax bugs "Your post appears to contain code that is not properly formatted" [duplicate]
V1: complains
$$
\frac{x}{y}
$$
V2: doesn't
$$\frac{x}{y}$$
V3: complains
$$\begin{align}
& \frac{x}{y} + \frac{y}{x} \\
& \frac{y}{x} + \frac{x}{y} \\
\end{align}$$
I favor working ...
3
votes
2
answers
214
views
Why isn't xcolor supported for Latex?
In mathcha.io, I have an equation with colors.
\begin{equation*}
\frac{\partial L}{\partial X} =\ \textcolor[rgb]{0.82,0.01,0.11}{\frac{\partial L}{\partial Y}} W^{T}
\end{equation*}
If I want to ...