Pointless supports encapsulated postscript provided that
ghostscript exists on the system.
The eps module must be imported in order to use this facility. This is done
with =import("eps")
.
An eps file can then be loaded by specifying the filename and a
scaling factor, e.g. one can use =eps
to load the
file koch.eps by
=eps("koch.eps",2.0)
See About this document... for information on suggesting changes.