|
|
|
|
|
by adrianratnapala
2584 days ago
|
|
While mentioning ConTeXt, can anyone give me a sell job on when and why it might be nicer than LaTeX? It's not that I'm super fond of LaTeX, it's just that I assumed its warts were more or less inevitable in a stringy macro framework, and ConTeXt can't avoid that either. |
|
1. No need to run `pdflatex; bibtex; pdflatex; pdflatex` multiple times. The wrapper script `context` takes care of that.
2. Easy to add graphic elements to the page and layout in a consistent and _fast_ manner.
3. Export to XML/XHTML/ePub.
4. Can compile XML.
5. Programatically generate documents using a Lua interface (this is different from LuaTeX; ConTeXt has a nice Lua interface called ConTeXt Lua Documents, so it seems that you are writing Lua code rather than a wrapper script).
6 Consistent of interface. See https://tex.stackexchange.com/questions/4987/why-should-i-be...