Re: howto draw math forumulas
Re: howto draw math forumulas
- Subject: Re: howto draw math forumulas
- From: Peter Seibel <email@hidden>
- Date: Mon, 15 Jan 2007 15:40:37 -0800
On Jan 15, 2007, at 3:27 PM, William Zumwalt wrote:
Hi,
You are correct. I was hoping to write out the equations as a textual
representation and not really graph plot them (though I am doing that
elsewhere :).
The PDF view is an interesting idea which I'll look into more. I have
a tabbed pane in my app where I'd like to place this and though I
don't know latex, I've heard a lot about it's typesetting features.
I don't know if there are any existing libraries for doing math
typesetting but certainly the Cocoa text system gives you all the
control you need--look at NSMutableAttributedString and the various
formatting controls available via the standard attributes described
in this doc:
<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Classes/NSAttributedString_AppKitAdditions/Reference/
Reference.html>
From there it's just a matter of how clever you want to be about
doing nice looking typesetting.
-Peter
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden