From: Jens Vollinga Date: Tue, 6 Jul 2010 09:23:21 +0000 (+0200) Subject: Texinfo interprets @strong{Note...} as a cross reference and gives a X-Git-Tag: release_1-6-0~48 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=7769ce49235ed6510785baa0a29801e3a59b563e;hp=df823d53c56c762072f534c9f24479090162e33a Texinfo interprets @strong{Note...} as a cross reference and gives a warning about it. Changed the text to avoid this. --- 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}.