5 ms·
I have been using LaTex for many years and I like it, but what's stopping other document editing software (like Word) to reach the same level of quality of resu
by honorious 12y ago
I have been using LaTex for many years and I like it, but what's stopping other document editing software (like Word) to reach the same level of quality of results? LaTex has been around forever, but nobody else is close to that quality.
- wodenokoto 12y agoEven on modern hardware it takes quite a while to compile a latex document (seconds!). Word basically has to compile the entire document with every key you click in order to show you the WYSIWYG interface.
- fantispug 12y agoA lot of that, though, is actually loading LaTeX packages itself. TeX underneath is really very speedy; on my several year old laptop it can compile several hundred pages in around half a second (and pdftex takes around twice as long). I believe it's also possible to perform optimal line breaking algorithms incrementally, so you wouldn't have to reset the whole document as you add to the end of it (although you may as you add to the start of it, but that happens in Word anyway).
- jules 12y agoLyx is a WYSIWYG editor for Latex. It shows you quick typesetting in the WYSIWYG editor, but you can compile the underlying Latex document for beautiful typesetting.
- wodenokoto 12y agoNo, Lyx is not WYSIWYG, but WYSIWYM. E.g, it doesn't show you how your document will look, but it shows you how it is structured.
- JadeNB 12y agoI think that the best answer is that nothing's stopping them, but no one is demanding it. Word's type-setting is good enough for most, and so Microsoft has no particular reason to make that aspect of it better (but don't get me wrong—I am no Word apologist, and use LaTeX almost exclusively).