From 7769ce49235ed6510785baa0a29801e3a59b563e Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Tue, 6 Jul 2010 11:23:21 +0200 Subject: [PATCH 1/1] Texinfo interprets @strong{Note...} as a cross reference and gives a warning about it. Changed the text to avoid this. --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index b3befd3f..571144a1 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -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}. -@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}. -- 2.44.0