On 6/29/24 09:50, Waldek Hebisch wrote:
I looks that all changes to book build are now commited, right?

I've committed everything on my side.

Unless somebody thinks that this is bad idea I will commit the
trivil change to the FriCAS book below.

Looks OK.

- Qian

After that I would like to really do the release.


diff --git a/src/doc/htex/ug07.htex b/src/doc/htex/ug07.htex
index 87ed8dc..d61e16c 100644
--- a/src/doc/htex/ug07.htex
+++ b/src/doc/htex/ug07.htex
@@ -141,7 +141,7 @@ on the screen.
  Here is the same graph on a different interval.
  This time we give the graph a title.
  }{
-\spadgraph{draw(sin(tan(x)) - tan(sin(x)),x = 10..16)}
+\spadgraph{draw(sin(tan(x)) - tan(sin(x)), x = 10..16, title=="Shifted view")}
  }{
  2D1VarB
  }
@@ -210,7 +210,7 @@ functions, one for each of the functions \spad{f} and 
\spad{g}.
  The title may be an arbitrary string and is an
  optional argument to the \spadfun{draw} command.
  }{
-\spadgraph{draw(curve(cos(t), sin(t)), t = 0..2*\%pi)}
+\spadgraph{draw(curve(cos(t), sin(t)), t = 0..2*\%pi, title=="Circle")}
  }{
  2DppcB
  }

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/694a1a16-465b-4e3b-a302-26e6ba6f180d%40gmail.com.

Reply via email to