Comment by ๐ฆ zzo38
Another alternative is Plain TeX (if you can get it to install only the necessary files; texlive package has many more files than should be needed though).
2024-11-17 ยท 1 year ago
3 Later Comments โ
๐ฒ greg ยท 2024-11-17 at 21:47:
Groff with the mm macros is my go-to for all things typesetting.
I used it for my Bachelor's thesis (sadly it had only one formula in it, so not much reason to use `eqn`), with a bit of glue code that allowed me to manage references with `jabref`.
Currently I mostly use it to generate invoice PDFs for my freelance work, and to build the occasional PDF presentation.
I wish I had more opportunities to use it though.
๐ค apk [OP] ยท 2024-11-18 at 12:23:
@daruma how would you go about formatting Mathematics in that case? Also, you can compile TeX and troff documents to PostScript which is a plaintext format.
๐ธ chilledfrogs ยท 2024-11-18 at 15:12:
Another reason why I recommend Neatroff in particular is its better (TeX-inspired) handling of math with neateqn
Original Post
groff+eqn โ What do we think of groff+eqn as an alternative to the bloated LaTeX typesetting system? It's fulfilled all my needs as an undergrad as of yet in just under 225KB compared to the 2.6GB of data pulled in when installing the texlive meta package on Arch.