# 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
|
|
481 | 481 | /// origin. |
482 | 482 | /// |
483 | 483 | /// \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 |
485 | 485 | /// |
486 | 486 | /// A short example about the basic usage: |
487 | 487 | ///\code |