Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -2
1 answer
82 views

I want to use MathJax in an Astro project. I want the simplest integration, that does typesetting in the browser using the CDN release of MathJax. So far, this simple change does the trick: --- a/blog/...
Score of 0
0 answers
107 views

When I tried this Userscript code, I found that $hello$ could not be forced to display in the Google Chat dialog box. (MathJax 2.7.5) In other words, Google Chat uses dynamic MOS text display, but ...
Score of 1
1 answer
154 views

I've implemented a wiki that uses Markdown files with MathJax for the formulas. I want to add my own SVG symbols for integrals, summations, etc. I want to be able to have variables around the new ...
Score of 3
1 answer
85 views

I have below HTML <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Math Popup Test</title> <!-- MathJax configuration --> <script>...
Score of 1
1 answer
63 views

By loading the file, the console says `MathJax is not defined' but I have no idea how to fix, despite many attempts. I have tried adding some code for the MathJax but then it says MathJax.tex2svg not ...
Score of 1
1 answer
87 views

I thought that putting label between "$" or "$$" would be sufficient but this is not the case. Code for Label of my charts in my graph is the following: var config = { ...
Score of 0
1 answer
57 views

I have come across the maths: ...Often the integration symbol $\oiint_S$ (or $\varoiint_S$) is used... and mathjax doesn't support the variation of the "DoubleContourIntegral" entity. Or ...
Score of 0
1 answer
113 views

I tried to display original code: $\sim$ in my jupyter notebook. I thought that $ can be eacaped in the beginning time, so I used \$\sim\$, it displayed ~ later. Then I tried \\$\sim$, it displayed $\...
Score of 0
0 answers
34 views

I would like to change the menu language und speech language to german. The most obvious configuration window.MathJax = { locale: 'de' }; does not work and there seems to be no information about it ...
Score of 0
1 answer
119 views

I am using the solution given in How to reduce vertical space between items inside flex container? which worked well. But when I added mathjax related item, now alignment is broken for some reason. I ...
Score of 1
3 answers
445 views

I have a website which includes svg-images which themselves include mathematical formulas that should be rendered using MathJax. As far as I know, this isn't supported natively (i.e., by just putting ...
Score of 0
1 answer
75 views

This is a MathJax question. In this answer, Davide Cervone provides a solution to make dobule brackets auto-sizeable (when used with \left and \right), but as a result, \coloneq becomes a text rather ...
Score of 0
1 answer
205 views

I'm trying to use the statmath CTAN package (https://ctan.org/pkg/statmath?lang=en) in Quarto (following https://github.com/quarto-dev/quarto-cli/discussions/1620#discussioncomment-3296389); here's a ...
Score of 1
1 answer
86 views

I'm running Sphinx 4.5.0 in Python 3.10 and trying to write a MathJax macro that takes parameters. I've found examples that show how to do this (example 1 mathjax3_config) , but when I copy them to ...
Score of 0
1 answer
54 views

I tried \color and \textcolor in a markdown file and then in an html file. Only the latter scopes the color to its argument. With \color, the rest of the expression stays red. <script src="https://...

15 30 50 per page
1
2 3 4 5
123