]> www.ginac.de Git - ginac.git/commitdiff
Small improvement to VPATH fix.
authorJens Vollinga <jensv@balin.nikhef.nl>
Wed, 26 Mar 2008 12:33:55 +0000 (13:33 +0100)
committerJens Vollinga <jensv@balin.nikhef.nl>
Wed, 26 Mar 2008 12:33:55 +0000 (13:33 +0100)
doc/tutorial/ginac.texi

index b0c4b45c5dd47b14b0c7c3cd854a9cda0670efad..b1b38c72c6f1eee4febe1b5214832f7bf79b4e90 100644 (file)
@@ -924,6 +924,9 @@ some of the relations among the classes:
 @ifnotinfo
 @image{classhierarchy}
 @end ifnotinfo
 @ifnotinfo
 @image{classhierarchy}
 @end ifnotinfo
+@ifinfo
+<PICTURE MISSING>
+@end ifinfo
 
 The abstract classes shown here (the ones without drop-shadow) are of no
 interest for the user.  They are used internally in order to avoid code
 
 The abstract classes shown here (the ones without drop-shadow) are of no
 interest for the user.  They are used internally in order to avoid code
@@ -8556,6 +8559,9 @@ fashion:
 @ifnotinfo
 @image{repnaive}
 @end ifnotinfo
 @ifnotinfo
 @image{repnaive}
 @end ifnotinfo
+@ifinfo
+<PICTURE MISSING>
+@end ifinfo
 
 @cindex pair-wise representation
 However, doing so results in a rather deeply nested tree which will
 
 @cindex pair-wise representation
 However, doing so results in a rather deeply nested tree which will
@@ -8569,6 +8575,9 @@ becomes much more flat:
 @ifnotinfo
 @image{reppair}
 @end ifnotinfo
 @ifnotinfo
 @image{reppair}
 @end ifnotinfo
+@ifinfo
+<PICTURE MISSING>
+@end ifinfo
 
 The number @code{3} above the symbol @code{d} shows that @code{mul}
 objects are treated similarly where the coefficients are interpreted as
 
 The number @code{3} above the symbol @code{d} shows that @code{mul}
 objects are treated similarly where the coefficients are interpreted as
@@ -8593,6 +8602,9 @@ $2d^3 \left( 4a + 5b - 3 \right)$:
 @ifnotinfo
 @image{repreal}
 @end ifnotinfo
 @ifnotinfo
 @image{repreal}
 @end ifnotinfo
+@ifinfo
+<PICTURE MISSING>
+@end ifinfo
 
 @cindex radical
 This also allows for a better handling of numeric radicals, since
 
 @cindex radical
 This also allows for a better handling of numeric radicals, since