|
From: villate <vi...@us...> - 2025-08-23 21:59:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, master has been updated
via 68d0a0a417b2a22e1634eb937a880e802ea67e78 (commit)
from d5bc8c6a2c5aa13be4a719ae3feddb8503d6eff1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 68d0a0a417b2a22e1634eb937a880e802ea67e78
Author: villate <vi...@fe...>
Date: Sat Aug 23 22:58:31 2025 +0100
The new macro for figures works also for info format.
diff --git a/doc/info/Introduction.texi b/doc/info/Introduction.texi
index 169d9e67b..06fdd1459 100644
--- a/doc/info/Introduction.texi
+++ b/doc/info/Introduction.texi
@@ -164,24 +164,18 @@ Maxima can generate plots of one or more functions:
@example
(%i1) plot2d (sin(x)/x, [x, -20, 20])$
@end example
-@ifnotinfo
@altfigure{introduction1,Plot of a function}
-@end ifnotinfo
@example
(%i2) plot2d ([atan(x), erf(x), tanh(x)], [x, -5, 5], [y, -1.5, 2])$
@end example
-@ifnotinfo
@altfigure{introduction2,Plot of several functions}
-@end ifnotinfo
@example
@group
(%i3) plot3d (sin(sqrt(x^2 + y^2))/sqrt(x^2 + y^2),
[x, -12, 12], [y, -12, 12])$
@end group
@end example
-@ifnotinfo
@altfigure{introduction3,Plot of a function of two variables}
-@end ifnotinfo
@c FOLLOWING TEXT DESCRIBES THE TCL/TK PLOT WINDOW WHICH IS NO LONGER THE DEFAULT
@c Moving the cursor to the top left corner of the plot window will pop up
-----------------------------------------------------------------------
Summary of changes:
doc/info/Introduction.texi | 6 ------
1 file changed, 6 deletions(-)
hooks/post-receive
--
Maxima CAS
|