1.1 --- a/lemon/graph_to_eps.h Sat Apr 18 21:54:30 2009 +0200
1.2 +++ b/lemon/graph_to_eps.h Tue Apr 21 10:34:49 2009 +0100
1.3 @@ -268,22 +268,18 @@
1.4 /// = 1
1.5 ///\image html nodeshape_1.png
1.6 ///\image latex nodeshape_1.eps "SQUARE shape (1)" width=2cm
1.7 - ///
1.8 SQUARE=1,
1.9 /// = 2
1.10 ///\image html nodeshape_2.png
1.11 ///\image latex nodeshape_2.eps "DIAMOND shape (2)" width=2cm
1.12 - ///
1.13 DIAMOND=2,
1.14 /// = 3
1.15 ///\image html nodeshape_3.png
1.16 - ///\image latex nodeshape_2.eps "MALE shape (4)" width=2cm
1.17 - ///
1.18 + ///\image latex nodeshape_3.eps "MALE shape (3)" width=2cm
1.19 MALE=3,
1.20 /// = 4
1.21 ///\image html nodeshape_4.png
1.22 - ///\image latex nodeshape_2.eps "FEMALE shape (4)" width=2cm
1.23 - ///
1.24 + ///\image latex nodeshape_4.eps "FEMALE shape (4)" width=2cm
1.25 FEMALE=4
1.26 };
1.27