Re: Re: Presentation quick with grid and pasted
- To: mathgroup at smc.vnet.net
- Subject: [mg100765] Re: [mg100724] Re: [mg100678] Presentation quick with grid and pasted
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sat, 13 Jun 2009 06:03:48 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200906120144.VAA17825@smc.vnet.net>
- Reply-to: murray at math.umass.edu
There's a step missing below: how to save the palette after using
Palettes->Generate Palette from Selection !
This issue has arisen before in MathGroup. I know there's an answer, and
I could probably again reconstruct it or find it by a search, but the
difficulty indicates that there's a design gap in Mathematica in such
situations. It just should not be that non-obvious.
John Fultz wrote:
>
> ... evaluate this code to make a button, click on a
> cell insertion point, and click the button:
>
> Button["Insert Text+Math Grid",
> NotebookWrite[InputNotebook[],
> Cell[BoxData[
> FormBox[GridBox[{{Cell["text"], "\[Placeholder]"}}],
> TraditionalForm]], "Text"]]]
>
> You could turn this button into a palette (Palettes->Generate Palette
> from Selection) and install it (Palettes->Install Palette...) and use
> it later (Palettes-><whatever you named your palette>) as well.
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Re: Presentation quick with grid and pasted graphic
- From: John Fultz <jfultz@wolfram.com>
- Re: Presentation quick with grid and pasted graphic