You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asciimath is a simple command-line tool for displaying math equations as
ascii art.
Installation
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
Usage
$ asciimath 1/{1+1/{1+1/{1+X}}}
1
-------------
1
1 + ---------
1
1 + -----
1 + X
$ asciimath
> a^b^c+4/(1+x/{1-x})^{x-y}
c
b 4
a + ----------------
x - y
( x )
(1 + -----)
( 1 - x)
> a+b+c
a + b + c
> <C-d>