From: divisor on 13 Feb 2010 05:23 Hello mathGroup: I have a program that has a23 in many places. I want to change the notebook so each occurrence has an evaluated form of "Subscript[\ [Alpha], 23]". When I run the Edit>>Find command in the front-end, the unevaluated form is replaced. The "Replace with:" box is a plain text control so I cannot paste the evaluated form. Is it possible to make this replacement? Thanks in advance. Roger Williams Franklin Laboratory
From: Bob Hanlon on 14 Feb 2010 05:58 Do the substitution with the InputForm, i.e., Subscript[\[Alpha], 23], then select the cells and use the menu command Cell | Convert To | TraditionalForm Select the TraditionalForm menu item even if there is already a check next to it. Bob Hanlon ---- divisor <congruentialuminaire(a)yahoo.com> wrote: ============= Hello mathGroup: I have a program that has a23 in many places. I want to change the notebook so each occurrence has an evaluated form of "Subscript[\ [Alpha], 23]". When I run the Edit>>Find command in the front-end, the unevaluated form is replaced. The "Replace with:" box is a plain text control so I cannot paste the evaluated form. Is it possible to make this replacement? Thanks in advance. Roger Williams Franklin Laboratory
From: divisor on 16 Feb 2010 03:51 Thanks Bob....the only thing is I have to evaluate the cells one-by- one after the replace... So Maxim supplied this excellent result: > Currently you can only do it by using linear syntax. So the "Replace With= :" field should contain this string: > > \!\(\[Alpha]\_23\) > > Best regards, > Maxim Rytin On Feb 13, 2:23 am, divisor <congruentialumina...(a)yahoo.com> wrote: > Hello mathGroup: > > <snipped/>
|
Pages: 1 Prev: Can I set Page Setup scale for a notebook programmatically? Next: Line into Image |