Hacker News new | ask | show | jobs
by tieTYT 4517 days ago
> The distinction between TeX and LaTeX is actually relevant here.

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

1 comments

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.