Re: user def symbols for use in @Eq - misbehaving!
Wolfram Kahl <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 27, 2011 at 01:39:25PM -0800, Daren Scot Wilson wrote:
> What are the limitations on what a user defined symbol can contain? I
> think I am running into some obstacle.
>
>
> In mydefs I have written
>
> def @opone {times}
Make that:
extend @Eq def @opone {times}
Wolfram