Live data from Hacker News

Shown HN: texit - Embed LaTeX anywhere on the web

github.com

11–20 of 28 posts

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#11
post #3
post #2

What is the advantage of rendering math as images when Mathjax works reasonably well on all modern browsers.

I agree. MathJax renders this both pointless and outdated. All my recent articles use MathJax and I wouldn't dream of going back to graphics for equation rendering.

Don't be mean. Calling someone's work "pointless and outdated" when they were looking forward to featuring it on HN is just brutal.

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#13
post #3
post #2

What is the advantage of rendering math as images when Mathjax works reasonably well on all modern browsers.

I agree. MathJax renders this both pointless and outdated. All my recent articles use MathJax and I wouldn't dream of going back to graphics for equation rendering.

This isn't pointless, as it allows you to easily post latex equations on any site that allows images.

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#14
post #13
post #3

Earlier quoted context omitted.

I agree. MathJax renders this both pointless and outdated. All my recent articles use MathJax and I wouldn't dream of going back to graphics for equation rendering.

This isn't pointless, as it allows you to easily post latex equations on any site that allows images.

Yes, true, but isn't this project meant to populate a Website's pages with equations?

There are any number of easy ways to create equation images solely for export to an image site, example http://arachnoid.com/latex . But populating Web pages for display is a different issue, and the fact that modern browsers allow zooming in and out, essentially ruins the appearance of graphic equations.

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#15
post #3

Earlier quoted context omitted.

I agree. MathJax renders this both pointless and outdated. All my recent articles use MathJax and I wouldn't dream of going back to graphics for equation rendering.

Don't be mean. Calling someone's work "pointless and outdated" when they were looking forward to featuring it on HN is just brutal.

> Calling someone's work "pointless and outdated" when they were looking forward to featuring it on HN is just brutal.

Yes, like reality. Maybe the OP will use his natural gifts to think of a way to answer brutality with creativity. That will prepare him for a more direct experience of reality, the kind where people pay you for your work, not because they're compelled to do so, but because they have no choice -- they want what you have, and you deserve to be compensated.

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#17

This is good! Would be great if it supports somehow retina display, maybe returning 2x size? Good job!

We're experimenting with SVG support. As long as you're not specifying an extension when linking to texit, you should automatically be switched over to SVGs once they're implemented.

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#18
post #12

1. This is awesome. Could be really useful. 2. I'm not sure I would ever put it inside any of my web stuff however, because what happens when the service goes down, or disappears?

We're thinking about adding a system where you can associate your TeX images with a key, from which you can download all images associated with your project. It's in the pipeline, though. ;P

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#19
post #15

Earlier quoted context omitted.

Don't be mean. Calling someone's work "pointless and outdated" when they were looking forward to featuring it on HN is just brutal.

> Calling someone's work "pointless and outdated" when they were looking forward to featuring it on HN is just brutal. Yes, like reality. Maybe the OP will use his natural gifts to think of a way to answer brutality with creativity. That will prepare him for a more direct experience of reality, the kind where people pay you for your work, not because they're compelled to do so, but because they have no choice -- they…

> Yes, like reality

Somehow everyone thinks their opinion is reality.

Re: Shown HN: texit - Embed LaTeX anywhere on the web

#20
This does a couple of things -- rendering TeX, and plotting graphs. As has been pointed out, [MathJax](http://www.mathjax.org/) is really excellent, has thorough support for many of the TeX-isms which you may ever need, and is really simple to include by CDN. I suppose that the competition here is really [mimeTeX](http://www.forkosh.com/mimetex.html), since they both operate on the server-side, but MathJax is so very nice...

The plotting is interesting. These are REALLY basic plots, but I do not know of any other web service out there which implements plotting functionality on the server side. (There seem to be a few defunct gnuplot services; I cannot find a working one.) There are many client-side libraries for charts, but none which concentrate on plotting functions. I'm glad to see it here, but I would like to see it improved as well.

Post reply on HN