Skip to main content

Questions tagged [mathjax]

MathJax is an open-source JavaScript engine that makes it easy to embed mathematical equations, symbols, and formulae on a web page. There is also a server-side version that provides command-line and nodejs interfaces to MathJax.

mathjax
0 votes
0 answers
45 views

uncorrect bounding box of a mathjax formula in ubuntu/chromium

I want to know the dimensions of the bounding box of a formula rendered by mathjax version 4 beta 6. On ubuntu, it works well on firefox, but it fail on chromium. Chromium gives me a value somewhere ...
Duchemin74's user avatar
1 vote
1 answer
21 views

How do address MathJax down with RShiny

I woke up this morning to a new issue where previously working code with Mathjax was working, but now it is not. It appears the issue is broad. I reproduced it on several machines, which is also an ...
user1329307's user avatar
0 votes
1 answer
18 views

Include external custom math commands from YAML header

I have a bunch of custom math commands that I'd like to ba able to use in all my quarto documents. Is there a way to include custom math commands in the quarto YAML header (for example, by pointing to ...
rturquier's user avatar
  • 378
0 votes
0 answers
24 views

Jupyter Notebook: Unable to Render LaTeX in version 7.0.8

For some unknown reason, I am unable to render LaTeX equations on Jupyter Notebook version 7.0.8. I have changed the cell to Markdown and used the correct notation ($ $ or $$ $$), but nothing is ...
sam wolfe's user avatar
0 votes
1 answer
48 views

Equation in svg does not look the same as in MathJax equation

I'm trying to write a program that produces an svg file displaying math equations. For example, I want this equation in an svg file . The font in this equation is the one used on EE.SE (MathJax). The ...
Carl's user avatar
  • 149
0 votes
1 answer
40 views

Retrieve original Tex command

I have access to an old private website, as a client. The original TeX command is not present anywhere in the page_source nor the rendered document. However, it is clearly somewhere in memory, because ...
DevShark's user avatar
  • 8,930
0 votes
2 answers
39 views

Process currency signs as text

I am battling with a website that looks like this (Minimal Reproducible Example): <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <...
DevShark's user avatar
  • 8,930
0 votes
0 answers
24 views

Live preview using quill and MathJax together

I am trying to use quill and MathJax together in my Nuxt app. I have a live preview section. But the problem is whenever I am trying to re-render the section the Quill Editor is also getting formatted....
Arnab Maiti's user avatar
0 votes
0 answers
45 views

Render mathjax after fetching latex math code from database (Supabase)

I am using React 18.2.0, better-react-mathjax 2.0.3 and have latex math code in supabase, and am unable to render it after fetching the data from supabase, fetch data : useEffect(() => { ...
Shivam's user avatar
  • 1
0 votes
1 answer
53 views

I would like a mathjax expression for example sin{(x+y)} to show in an A-Frame enviroment

I use this Script: <script type="module"> import { fetchEnvValues } from '/scripts/fetchEnv.js'; fetchEnvValues().then(envValues => { var latex = envValues[1] || 'x^...
Mathias Lueke's user avatar
0 votes
0 answers
27 views

How to use MathJax formatting when creating a PDF [duplicate]

Here is some code that I use for Google Apps Script to send a message back to students with their math work. In particular, line 48 is x<sup>2</sup> and I want it to be in MathJax ...
William Garske's user avatar
0 votes
0 answers
27 views

juipyterbook rendering mathjax display equations in html

I'm writing an online jupyterbook with lots of mathematics. The rendering of equations is strange with in-line and display very different sizes. My assumption has been that mystyle.css should be ...
Chip Brock's user avatar
0 votes
0 answers
14 views

reactjs web-page loading time is about 13s because of mathjax

Hi I'm using a lot of math formula (almost 98% of my web site) in my react-js website, I'm using mathjax-better-react, it is slowing down significantly loading time, I tried to reduce significantly ...
watchI's user avatar
  • 25
0 votes
1 answer
43 views

Using MathJax in a Svelte Project

I'm attempting to use MathJax in a svelte project. The problem I'm facing right now is that typescript will return an error when I try to use LaTeX functions, such as \matcal{Q} or \color{red}{Q}, the ...
Nimo Ohayon's user avatar
0 votes
0 answers
25 views

Mathml is not showing as formula in microsoft word

I am creating a docx generator using Doccxtemplater. I am injecting Mathml data to show math quation when generating the docx. But it's showing raw mathml in the doc, not quation. I am using word 2016....
Ashik Ahammed Hridoy's user avatar

15 30 50 per page
1
2 3 4 5
121