e^i.pi+1=0
May 31, 2006 4:15 PM
Subscribe
Most convenient way to insert equations into web pages?
I'd like to add equations to a few web pages, as shown
here. The way I do this now is to use Wikipedia's
markup language to generate a .png file on a Wikipedia page, then I save the file to my hard drive and call the image in HTML.
I know this
can't be how the cool people do it. But I've never used Tex or Latex, and I'm pretty baffled as to which of the many editors would be best. My experience is limited to MS Word. I don't mind learning a new markup language, but the shallower the learning curve, the better.
Any suggestions for generating a good-looking page with good-looking equations?
posted by Mapes to computers & internet (11 comments total)
1 user marked this as a favorite
Otherwise, I'd simply learn LaTeX, use it to output to eps or pdf and convert from there. The learning curve is pretty shallow, especially if you have a cheat sheet of the mark up to hand.
You can produce an eps with an appropriate bounding box from LaTeX by using the document
and running LaTeX on it, and then
dvips -E output.dvi -o output.eps
posted by edd at 4:24 PM on May 31, 2006