I looks that all changes to book build are now commited, right? Unless somebody thinks that this is bad idea I will commit the trivil change to the FriCAS book below.
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 } -- Waldek Hebisch -- 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/Zn9oe6d5LQI7ValF%40fricas.org.