Remix.run Logo
dataflow 15 hours ago

> ConTeXt often goes unmentioned in TeX threads.

> It's a monolithic kernel with a relatively sane collection of "setup" macros that, by and large, can accomplish much of what LaTeX and its packages can do.

I don't know what constitutes "sane", but I literally just downloaded and installed it right now because you mentioned it, and it choked on a trivial hello world:

  $ mtxrunjit --script context doc.tex
  ...
  > tex error on line 1 in file doc.tex: ! Undefined control sequence
  ...
  1 >>  \documentclass{article}
  2     \begin{document}Hello, world\end{document}
...which might explain why it goes unmentioned?

I feel like this is gonna be a tougher sell than you expect. How the heck is a user expected to switch to ConTeXt?

mr_mitm 15 hours ago | parent | next [-]

You wrote a LaTeX document. ConTeXt does not claim to be compatible with LaTeX.

You can find a "hello world" here: https://wiki.contextgarden.net/Document_layout_and_layers/Tu...

noosphr 14 hours ago | parent | prev | next [-]

LaTeX is not ConTeXt.

Both use TeX as their layout engine. Both are different type of markup languages that live on top of TeX.

gucci-on-fleek 14 hours ago | parent | prev [-]

How did you install ConTeXt? Because "mtxrunjit" shouldn't be included in any modern versions.