changeset 16533:52c661334154

avoid trouble with @sc{..} in section heading/node name * java.txi, octave.texi: Use Matlab instead of @sc{matlab} in section heading, node name, and corresponding menu item.
author John W. Eaton <jwe@octave.org>
date Wed, 17 Apr 2013 16:54:24 -0400
parents 67d4111d078d
children 1dce0510b1e8
files doc/interpreter/java.txi doc/interpreter/octave.texi
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/java.txi	Wed Apr 17 03:09:30 2013 -0400
+++ b/doc/interpreter/java.txi	Wed Apr 17 16:54:24 2013 -0400
@@ -141,7 +141,7 @@
 @section FAQ - Frequently asked Questions
 
 @menu
-* How to distinguish between Octave and @sc{matlab}?::
+* How to distinguish between Octave and Matlab?::
 * How to make Java classes available?::
 * How to create an instance of a Java class?::
 * How can I handle memory limitations?::
@@ -149,8 +149,8 @@
 @end menu
 
 @c ------------------------------------------------------------------------
-@node How to distinguish between Octave and @sc{matlab}?
-@subsection How to distinguish between Octave and @sc{matlab}?
+@node How to distinguish between Octave and Matlab?
+@subsection How to distinguish between Octave and Matlab?
 @anchor{doc-FAQ}
 @c - index -
 @cindex Octave and @sc{matlab}, how to distinguish between
--- a/doc/interpreter/octave.texi	Wed Apr 17 03:09:30 2013 -0400
+++ b/doc/interpreter/octave.texi	Wed Apr 17 16:54:24 2013 -0400
@@ -771,7 +771,7 @@
 
 FAQ - Frequently asked Questions
 
-* How to distinguish between Octave and @sc{matlab}?::
+* How to distinguish between Octave and Matlab?::
 * How to make Java classes available?::
 * How to create an instance of a Java class?::
 * How can I handle memory limitations?::