Changeset 587:114920bd21ef in lemon-main
- Timestamp:
- 04/15/09 08:05:32 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r586 r587 15 15 16 16 DOC_EPS_IMAGES18 = \ 17 grid_graph.eps \ 18 nodeshape_0.eps \ 19 nodeshape_1.eps \ 20 nodeshape_2.eps \ 21 nodeshape_3.eps \ 22 nodeshape_4.eps 23 24 DOC_EPS_IMAGES27 = \ 17 25 bipartite_matching.eps \ 18 26 bipartite_partitions.eps \ 19 27 connected_components.eps \ 20 28 edge_biconnected_components.eps \ 21 grid_graph.eps \22 29 node_biconnected_components.eps \ 23 nodeshape_0.eps \24 nodeshape_1.eps \25 nodeshape_2.eps \26 nodeshape_3.eps \27 nodeshape_4.eps \28 30 strongly_connected_components.eps 29 31 30 32 DOC_EPS_IMAGES = \ 31 $(DOC_EPS_IMAGES18) 33 $(DOC_EPS_IMAGES18) \ 34 $(DOC_EPS_IMAGES27) 32 35 33 36 DOC_PNG_IMAGES = \ … … 45 48 if test ${gs_found} = yes; then \ 46 49 $(GS_COMMAND) -sDEVICE=pngalpha -r18 -sOutputFile=$@ $<; \ 50 else \ 51 echo; \ 52 echo "Ghostscript not found."; \ 53 echo; \ 54 exit 1; \ 55 fi 56 57 $(DOC_EPS_IMAGES27:%.eps=doc/gen-images/%.png): doc/gen-images/%.png: doc/images/%.eps 58 -mkdir doc/gen-images 59 if test ${gs_found} = yes; then \ 60 $(GS_COMMAND) -sDEVICE=pngalpha -r27 -sOutputFile=$@ $<; \ 47 61 else \ 48 62 echo; \ -
doc/images/bipartite_partitions.eps
r586 r587 2 2 %%Creator: LEMON, graphToEps() 3 3 %%CreationDate: Tue Nov 15 16:51:43 2005 4 %%BoundingBox: 0 0 596 842 5 %%DocumentPaperSizes: a4 4 %%BoundingBox: 0 0 842 596 6 5 %%EndComments 7 6 /lb { setlinewidth setrgbcolor newpath moveto … … 47 46 48 47 gsave 48 90 rotate 49 0 -842 translate 49 50 71.6378 15 translate 50 51 0.389093 dup scale -
doc/images/connected_components.eps
r586 r587 2 2 %%Creator: LEMON, graphToEps() 3 3 %%CreationDate: Fri Nov 4 13:47:12 2005 4 %%BoundingBox: 0 0 596 842 5 %%DocumentPaperSizes: a4 4 %%BoundingBox: 0 0 842 596 6 5 %%EndComments 7 6 /lb { setlinewidth setrgbcolor newpath moveto … … 47 46 48 47 gsave 48 90 rotate 49 0 -842 translate 49 50 71.0944 15 translate 50 51 0.434694 dup scale -
doc/images/edge_biconnected_components.eps
r586 r587 2 2 %%Creator: LEMON, graphToEps() 3 3 %%CreationDate: Fri Nov 4 13:47:12 2005 4 %%BoundingBox: 0 0 596 842 5 %%DocumentPaperSizes: a4 4 %%BoundingBox: 0 0 842 596 6 5 %%EndComments 7 6 /lb { setlinewidth setrgbcolor newpath moveto … … 47 46 48 47 gsave 48 90 rotate 49 0 -842 translate 49 50 71.0944 15 translate 50 51 0.434694 dup scale -
doc/images/node_biconnected_components.eps
r586 r587 2 2 %%Creator: LEMON, graphToEps() 3 3 %%CreationDate: Fri Nov 4 13:47:12 2005 4 %%BoundingBox: 0 0 596 842 5 %%DocumentPaperSizes: a4 4 %%BoundingBox: 0 0 842 596 6 5 %%EndComments 7 6 /lb { setlinewidth setrgbcolor newpath moveto … … 47 46 48 47 gsave 48 90 rotate 49 0 -842 translate 49 50 71.0944 15 translate 50 51 0.434694 dup scale -
doc/images/strongly_connected_components.eps
r586 r587 2 2 %%Creator: LEMON, graphToEps() 3 3 %%CreationDate: Fri Nov 4 13:47:12 2005 4 %%BoundingBox: 0 0 596 842 5 %%DocumentPaperSizes: a4 4 %%BoundingBox: 0 0 842 596 6 5 %%EndComments 7 6 /lb { setlinewidth setrgbcolor newpath moveto … … 47 46 48 47 gsave 48 90 rotate 49 0 -842 translate 49 50 77.1122 15 translate 50 51 0.585745 dup scale
Note: See TracChangeset
for help on using the changeset viewer.