aberrantian / mmt

https://aberrantian.github.io/mmt/
0 stars 0 forks source link

expression rendering #3

Open aberrantian opened 2 months ago

aberrantian commented 2 months ago

Would be nice for the user if the expression was rendered to their liking for example: 5 x 5 - use "x" to represent multiplication 5 ⋅ 5 - "⋅" to represent multiplication 5⋅5 - remove whitespace 5÷5 - use "÷" to represent division

without changing or using what is used in the code itself such as: * for multiplication / for division

aberrantian commented 2 months ago

would also be nice if they could use their decimal seperator of choice , or .

aberrantian commented 2 months ago

would it be possible to add render options to render the expressions as long division or column add/sub/mult/div?