changeset 10737:5faf6832855a

refcard.tex: Fix italic macro typo for stem.
author Rik <octave@nomad.inbox5.com>
date Thu, 01 Jul 2010 11:15:23 -0700
parents 14af8004945d
children a4b8364e04c7 3952b4c4e44a
files doc/ChangeLog doc/refcard/refcard.tex
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-01  Rik <octave@nomad.inbox5.com>
+
+        * refcard/refcard.tex: Fix italic macro typo for stem.
+
 2010-06-28  Rik <octave@nomad.inbox5.com>
 
         * refcard/refcard.tex: Fix typos in refcard (bug #30260).
--- a/doc/refcard/refcard.tex
+++ b/doc/refcard/refcard.tex
@@ -938,7 +938,7 @@
 loglog ({\it args})&2D plot with logarithmic axes\cr
 bar ({\it args})&plot bar charts\cr
 stairs ({\it x}, {\it y})&plot stairsteps\cr
-stem ({\it x}, {it y})&plot a stem graph\cr
+stem ({\it x}, {\it y})&plot a stem graph\cr
 hist ({\it y}, {\it x})&plot histograms\cr
 contour ({\it x}, {\it y}, {\it z})&contour plot\cr
 title ({\it string})&set plot title\cr