Re: [Pharo-users] Mathex first release is out.

2015-09-22 Thread Julien Delplanque
On 21/09/15 15:40, Damien Cassou wrote: Julien Delplanque writes: - Greek letters are defined as globals: Alpha, Beta, ... instead of "polluting" the global namespace, you might want to let your users write: #alpha asMathex Yep but I think the notation is nicer with '(Alpha index: $i

Re: [Pharo-users] Mathex first release is out.

2015-09-21 Thread Ben Coman
I don't have a use right now, but this is really cool. Thanks for the announcement. cheers -ben On Mon, Sep 21, 2015 at 1:44 AM, Julien Delplanque wrote: > Hi all, > > I'm sending this mail for those who are eventually interested in the Mathex > package > I announced in a precedent mail > (http:/

Re: [Pharo-users] Mathex first release is out.

2015-09-21 Thread Damien Cassou
Julien Delplanque writes: > - Greek letters are defined as globals: Alpha, Beta, ... instead of "polluting" the global namespace, you might want to let your users write: #alpha asMathex > * Have a preview of the compiled LaTeX code using pdflatex you launch pdflatex from Pharo? Do