python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular directive input with backticks for asciimath for mathjax
I used https://medium.com/kongsberg-digital/how-to-render-mathml-in-browser-using-angular-and-mathjax-3-along-with-lazy-loading-83f791911cfd to add mathjax to my angular app and got it to work with as...
Clay Casper
Votes: 0
Answers: 1
Doxygen not rendering MathJax formulas in markdown file
As I understood, I should be able to write formulas with MathJax in the README.md if I create the HTML output of doxygen.
I set the following options for MathJax:
USE_MATHJAX = YES
MATHJAX_FORMA...

Varrick
Votes: 0
Answers: 1
Why do my Component lost while rendering the next page?
I'm using MathJax for the first time and I did success to display some simple formule like
'a x b = c' in a quizz whith several questions.
On the first page, my formula displayed well but not the othe...

jozinho22
Votes: 0
Answers: 0
Is this a right code to disable MathJax right-clicking menu?
I use the code below
<script type="tet/x-mathjax-config">
MathJax.Hub.Config({
showMathMenu: false
});
</script>
to disable right-clicking menu on my math website, however It ...
chupper100
Votes: 0
Answers: 2