Rendering mathematical equations

Hello everyone,

I have some equations I want to display as a formula within a document, such as this:

Other than using @image, is there any way to display these as an equation? Within Word, there is the “Equation” menu that allows for UnicodeMath input. I looked into printing the characters Unicode characters using Clojure directly, but this still needs a mathematical rendering tool such as MathJax, which I suspect Clausebase does not have.

I’m aware this is pretty niche, but wanted to still check if I am missing something.

Thanks!

Best
Kai

I would recommend to try this by inserting fragments of MS Word files (using @msword-fragment) that contain those formulas.

See the documentation: Inserting MS Word files into ClauseBase documents – Help

Let us know whether this gives satisfactory results!