Fix latex image generation
authorBalazs Dezso <deba@inf.elte.hu>
Thu, 23 Oct 2008 12:39:39 +0200
changeset 338b77fb8c32707
parent 337 560e4b6d020d
child 339 2593e163e407
Fix latex image generation
lemon/grid_graph.h
     1.1 --- a/lemon/grid_graph.h	Wed Oct 22 22:14:00 2008 +0100
     1.2 +++ b/lemon/grid_graph.h	Thu Oct 23 12:39:39 2008 +0200
     1.3 @@ -481,7 +481,7 @@
     1.4    /// origin.
     1.5    ///
     1.6    /// \image html grid_graph.png
     1.7 -  /// \image latex grid_graph.eps "Grid graph" row_num=\textrow_num
     1.8 +  /// \image latex grid_graph.eps "Grid graph" width=\textwidth
     1.9    ///
    1.10    /// A short example about the basic usage:
    1.11    ///\code