Re: notebook as TXT
- To: mathgroup at smc.vnet.net
- Subject: [mg74490] Re: notebook as TXT
- From: bar at ANTYSPAM.ap.krakow.pl
- Date: Fri, 23 Mar 2007 19:02:46 -0500 (EST)
- Organization: Akademia Pedagogiczna w Krakowie
- References: <ett7iu$i8g$1@smc.vnet.net>
Bill Rowe <readnewsciv at sbcglobal.net> wrote: > On 3/21/07 at 2:53 AM, bar at ANTYSPAM.ap.krakow.pl wrote: > >When i try to save a notebook as tex ( SAVE SPECIAL) the *.m file > >sometimes is in "readable" form, but sometimes not ! > The entry in the save special menu is TeX and this is not text. Hallo, I can discern TeX and TXT format :-) There are two exaples: *.m file : ----------------- (* Clear["`*"]; R = 0.3; G = 80*10^9; EE = 206*10^9; ro = 7830; ..... ---------------- The same file with addition line with special characters: ------------------------- (* \!\(\* RowBox[{"\[IndentingNewLine]", RowBox[{\(Clear["\<`*\>"];\), "\[IndentingNewLine]", \(R = 0.3;\), "\[IndentingNewLine]", \(G = 80*10^9;\), "\n", \(EE = 206*10^9;\), "\n", \(ro = 7830;\), ..... ------------------------ It's interesting, because the special forms --------------------------------------------------- (\!\(\* RowBox[{ SuperscriptBox["ET", TagBox[\((0, 1)\), Derivative], MultilineFunction->None], "[", \(t, 0\), "]"}]\) --------------------------------------------------- added to second example was in the end of file, In notebook this form looks like ET(0,1)[t,0] - where (0,1) is upper index (d/dx) After adding it ALL the file becomes to unreadable (TXT or PACKAGE *.m) Regards, Olaf