Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 591 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 591 Bytes

ppm is a console-based pretty printer for mathematics

alt text

Usage

ppm input

Like:

ppm "x + 3"

Fonts and Colors

ppm supports a number of different fonts (see the full list with ppm --help). Color can either be alternating (the default), or grouped. The --no-random flag disables random colors.

Example:

ppm --font ivrit --color grouped "tan(y) / x"

alt text

Building

 mkdir build
 cd build
 cmake ..
 make

Running Examples

 cd ..
 cp build/project/ppm .
 sh examples.sh