Skip to content
/ ppm Public

An ASCII printer for arithmetic

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

nate2s/ppm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An ASCII printer for arithmetic

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published