|
|
|
|
|
by adiM
2584 days ago
|
|
Feature wise, both LaTeX and ConTeXt are similar. Where ConTeXt really shines is the ease of use and consistency of the interface. 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... |
|