<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">I'm running MM 6052, and the texmath bundle is working OK. After installing it, in the settings window under the Composer tab, make sure to check that the "Math language" option is set correctly.</p>
<p dir="auto">You can then write things like:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #E4E4E4;"><code style="padding: 0 0.25em; background-color: #E4E4E4;">```math
x_2 + \alpha^2 +\frac{1}{3}
```
</code></pre>
<p dir="auto">to get</p>
<math display="block"><mrow><semantics><mrow><msub><mi>x</mi> <mn>2</mn></msub><mo>+</mo><msup><mi>α</mi> <mn>2</mn></msup><mo>+</mo><mfrac><mn>1</mn><mn>3</mn></mfrac></mrow><annotation encoding="application/x-tex">x_2 + \alpha^2 +\frac{1}{3}</annotation></semantics></mrow></math>
<p dir="auto">Or inline using two backticks: <math display="inline"><mrow><semantics><mrow><msub><mi>x</mi> <mn>2</mn></msub><mo>+</mo><msup><mi>α</mi> <mn>2</mn></msup><mo>+</mo><mfrac><mn>1</mn><mn>3</mn></mfrac></mrow><annotation encoding="application/x-tex">x_2 + \alpha^2 +\frac{1}{3}</annotation></semantics></mrow></math>.</p>
<p dir="auto">Cheers,<br>
Steve.</p>
<p dir="auto">On 6 Dec 2024, at 1:45, leo wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #136BCE; color: #136BCE;">
<p dir="auto">Hello MailMate mates</p>
<p dir="auto">Is there any way to set math formulas in a LaTex-ish way?</p>
<p dir="auto">I saw <a href="https://github.com/mailmate/texmath.mmbundle">GitHub - mailmate/texmath.mmbundle: TeX math converted to MathML</a>, but I have no idea whether that is still up-=to-date or even how to use it…</p>
<p dir="auto">Many thanks for pointers,<br>
Leo_______________________________________________<br>
mailmate mailing list<br>
Unsubscribe: <a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>