Davide P. Cervone

Results 978 comments of Davide P. Cervone

For the time being, if you are using CommonHTML output, you could add ``` html mjx-stretchy-h.mjx-c23B5 > mjx-ext > mjx-c::before { vertical-align: -.24em; margin-bottom: -.24em; } ``` to the page,...

Try ``` css @namespace xlink "http://www.w3.org/1999/xlink"; g[data-mml-node="mo"]:last-child > use[xlink|href$="2518"] + svg > use[xlink|href$="2212"] { transform: translateY(-250px) scaleX(100) translateX(-100px); } ``` and see if that does the trick.

OOPS, I left out the important ``` css @namespace xlink "http://www.w3.org/1999/xlink"; ``` line in my comment above. I've added it in. Note that it has to come above any other...

You can certainly define this macro yourselves, as in ``` \newcommand{\ifmathjax}[2]{#1} ``` and you can include that in your MathJax configuration using ``` MathJax = { tex: { macros: {...

> I don't see any good solution to easily make this work everywhere, across all my different files and deployments. It looks to me that jupyter book already provides a...

Great! Let us know if this works for you, or if you had to make any changes to get it to work.

If you are viewing a page that doesn't have line breaking turned on, you could use the browser console to do ``` MathJax.Hub.Config({'HTML-CSS': {linebreaks:{automatic:true}}}) ``` (or replace `'HTML-CSS'` by `CommonHTML`...

Well, as you know, line breaking is a complicated issue. MathML's approach to this is to provide three levels of optional break points (`goodbreak`, `auto`, and `badbreak`), so it would...

> the penalties set for parentheses also seem to affect mfenced elements. Is this expected? Yes. The MathML specification says that `mfenced` should act identically to the equivalent `mrow`-with-`mo` construct...

> After today, Pledgie is closing, will there be an alternative option for individual donations? We have a new PayPal donation button on the MathJax.org website.