From: Martin DeMello Date: 2004-08-11T03:21:14+09:00 Subject: Re: postscript generation Shashank Date wrote: > Hello Martin, > > "Martin DeMello" wrote in message > > I'm trying to write a ruby program that will output a postscript > > representation of a scrabble board. Some of the things I thought of are > > > > 1. Generate LaTeX > > 2. Generate SVG/Dia > > 3. Generate postscript directly > ^^^^^^^^^^^^^^^^^^^^ > Take a look at Mark Slagell's Postscript generator: > > http://clinic-db.vm.iastate.edu/support/postscript_module.html > > I have used it in the past and it worked like a champ ! Thanks - I've bookmarked this, though Lout is working out very nicely for my current project. martin