changeset 8350:0e3a92a8683c

fix texi bug in subplot.m
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Wed, 05 Nov 2008 17:51:42 +0100
parents 02beb5be5683
children 4d78baf20ded
files scripts/ChangeLog scripts/plot/subplot.m
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Sun Nov 02 17:07:44 2008 +0100
+++ b/scripts/ChangeLog	Wed Nov 05 17:51:42 2008 +0100
@@ -32,6 +32,10 @@
 	* polynomial/spline.m: Delete debugging statements.  From
 	Sebastian Schöps <sebastian@schoeps.org>.
 
+2008-11-05  Thorsten Meyer  <thorsten.meyier@gmx.de>
+
+        * plot/subplot.m: fix texi bug
+
 2008-09-28  Jaroslav Hajek <highegg@gmail.com>
 
 	* optimization/__fdjac__.m: New function file.
--- a/scripts/plot/subplot.m	Sun Nov 02 17:07:44 2008 +0100
+++ b/scripts/plot/subplot.m	Wed Nov 05 17:51:42 2008 +0100
@@ -45,16 +45,16 @@
 ## @end iftex
 ## @ifinfo
 ## @display
+## @example
 ## @group
-## @example
 ##
 ## +-----+-----+-----+
 ## |  1  |  2  |  3  |
 ## +-----+-----+-----+
 ## |  4  |  5  |  6  |
 ## +-----+-----+-----+
+## @end group
 ## @end example
-## @end group
 ## @end display
 ## @end ifinfo
 ## @seealso{plot}