# 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/lemon/grid_graph.h	Wed Oct 22 22:14:00 2008 +0100
+++ b/lemon/grid_graph.h	Thu Oct 23 12:39:39 2008 +0200
@@ -481,7 +481,7 @@
   /// origin.
   ///
   /// \image html grid_graph.png
-  /// \image latex grid_graph.eps "Grid graph" row_num=\textrow_num
+  /// \image latex grid_graph.eps "Grid graph" width=\textwidth
   ///
   /// A short example about the basic usage:
   ///\code