Skip to content

troff's pic(1) macros to draw finite-state machines

Notifications You must be signed in to change notification settings

phillbush/automata.pic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

                              automata.pic

This is a set of macros for the pic language designed to draw finite
state machines (aka automata).  I'm writing these macros during my
classes of Theory of Computation at the University of Brasília in order
to take notes and write exercises.  I may add more stuff as I learn more
about automata.

There is a pdf file with an example.

To use it, include the file automata.pic between the first .PS .PE block:
{
	.PS
	copy "circuit.pic"
	.PE
}

LICENSE:
Public domain.

About

troff's pic(1) macros to draw finite-state machines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages