From da99550a0ddeb9f23bb713d1667c30e05893b31c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 2 Mar 2005 00:40:51 +0000 Subject: [PATCH] * Avoid suprious cross-references caused by @strong{Note:}. --- doc/tutorial/ginac.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 0080a9b4..e0ae80b1 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -2164,7 +2164,7 @@ one or more indices. @end itemize -@strong{Note:} when printing expressions, covariant indices and indices +@strong{Please notice:} when printing expressions, covariant indices and indices without variance are denoted @samp{.i} while contravariant indices are denoted @samp{~i}. Dotted indices have a @samp{*} in front of the index value. In the following, we are going to use that notation in the text so @@ -3014,7 +3014,7 @@ The unity element of a Clifford algebra is constructed by ex dirac_ONE(unsigned char rl = 0); @end example -@strong{Note:} You must always use @code{dirac_ONE()} when referring to +@strong{Please notice:} You must always use @code{dirac_ONE()} when referring to multiples of the unity element, even though it's customary to omit it. E.g. instead of @code{dirac_gamma(mu)*(dirac_slash(q,4)+m)} you have to write @code{dirac_gamma(mu)*(dirac_slash(q,4)+m*dirac_ONE())}. Otherwise, @@ -3380,7 +3380,7 @@ The unity element of a color algebra is constructed by ex color_ONE(unsigned char rl = 0); @end example -@strong{Note:} You must always use @code{color_ONE()} when referring to +@strong{Please notice:} You must always use @code{color_ONE()} when referring to multiples of the unity element, even though it's customary to omit it. E.g. instead of @code{color_T(a)*(color_T(b)*indexed(X,b)+1)} you have to write @code{color_T(a)*(color_T(b)*indexed(X,b)+color_ONE())}. Otherwise, @@ -7474,7 +7474,7 @@ constructor. by GiNaC to establish a canonical sort order for terms. It returns 0, +1 or -1, depending on the relative order of this object and the @code{other} object. If it returns 0, the objects are considered equal. -@strong{Note:} This has nothing to do with the (numeric) ordering +@strong{Please notice:} This has nothing to do with the (numeric) ordering relationship expressed by @code{<}, @code{>=} etc (which cannot be defined for non-numeric classes). For example, @code{numeric(1).compare_same_type(numeric(2))} may return +1 even though 1 is clearly smaller than 2. Every GiNaC class -- 2.44.0