# HG changeset patch # User John W. Eaton # Date 1366232064 14400 # Node ID 52c66133415471ea029b11a3bafd0371e694d5fc # Parent 67d4111d078db76ffc7b92758971e7e3add8fc93 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. diff --git a/doc/interpreter/java.txi b/doc/interpreter/java.txi --- a/doc/interpreter/java.txi +++ b/doc/interpreter/java.txi @@ -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 diff --git a/doc/interpreter/octave.texi b/doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -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?::