You can use )set message prompt plain
and/or )boot $IOindex := nil On Tue, Jan 23, 2018 at 1:34 PM, 'Nasser M. Abbasi' via FriCAS - computer algebra system <[email protected]> wrote: > > When getting latex output of a result, the result has an equation number > there in the output. > > I just need the latex of the answer, without having an equation number. > > Is there a way to configure it to remove the equation number? Here is an > example > > setSimplifyDenomsFlag(true) > )set output algebra off > )set output tex on > s:=asin(sqrt(1-x^2))/sqrt(1-x^2); > ii:=integrate(s,x) > > The output is > > $$ > -{{{{\arcsin > \left( > {{\sqrt {{-{{x} \sp {2}}+1}}}} > \right)}} > \sp {2}} \over 2} > \leqno(9) =========> Do not want this > $$ > > Using 1.3.2 > > thanks > --Nasser > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/fricas-devel. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
