COIN-OR::LEMON - Graph Library

Ticket #57: b77fb8c32707.patch

File b77fb8c32707.patch, 657 bytes (added by Balazs Dezso, 16 years ago)

Latex image parameter fix

  • lemon/grid_graph.h

    # HG changeset patch
    # User Balazs Dezso <deba@inf.elte.hu>
    # Date 1224758379 -7200
    # Node ID b77fb8c32707cfa7065739d9b82100e3fa8f14af
    # Parent  560e4b6d020d5918a5e3165f0cdc733d6613b5e8
    Fix latex image generation
    
    diff -r 560e4b6d020d -r b77fb8c32707 lemon/grid_graph.h
    a b  
    481481  /// origin.
    482482  ///
    483483  /// \image html grid_graph.png
    484   /// \image latex grid_graph.eps "Grid graph" row_num=\textrow_num
     484  /// \image latex grid_graph.eps "Grid graph" width=\textwidth
    485485  ///
    486486  /// A short example about the basic usage:
    487487  ///\code