Script to convert maple polynomial to LattE Integrale input
David Haws 
11/09/11
www.davidhaws.net
dchaws@gmail.com

This reads (from standard input) a polynomial in maple format 
and writes (to standard output) input suitable for Latte Integrale.
The user must specify, on the command line, how many variables to expect.
See Page 11 of "manual_v1.5.pdf" of LattE Integrale.

Example ./maple2integrale 3 < test1.txt 
Example ./maple2integrale 3 < test2.txt 
Example ./maple2integrale 3 < test2.txt | less
Example ./maple2integrale 3 < test2.txt > test2_latte.txt
