Hacker News new | ask | show | jobs
by naikrovek 413 days ago
> You can change that as you go along.

that's not the point they were trying to make. you may need to change the display target for every viewer.

1 comments

That's an interesting point.

HTML is usually distributed 'as source'. TeX (or LaTeX) is usually compiled to some other format first, before being distributed.

Yeah, I wonder how good TeX renderers would have gotten if page rendering happened client side in a browser.
TeX worked (and works) in batch mode on ancient hardware. Today's computers are so much faster, that this should actually be fast enough to run interactively without having to change or optimise too much.
Why does TeX take so long to render documents today, then?