Hacker News new | ask | show | jobs
by eru 406 days ago
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.

1 comments

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?