mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#mathml

1 post1 participant0 posts today
Philip Kaludercic<p>Neat and related: When writing HTML with some math, I don't really want to write MathML by hand (let alone depend on MathJax or something like that). LaTeXML turns out to be helpful again, specifically via the <a href="https://metacpan.org/dist/LaTeXML/view/bin/latexmlmath" rel="nofollow noopener noreferrer" target="_blank">latexmlmath</a> (which btw. can be used above as well, and <em>is</em> faster). Either way, I have quickly hacked together a function that uses <code>latexmlmath</code> to convert TeX-math in a comment into MathML:</p><pre><code>(defun mathml-from-tex () "Convert TeX in a comment to MathML in a buffer. The TeX has to be written in a single-line comment prefixed with a \"MathML:\" string. For example: &lt;!-- MathML: \frac{-b \\pm \\sqrt{b^2 -4ac}}{2a} --&gt; Everything until the end of the comment (or line) is passed to \"latexmlmath\" (part of the LaTeXML suite) and injected into the next line of the buffer. A comment indicating the end of the math block is also added, so that multiple invocations of the command can replace the old output." (interactive) (save-excursion (goto-char (line-beginning-position)) (unless (search-forward-regexp (rx (literal comment-start) (* space) "MathML: " (group (* nonl)) (literal comment-end)) (line-end-position) t) (user-error "No instruction found")) (if (eobp) (insert "\n") (forward-line 1)) (let ((end "EndOfMathML") ;TODO: use &lt;/math&gt; (math (match-string 1)) (start (point))) (when (search-forward-regexp (rx (literal end)) nil t) (delete-region start (line-end-position))) (save-excursion (insert end) (save-excursion (insert (if (eolp) "" "\n"))) (comment-line 1)) (call-process-region math nil "latexmlmath" nil t t "-")))) </code></pre><p>I also attach a quick demo, see below.</p><p><a href="https://commenting.onthe.incoherenceofthe.net/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> <a href="https://commenting.onthe.incoherenceofthe.net/tags/latex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>latex</span></a> <a href="https://commenting.onthe.incoherenceofthe.net/tags/mathml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathml</span></a></p>
FOSSASIA<p>♿️ Discover how to make STEM content truly accessible on the web using MathML and specialized math fonts — ensuring equations and formulas are readable for allwith Norbert Preining at <a href="https://floss.social/tags/FOSSASIASummit2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSSASIASummit2025</span></a></p><p>🔗 Click here <a href="https://youtu.be/DIwvqSFQtOw?si=UHeOSKUz-n7FoLVZ" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtu.be/DIwvqSFQtOw?si=UHeOSK</span><span class="invisible">Uz-n7FoLVZ</span></a> to watch on the FOSSASIA YouTube channel<br><a href="https://floss.social/tags/WebAccessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebAccessibility</span></a> <a href="https://floss.social/tags/STEM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>STEM</span></a> <a href="https://floss.social/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> <a href="https://floss.social/tags/InclusiveWeb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>InclusiveWeb</span></a> <a href="https://floss.social/tags/FOSSASIA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSSASIA</span></a></p>
Frontend Dogma<p>Markup Languages, by <span class="h-card" translate="no"><a href="https://mas.to/@j9t" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>j9t</span></a></span> [@frontenddogma.com]:</p><p><a href="https://meiert.com/en/blog/markup-languages/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">meiert.com/en/blog/markup-lang</span><span class="invisible">uages/</span></a></p><p><a href="https://mas.to/tags/overviews" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>overviews</span></a> <a href="https://mas.to/tags/linklists" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linklists</span></a> <a href="https://mas.to/tags/sgml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sgml</span></a> <a href="https://mas.to/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a> <a href="https://mas.to/tags/xml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xml</span></a> <a href="https://mas.to/tags/xhtml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xhtml</span></a> <a href="https://mas.to/tags/hdml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hdml</span></a> <a href="https://mas.to/tags/dhtml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dhtml</span></a> <a href="https://mas.to/tags/mathml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathml</span></a> <a href="https://mas.to/tags/wml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wml</span></a> <a href="https://mas.to/tags/chtml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chtml</span></a></p>
Deyan Ginev<p>Mathup: Easy MathML authoring tool with a quick to write syntax.</p><p><a href="https://mathup.xyz/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">mathup.xyz/</span><span class="invisible"></span></a></p><p>Lovely new experiment.</p><p><a href="https://mathstodon.xyz/tags/mathml" class="mention hashtag" rel="tag">#<span>mathml</span></a> <a href="https://mathstodon.xyz/tags/math" class="mention hashtag" rel="tag">#<span>math</span></a></p>
Hacker News<p>Mathup: Easy MathML authoring tool with a quick to write syntax</p><p><a href="https://mathup.xyz/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">mathup.xyz/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> <a href="https://mastodon.social/tags/Mathup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mathup</span></a> <a href="https://mastodon.social/tags/Tool" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tool</span></a> <a href="https://mastodon.social/tags/EasyAuthoring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EasyAuthoring</span></a> <a href="https://mastodon.social/tags/QuickSyntax" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>QuickSyntax</span></a></p>
LavX News<p>Transforming Math with Mathup: A New Era in Mathematical Expression Handling</p><p>Mathup is revolutionizing how developers handle mathematical expressions in web applications. By simplifying the conversion of intuitive math notation into structured MathML, Mathup presents a lightwe...</p><p><a href="https://news.lavx.hu/article/transforming-math-with-mathup-a-new-era-in-mathematical-expression-handling" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/transform</span><span class="invisible">ing-math-with-mathup-a-new-era-in-mathematical-expression-handling</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.cloud/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> <a href="https://mastodon.cloud/tags/Mathup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mathup</span></a></p>
SELFHTML e.V.<p>Heute geht's nicht um KI, sondern nur um π</p><p>Der Pi Day wird jährlich am 14. März gefeiert. </p><p><a href="https://wiki.selfhtml.org/wiki/JavaScript/Objekte/Math/PI" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">wiki.selfhtml.org/wiki/JavaScr</span><span class="invisible">ipt/Objekte/Math/PI</span></a></p><p><a href="https://bildung.social/tags/mathml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathml</span></a> <a href="https://bildung.social/tags/svg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>svg</span></a> <a href="https://bildung.social/tags/fedilz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedilz</span></a></p>
Marius Gundersen<p>I played around with <a href="https://mastodon.social/tags/viewtransitions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>viewtransitions</span></a> and <a href="https://mastodon.social/tags/mathml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathml</span></a> yesterday, and made this example of how to animate solving an equation. It was pretty straight forward to get to work, but I wish I had some control over the transitions. Now the elements move in a straight line, it would be cool of i could make them follow an arc. </p><p><a href="https://codepen.io/mariusgundersen/pen/EaxvjmQ" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codepen.io/mariusgundersen/pen</span><span class="invisible">/EaxvjmQ</span></a></p><p>Edit: does not work in Firefox yet, but probably by the end of 2025</p><p><a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mastodon.social/tags/frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>frontend</span></a> <a href="https://mastodon.social/tags/js" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>js</span></a> <a href="https://mastodon.social/tags/css" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>css</span></a></p>
Joe Crawford<p>Thanks <span class="h-card" translate="no"><a href="https://mastodon.social/@Meyerweb" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Meyerweb</span></a></span> &amp; <span class="h-card" translate="no"><a href="https://mathstodon.xyz/@fractalkitty" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fractalkitty</span></a></span> in particular for helping me understand the uses of both <a href="https://xoxo.zone/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> and <a href="https://xoxo.zone/tags/LaTex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LaTex</span></a> ( and <a href="https://xoxo.zone/tags/MathJax" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathJax</span></a> ) at yesterday's <a href="https://xoxo.zone/tags/IndieWeb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IndieWeb</span></a> Front End Study Hall. I updated <a href="https://lab.artlung.com/mathml/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lab.artlung.com/mathml/</span><span class="invisible"></span></a> a bit.</p>
もく<p>原来可以安装 Native MathML 插件强迫 <a href="https://social.mikutter.hachune.net/tags/Wikipedia" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wikipedia</span></a> 用 <a href="https://social.mikutter.hachune.net/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> 渲染公式,而不是 svg</p>
<p><span class="h-card" translate="no"><a href="https://mastodon.social/@pfsmet" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>pfsmet</span></a></span> Oder länger, aber Browser-kompatibel, in <a href="https://social.tchncs.de/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a>:</p><p>&lt;math&gt;<br> &lt;munderover&gt;<br> &lt;mo&gt;∑&lt;/mo&gt;<br> &lt;mrow&gt;<br> &lt;mi&gt;n&lt;/mi&gt;<br> &lt;mo&gt;=&lt;/mo&gt;<br> &lt;mn&gt;1&lt;/mn&gt;<br> &lt;/mrow&gt;<br> &lt;mn&gt;9&lt;/mn&gt;<br> &lt;/munderover&gt;<br> &lt;msup&gt;<br> &lt;mi&gt;n&lt;/mi&gt;<br> &lt;mn&gt;3&lt;/mn&gt;<br> &lt;/msup&gt;<br> &lt;mo&gt;=&lt;/mo&gt;<br> &lt;mn&gt;2025&lt;/mn&gt;<br>&lt;/math&gt;</p><p><a href="https://social.tchncs.de/tags/year2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>year2025</span></a></p>
randomMDN<p>🦖 &lt;mmultiscripts&gt; 🦖</p><p><a href="https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mmultiscripts" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">developer.mozilla.org/en-US/do</span><span class="invisible">cs/Web/MathML/Element/mmultiscripts</span></a></p><p>The &lt;mmultiscripts&gt; MathML element is used to attach an arbitrary number of subscripts and superscripts to an expression at once, generalizing the &lt;msubsup&gt; element. Scripts can be either pre-scripts (placed before the expression) or post-scripts (placed after it).</p><p><a href="https://front-end.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://front-end.social/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a></p>
Paul L<p><span class="h-card" translate="no"><a href="https://mathstodon.xyz/@christianp" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>christianp</span></a></span> <span class="h-card" translate="no"><a href="https://types.pl/@pounce" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>pounce</span></a></span> That's a nice start.<br>However, I hope we get this further. Ongoing is the task of the Math working group to specify a safe list of elements fo the sanitizer API: <a href="https://github.com/w3c/mathml-core/issues/227" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/w3c/mathml-core/iss</span><span class="invisible">ues/227</span></a></p><p>Once this is done, maybe all of MathML-core will be preserved among the Fediverse instances?</p><p>It should be noted that MathML-core is supported and displayed in all current browsers, thanks to the work of Igalia.<br><a href="https://mastodon.online/tags/mathml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathml</span></a> <a href="https://mastodon.online/tags/sanitizer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sanitizer</span></a> <a href="https://mastodon.online/tags/webplatfrom" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webplatfrom</span></a></p>
Ross A. Baker<p>Since v0.132.0, Hugo has experimental support for build-time MathML rendering. I was able to drop my CDN dependency on MathJax.</p><p><a href="https://rossabaker.com/configs/website/build-time-math-rendering-in-hugo-with-katex/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">rossabaker.com/configs/website</span><span class="invisible">/build-time-math-rendering-in-hugo-with-katex/</span></a></p><p><a href="https://social.rossabaker.com/tags/Hugo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Hugo</span></a> <a href="https://social.rossabaker.com/tags/Katex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Katex</span></a> <a href="https://social.rossabaker.com/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a></p>
Andrew Helwer<p>The sad state of epubs for technical publishing. Inline equations are just blurry raster images. No MathML, no vector art. PDF rendering on the right by comparison. There's a long way to go before textbooks become reflowable. Sample taken from a Manning book.</p><p><a href="https://discuss.systems/tags/epub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>epub</span></a> <a href="https://discuss.systems/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> <a href="https://discuss.systems/tags/Math" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Math</span></a></p>
Andrew Helwer<p>Does anybody know of a static site generator that statically compiles your math equations to MathML? Note this is different than MathJax or KaTeX or whatever other solution that I believe uses SVGs, rendered either on the backend or in the browser.</p><p><a href="https://discuss.systems/tags/static_site_generator" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>static_site_generator</span></a> <a href="https://discuss.systems/tags/KaTeX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KaTeX</span></a> <a href="https://discuss.systems/tags/LaTeX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LaTeX</span></a> <a href="https://discuss.systems/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> <a href="https://discuss.systems/tags/AskFedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFedi</span></a></p>
Timo Tijhof<p><span class="h-card" translate="no"><a href="https://mathstodon.xyz/@dginev" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>dginev</span></a></span> </p><p>I hope this will resolve issues like these two in Firefox, which currently make MathML look considerably worse and less intuitive than Chrome, which does implement a ship a suitable math font (compared to how formulas have long been written in papers with LaTeX).</p><p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1788937" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bugzilla.mozilla.org/show_bug.</span><span class="invisible">cgi?id=1788937</span></a></p><p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=295193" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bugzilla.mozilla.org/show_bug.</span><span class="invisible">cgi?id=295193</span></a></p><p>See also:<br><a href="https://www.mediawiki.org/wiki/Extension:Math/Native_MathML_rollout_(2024)" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">mediawiki.org/wiki/Extension:M</span><span class="invisible">ath/Native_MathML_rollout_(2024)</span></a></p><p><a href="https://www.mediawiki.org/wiki/Extension:Math/Native_MathML/Reported_Cases" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">mediawiki.org/wiki/Extension:M</span><span class="invisible">ath/Native_MathML/Reported_Cases</span></a></p><p><a href="https://fosstodon.org/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a> <a href="https://fosstodon.org/tags/interop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interop</span></a> <a href="https://fosstodon.org/tags/MediaWiki" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MediaWiki</span></a> <a href="https://fosstodon.org/tags/Wikipedia" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wikipedia</span></a> <a href="https://fosstodon.org/tags/maths" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>maths</span></a></p>
Ana Tudor 🐯<p>I'm also on Bluesky 🦋 and here's a little special after getting to a 😈 number of followers there: Number of the Beast - the alarming clock! ⏰</p><p><a href="https://codepen.io/thebabydino/pen/joarrz" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codepen.io/thebabydino/pen/joa</span><span class="invisible">rrz</span></a></p><p><a href="https://mastodon.social/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a>, CSS grid, <a href="https://mastodon.social/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a> mathematical functions. </p><p>PS - can you spot what other song is being referenced? 🤭 </p><p><a href="https://mastodon.social/tags/code" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>code</span></a> <a href="https://mastodon.social/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://mastodon.social/tags/frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>frontend</span></a> <a href="https://mastodon.social/tags/fun" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fun</span></a> <a href="https://mastodon.social/tags/webDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webDev</span></a> <a href="https://mastodon.social/tags/web" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>web</span></a> <a href="https://mastodon.social/tags/dev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dev</span></a> <a href="https://mastodon.social/tags/webDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webDevelopment</span></a> <a href="https://mastodon.social/tags/IronMaiden" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IronMaiden</span></a></p>
Andrew Helwer<p>Does anybody know of an existing textbook in mathematics with equations written in MathML that is available as an epub with reflowable text? Or are we still probably 5-10 years away from that being the norm and are stuck with PDFs until then?</p><p><a href="https://discuss.systems/tags/AskFedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFedi</span></a> <a href="https://discuss.systems/tags/epub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>epub</span></a> <a href="https://discuss.systems/tags/MathML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MathML</span></a></p>
Deyan Ginev<p>Are you excited about better formula support in browsers? Help us with 30 seconds of your time.</p><p>You can give a Github thumbs up 👍 to MathML&#39;s 2025 interoperability requests:</p><p>Math Rendering:<br /><a href="https://github.com/web-platform-tests/interop/issues/787" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/web-platform-tests/</span><span class="invisible">interop/issues/787</span></a></p><p>Math+CSS Styling:<br /><a href="https://github.com/web-platform-tests/interop/issues/861" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/web-platform-tests/</span><span class="invisible">interop/issues/861</span></a></p><p><a href="https://mathstodon.xyz/tags/MathML" class="mention hashtag" rel="tag">#<span>MathML</span></a> <a href="https://mathstodon.xyz/tags/interop" class="mention hashtag" rel="tag">#<span>interop</span></a> <a href="https://mathstodon.xyz/tags/HTML" class="mention hashtag" rel="tag">#<span>HTML</span></a> <a href="https://mathstodon.xyz/tags/CSS" class="mention hashtag" rel="tag">#<span>CSS</span></a></p>