graph_to_eps mission accomplished.
- lemon/graph_to_eps.h header created
- lemon/bezier.h: Tools to compute with bezier curves (unclean and undocumented
  interface, used internally by graph_to_eps.h)
- demo/graph_to_eps_demo.cc: a simple demo for lemon/graph_to_eps.h
     1 	* ValueType -> Value, KeyType -> Key, ReferenceType ->Reference,
 
     3 	* target() -> target(), source() -> source()
 
     5 	* Right include paths in documentation
 
     7 2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>