Live data from Hacker News

Shown HN: texit - Embed LaTeX anywhere on the web

github.com

21–28 of 28 posts

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

#21
post #2

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

Mathjax is great when applicable. My team and I built texit to allow us to take notes in Markdown, rather than writing them in pure LaTeX.

http://johnmacfarlane.net/pandoc/ may be your best friend, in this case :) Here you can write in markdown and include TeX, thereafter converting to many different formats (using, for example, mimeTeX, MathJax, etc).

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

#22
post #15

Earlier quoted context omitted.

> 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.

>> Yes, like reality

> Somehow everyone thinks their opinion is reality.

It's not an opinion. Investors and customers are a better measure of reality than a charitable remark might lead one to believe.

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

#25

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.

SVG support will be awesome. I've been trying to convert all my LaTex equations to svg for use in a desktop app. Looking forward to this

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

#26
post #10

Earlier quoted context omitted.

This would mainly be used for posting to sites that allow images but not custom javascript. If you run your own site and can use MathJax, then you are fine but for others that cannot include the javascript (comments systems, social sites, etc.) this would be a nice alternative.

MathJax's HTML+CSS rendering looks much nicer than an image to me. I wish there was a way to run it on an HTML document in a batch fashion. (e.g. for generating an epub file)

Have you looked into pandoc?

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

#27
Accessing LaTeX graphics features directly is really cool,I would just use numpy and d3.js or flotr or something.

Why not use the MathJaX CDN directly?

I even wrote an IDE (basically stolen from MathOverflow) to type markdown and have it render on the web. Sacrifice control of paragraph sizing etc.

Post reply on HN