Re: notebook as TXT
- To: mathgroup at smc.vnet.net
- Subject: [mg74561] Re: notebook as TXT
- From: siewsk at bp.com
- Date: Mon, 26 Mar 2007 02:06:57 -0500 (EST)
- References: <etqoqd$1d2$1@smc.vnet.net>
On Mar 21, 6:02 pm, b... 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 !
>
> I want to save file as normal text because I need to put it
> on remote machine without permission to X session.
>
> When i want to change this file later, it seems not readable !
>
> (it looks like:
> \!\(\*
> RowBox[{
> "\[IndentingNewLine]", \( (*\(Clear["\<`*\>"];\)*) \),
> "\[IndentingNewLine]",
> RowBox[{\(R = 0.3;\), "\[IndentingNewLine]", \(G = 80*10^9;\),
> "\n", \(EE = 206*10^9;\), "\n", \(ro = 7830;\),
> "\n", \(k = 10/9*EE/G;\), "\[IndentingNewLine]", \(JJ = Pi\ R^4/4;\),
> "\n", \(AA = Pi\ R^2;\), "\n", \(l = 1.2;\),
> .......
>
> It's not convenient for me ..
>
> Is the better way ?
>
> regards, Olaf
Here is my suggestion.
(1) Save the notebook as "temporary.nb" as a precaution
(2) Open "temporary.nb"
(3) Select <Cell> - <Default Input Format Type> - <InputForm>
(4) Select <Cell> - <Default Output Format Type> - <InputForm>
(5) Click select a cell.
(6) Type CTRL-A this would select the entire notebook
(7) Copy and Paste to notepad.
(8) The End.