[NTG-context] split TABLE cells
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Thu May 19 18:38:54 CEST 2022
Steffen Wolfrum via ntg-context schrieb am 19.05.2022 um 12:44:
> do you have a MWE?
> the example from https://wiki.contextgarden.net/Tabulate gives an empty page:
>
> [...]
You need \starttext and \stoptext in your document. The examples in the
wiki don't need
both commands because they are added when the examples are created.
Below is a simple example.
\setuppapersize[A5]
\starttext
\starttabulate[|l|p|]
\NC Donald Knuth \NC \input{knuth} \NC\NR
\NC Hermann Zapf \NC \input{zapf} \NC\NR
\NC Edward Tufte \NC \input{tufte} \NC\NR
\NC Eugene Linden \NC \input{linden} \NC\NR
\stoptabulate
\stoptext
Wolfgang
More information about the ntg-context
mailing list