SimonDanisch / UnicodeFun.jl

Functions to transform text into unicode symbols, e.g. latex --> unicode
Other
33 stars 7 forks source link

Formatting of root expressions #9

Closed jagot closed 7 years ago

jagot commented 7 years ago

I have added a to_overline analogue of to_underline, and using this I implemented a nifty formatter for root expressions such that one can do

to_root(4,7)

and get

"∜7̅"

back.

SimonDanisch commented 7 years ago

Cool! :) looks good, thanks a lot!