1,837 questions
Score of -2
1 answer
82 views
CDN MathJax + Astro with typesetting in the browser: how can I make the code more concise?
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
How can I use Userscript to render the $hello$ format of a Google Chat dialog box to MathJax 2.7.5?
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
How do I insert an SVG character in Mathjax for my website? [closed]
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
Mathjax is not rendering when used within a popup
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
MathJax is not defined while doing tex to svg
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
How can I display label as Latex math formula?
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
Add a custom SVG to mathjax for a missing character
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
Markdown escape
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
How to do localisation in MathJax 4
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
Problem using flex container with mathjax inline math
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
How to render MathJax inside of an SVG
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
Why does this "startup" configuration, while allowing for auto-sizeable double brackets, renders \coloneq (and similar commands) literally, as text?
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
using extensions from CTAN in Quarto with Mathjax (html output)
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
Defining a Sphinx MathJax macro with arguments throws error "MathJax: Invalid option"
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
MathJax \color declaration spills over and colors subsequent text
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://...