LaTeX equivalent to Google Chart API

前端 未结 8 1037
长情又很酷
长情又很酷 2020-12-23 15:20

I\'m currently looking at different solutions getting 2 dimensional mathematical formulas into webpages. I think that the wikipedia solution (generating png images from LaTe

相关标签:
8条回答
  • 2020-12-23 15:35

    72pines.com More readable then chart.apis.google:

    alt text http://tex.72pines.com/latex.php?latex=%0D%0A4x_0%5CDelta%28x%29%2B3%5CDelta%28x%29%2B2%5CDelta%28x%5E2%29%3E0%0D%0A

    http://tex.72pines.com/latex.php?latex=%0D%0A4x_0%5CDelta%28x%29%2B3%5CDelta%28x%29%2B2%5CDelta%28x%5E2%29%3E0%0D%0A
    

    or chart.apis.google with background color changed

    alt text

    https://chart.apis.google.com/chart?cht=tx&chf=bg,s,FFFF00&chl=%0D%0A4x_0%5CDelta%28x%29%2B3%5CDelta%28x%29%2B2%5CDelta%28x%5E2%29%3E0%0D%0A
    

    or chart.apis.google with background color transparent and resized

    alt text

    https://chart.apis.google.com/chart?cht=tx&chs=428x35&chf=bg,s,FFFFFF00&chl=%0D%0A4x_0%5CDelta%28x%29%2B3%5CDelta%28x%29%2B2%5CDelta%28x%5E2%29%3E0%0D%0A
    
    0 讨论(0)
  • 2020-12-23 15:38

    I just ran across MathJax on Ajaxian:

    MathJax seems to have a chance at being a practical solution that offers a high quality display of LaTeX and MathML math notation in HTML pages.

    The output is remarkably beautiful, and it's all pure HTML and CSS, which makes it scalable and selectable. Performance is currently a bit sluggish, but this is recognized.

    0 讨论(0)
  • 2020-12-23 15:38

    I'd take a good look at how the MediaWiki LaTeX support does it and borrow from there.

    0 讨论(0)
  • 2020-12-23 15:39

    You could try the Online image generator for mathematical formulas for a start.

    mathurl is a mathematical version of TinyURL.com. It allows you to reference LaTeXed mathematical expressions using a short url. For example, http://mathurl.com/?5v4pjw will show [LaTeX output Image] which you can then edit. More details on mathurl’s help page

    0 讨论(0)
  • 2020-12-23 15:41

    Please check out this site for a way to create TeX documents without any software installed. You can then snippet the result image with any screen capture method and embed the resulting image into a any website.

    Go to http://sharelatex.com

    The software is free to use, but you need to register to create documents.

    0 讨论(0)
  • 2020-12-23 15:48

    Update

    As @hughes (and others) pointed out, the previous Google Chart API has been deprecated.

    The example I wrote still works as of Sept 2015, but a new one shall be used now (documentation):

    http://chart.googleapis.com/chart?cht=tx&chl=%5CLaTeX

    Old answer

    Google Chart can do it (Documentation):

    http://chart.apis.google.com/chart?cht=tx&chl=%5CLaTeX

    I'm using this with Google Docs, because it doesn't support math yet.

    0 讨论(0)
提交回复
热议问题