Hacker News new | ask | show | jobs
by chimeracoder 4517 days ago
> Strongly agree. It's taboo to criticize TeX because of who wrote it,

I assume you're referring to Knuth, but it's important to distinguish between TeX and LaTeX (the latter was written by Leslie Lamport).

The distinction between TeX and LaTeX is actually relevant here.

1 comments

> The distinction between TeX and LaTeX is actually relevant here.

I know very little about both. Could you elaborate on the relevance?

TeX is the low-level typesetting system and programming language. LaTeX is a set of macros on top of that that try to support a more semantic approach to document layout. If you see long command names that more or less spell out what they do, it's usually LaTeX. If you see short, cryptic abbreviated commands it's usually TeX.
And if you use either TeX or LaTeX instead of Lyx, you're a masochist.