(no title)
tylerneylon | 1 year ago
If you like deep dives, I suggest two follow-up tools for mathematical typesetting:
1. LuaTeX, which is TeX + Lua scripting support. (luatex.org) An example:
https://tex.stackexchange.com/questions/70/what-is-a-simple-...
This has become my default, and I enjoy it. (I use lualatex.)
2. A friend of mine was inspired to write a modern macOS app for math typesetting. It's called MadHat:
One of the coolest features is "no compilation," which I view as a slight exaggeration, but what's true is that it can work quickly and incrementally so you don't have a compile-and-wait cycle, even on long documents.
leephillips|1 year ago