vote up 9 vote down star
6

I am working on a Math related web page and am looking for a solution to writing Mathematical equations easily onto a web page. There are several solutions readily available to me at the moment:

  • Use LaTeX and publish them on my web page as images.
  • Use MathML

Both of these solutions aren't ideal and seem somewhat dated. Replacing what should be text with an image is never a good idea and MathML isn't compliant with all browsers/operating systems.

I'm hoping that there is a modern solution to using images or MathML, perhaps something utilising sIFR to display mathematical equations? After a bit of research I am still yet to find any real solution.

Please note that I am asking for a new way of publishing equations. I do not want images to be the output that is displayed on the web page and would rather have these equations rendered as textual data. MathML is the closest I've come, but it's still not ideal. I've wondered for a while whether a replacement tool like sIFR could be utilised to create equations in Flash. Anyone have any suggestions on this front?

EDIT: jsMath is the closest we have at the moment. If you're looking to display Mathematical Equations on a web page then this is by far the best way of doing it.

Similar Question: Math equations on the web

flag

63% accept rate
1  
On a related note, does anyone know if these options are present in Stack overflow? – Unknown Apr 29 at 22:24

7 Answers

vote up 5 vote down check

The jsMath package is an option that uses LaTeX markup and native fonts. Quoting from their webpage http://www.math.union.edu/~dpvc/jsMath/:

The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. It overcomes a number of the shortcomings of the traditional method of using images to represent mathematics: jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. There are also advantages for web-page authors, as there is no need to preprocess your web pages to generate any images, and the mathematics is entered in TeX form, so it is easy to create and maintain your web pages.

See for example this page or that one.

link|flag
This is very close to what I'm looking for, and I'm glad to see that there is at least some research on these topics. – EnderMB Apr 30 at 0:15
vote up 1 vote down

I've been using the LaTeX plugin for the Confluence wiki to write equations on the web (well, on the intranet). It displays an image in the web browser, but you can still see the LaTeX source if you edit the page.

I don't know what you're using to host the web site, but you could maybe use a similar approach: embed the LaTeX source in the page, and render it as an image for the web browser.

link|flag
vote up 0 vote down

You can write your latex directly in your HTML page and display it dynamically using this library :

http://www.codecogs.com/components/equationeditor/equationeditor.php

link|flag
vote up 1 vote down

LaTeX is use extensively already on the net and in academia to render equations.

A great example of this is wikipedia have a look at this page for 1 example.

http://en.wikipedia.org/wiki/Latitude

I know this is a generlisation but: Using images is a viable way to achieve many things on the web in a browser compatible way - provided you provision for some of the shortcomings. ( eg. Google Maps, Rounded Corners, graphs, advanced typography )

Also 'dated' could be interpreted as 'tried, tested and feature complete'

and thanks for point out sIFR - something i'm going to look at later, i already have a list of things to explore with it, such as printing? ( html + images can do this pretty well, can sIFR?....)

link|flag
My issue with them is that they're not easy to crawl like textual data, the output is rendered entirely different to text on a web page, and they're not accessible. In academia there are plugin's for browsers to render equations as if they were text so I've wondered if it's possible to do so with what we currently already have (Flash, JavaScript, etc). If a solution hasn't already been found it could be an interesting problem to solve. sIFR is a good replacement tool and text always looks good, but it's still no genuine replacement. – EnderMB Apr 29 at 12:34
How would query for an equation? You are better including enough searchable/crawlable textual information on the page. And making sure that your equations are presentable to humans. Are these academia plug ins not available to you - surely you are better of aheduring to one of these as a standard? – Adrian May 8 at 8:34
vote up 0 vote down

Same as this StackOverflow question: http://stackoverflow.com/questions/775168/math-equations-on-the-web/

link|flag
1  
The title is the same, but I am asking for a specific solution not involving images. These solutions are dated and this question is about finding a newer method of inserting equations in a text form that could possibly be styled using CSS or Flash, instead of using an image. – EnderMB Apr 29 at 2:28
vote up 0 vote down

MathTran is the nicest solution that I've come across to this:

http://www.mathtran.org/

link|flag
vote up 1 vote down

I like both MathBin.net and Roger's Online Equation Editor. The latter lets you control the quality of the output.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.