lojban / cll

Complete Lojban Language Chunked
http://lojban.org/publications/cll/
Other
176 stars 49 forks source link

C18: convert all math stuff to MathML #167

Open rlpowell opened 8 years ago

rlpowell commented 8 years ago

Currently only a few examples, the ones that really need it and a few I did for practice basically, are in MathML; search for "mml:" to see how to do this.

Semantically, it might be nice to have them all be MathML because that makes the actual relationships between the arguments clear and unambiguous. OTOH, meh. I won't be doing this, but it's a thing that could be done.

rlpowell commented 8 years ago

It would also make things render in math font; having "z = f(x)" without any italics looks weird if you're used to reading printed math.

audreytoskin commented 8 years ago

I don't know what it would be like trying to integrate into this project, but there are tools that can convert math written in LaTeX to MathML. And I think LaTeX is a lot easier to write and read (for math).