]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/ginac.texi
Texinfo interprets @strong{Note...} as a cross reference and gives a
[ginac.git] / doc / tutorial / ginac.texi
index b3befd3fb7d170510ca7f20f501e9f3be01e546a..571144a14df830640fbf1d7a019292fb54137c9a 100644 (file)
@@ -4637,7 +4637,7 @@ often as is possible without getting negative exponents. For example
 @code{(x^(-3)*y^(-2)*z).subs(1/(x*y)==c, subs_options::algebraic)} will
 return @code{x^(-1)*c^2*z}. 
 
 @code{(x^(-3)*y^(-2)*z).subs(1/(x*y)==c, subs_options::algebraic)} will
 return @code{x^(-1)*c^2*z}. 
 
-@strong{Note:} this only works for multiplications
+@strong{Please notice:} this only works for multiplications
 and not for locating @code{x+y} within @code{x+y+z}.
 
 
 and not for locating @code{x+y} within @code{x+y+z}.