Multiplatform program which outputs math expressions

Eric J Anderson lordmaiku at gmail.com
Sat Jan 20 11:34:35 PST 2007


zeecanvas at yahoo.com wrote:
> Eric J Anderson wrote:
> [...]
>   
>> Of course, there is probably a simpler/more elegant way of doing it. But
>> this way you could output the HTML and images so your users could easily
>> publish their results to the web? MathML would also be great for this,
>> but you'd probably need to custom-implement support for it in wxWidgets.
>>
>> I'd be interested in the final solution to this problem.
>>     
>
> Well, I don't need to display the output on the app's window (and I
> prefer not to do so, for the sake of avoiding complexity).
>
> Regarding your advice of drawing it myself, I'd prefer to avoid that if
> possible (I don't have time for doing that).
>
> And about MathML and HTML, what I don't like is that it doesn't have
> page formatting, and I'd like that the PDF output was formatted for a
> paper size given by the user.
>
> Somewhat it seems like LaTeX would be the best choice, but maybe it's a
> "too big monster" for what I want it.
>
> zee
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
>   
Well, a quick Google search on 'LaTeX math' returned a lot of 
good-looking results, so it might be a decent route to take. If you're 
afraid about users not having the libraries installed, maybe you could 
link statically? It's a larger executable, but worth the reduced install 
complexity.

You probably want to look at the AMS-LaTeX extensions (amsmath and amscls).

I'm not being much help, so I'll be quiet now :)

Good luck with your project.

-- 
  Eric J Anderson
www.xivestudios.org





More information about the wx-users mailing list