Skip to content

asciimath is a simple command-line tool for displaying math equations as ascii art.

License

Notifications You must be signed in to change notification settings

SuprDewd/asciimath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciimath

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>

About

asciimath is a simple command-line tool for displaying math equations as ascii art.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published