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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________