format question
- To: mathgroup at smc.vnet.net
- Subject: [mg77595] format question
- From: dimitris <dimmechan at yahoo.com>
- Date: Wed, 13 Jun 2007 07:42:03 -0400 (EDT)
Hi. What settings must I change in order the message below appeared in InputForm and without the link "More..."? Thanks in advance! In[10]:= Integrate[(Cos[x]/Sqrt[1 + x^2])*Exp[-x^2], {x, 0, 2*Pi}, Method -> Unknown]//InputForm >From In[10]:= \!\(\* RowBox[{\(Integrate::"optx "\), \(\(:\)\(\ \)\), "\<\"Unknown option \\!\\(Method\\) in \\!\\(Integrate[\\(\\(\\(\[ExponentialE]\\^\\(-x\\^2\\)\\\\ \ \\(\\(Cos[x]\\)\\)\\)\\/\\@\\(1 + x\\^2\\), \\(\\({x, 0, \\(\\(2\\\\ =F0\ \)\\)}\ \\)\\), \\(\\(Method \[Rule] Unknown\\)\\)\\)\\)]\\). \ \\!\\(\\*ButtonBox[\\\"More...\\\", ButtonStyle->\\\"RefGuideLinkText\\ \", \ ButtonFrame->None, ButtonData:>\\\"General::optx\\\"]\\)\"\>"}]\) Out[10]//InputForm= Integrate[Cos[x]/(E^x^2*Sqrt[1 + x^2]), {x, 0, 2*Pi}, Method -> Unknown]