COIN-OR::LEMON - Graph Library

Changeset 587:114920bd21ef in lemon-main


Ignore:
Timestamp:
04/15/09 08:05:32 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Rotate and enlarge some images (#262)

Location:
doc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r586 r587  
    1515
    1616DOC_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
     24DOC_EPS_IMAGES27 = \
    1725        bipartite_matching.eps \
    1826        bipartite_partitions.eps \
    1927        connected_components.eps \
    2028        edge_biconnected_components.eps \
    21         grid_graph.eps \
    2229        node_biconnected_components.eps \
    23         nodeshape_0.eps \
    24         nodeshape_1.eps \
    25         nodeshape_2.eps \
    26         nodeshape_3.eps \
    27         nodeshape_4.eps \
    2830        strongly_connected_components.eps
    2931
    3032DOC_EPS_IMAGES = \
    31         $(DOC_EPS_IMAGES18)
     33        $(DOC_EPS_IMAGES18) \
     34        $(DOC_EPS_IMAGES27)
    3235
    3336DOC_PNG_IMAGES = \
     
    4548        if test ${gs_found} = yes; then \
    4649          $(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=$@ $<; \
    4761        else \
    4862          echo; \
  • doc/images/bipartite_partitions.eps

    r586 r587  
    22%%Creator: LEMON, graphToEps()
    33%%CreationDate: Tue Nov 15 16:51:43 2005
    4 %%BoundingBox: 0 0 596 842
    5 %%DocumentPaperSizes: a4
     4%%BoundingBox: 0 0 842 596
    65%%EndComments
    76/lb { setlinewidth setrgbcolor newpath moveto
     
    4746
    4847gsave
     4890 rotate
     490 -842 translate
    495071.6378 15 translate
    50510.389093 dup scale
  • doc/images/connected_components.eps

    r586 r587  
    22%%Creator: LEMON, graphToEps()
    33%%CreationDate: Fri Nov  4 13:47:12 2005
    4 %%BoundingBox: 0 0 596 842
    5 %%DocumentPaperSizes: a4
     4%%BoundingBox: 0 0 842 596
    65%%EndComments
    76/lb { setlinewidth setrgbcolor newpath moveto
     
    4746
    4847gsave
     4890 rotate
     490 -842 translate
    495071.0944 15 translate
    50510.434694 dup scale
  • doc/images/edge_biconnected_components.eps

    r586 r587  
    22%%Creator: LEMON, graphToEps()
    33%%CreationDate: Fri Nov  4 13:47:12 2005
    4 %%BoundingBox: 0 0 596 842
    5 %%DocumentPaperSizes: a4
     4%%BoundingBox: 0 0 842 596
    65%%EndComments
    76/lb { setlinewidth setrgbcolor newpath moveto
     
    4746
    4847gsave
     4890 rotate
     490 -842 translate
    495071.0944 15 translate
    50510.434694 dup scale
  • doc/images/node_biconnected_components.eps

    r586 r587  
    22%%Creator: LEMON, graphToEps()
    33%%CreationDate: Fri Nov  4 13:47:12 2005
    4 %%BoundingBox: 0 0 596 842
    5 %%DocumentPaperSizes: a4
     4%%BoundingBox: 0 0 842 596
    65%%EndComments
    76/lb { setlinewidth setrgbcolor newpath moveto
     
    4746
    4847gsave
     4890 rotate
     490 -842 translate
    495071.0944 15 translate
    50510.434694 dup scale
  • doc/images/strongly_connected_components.eps

    r586 r587  
    22%%Creator: LEMON, graphToEps()
    33%%CreationDate: Fri Nov  4 13:47:12 2005
    4 %%BoundingBox: 0 0 596 842
    5 %%DocumentPaperSizes: a4
     4%%BoundingBox: 0 0 842 596
    65%%EndComments
    76/lb { setlinewidth setrgbcolor newpath moveto
     
    4746
    4847gsave
     4890 rotate
     490 -842 translate
    495077.1122 15 translate
    50510.585745 dup scale
Note: See TracChangeset for help on using the changeset viewer.