Hi, for my documentation of generated directory trees (with my “folders” module), I’d like to “run” a buffer like the example below as an independent file, but don’t include the result in my current document, since I need only the exported structure. A similar application would be if I’d need just the .tuc file. I there already a command for that? \starttext \startbuffer[export-minimal] \setupbackend[export=yes] \starttext \samplefile{knuth} \stoptext \stopbuffer \typesetbuffer[export-minimal] \stoptext Hraban
Am 15.01.2026 um 22:08 schrieb Henning Hraban Ramm:
Hi, for my documentation of generated directory trees (with my “folders” module), I’d like to “run” a buffer like the example below as an independent file, but don’t include the result in my current document, since I need only the exported structure.
A similar application would be if I’d need just the .tuc file.
I there already a command for that?
\starttext
\startbuffer[export-minimal] \setupbackend[export=yes]
\starttext \samplefile{knuth} \stoptext \stopbuffer
\typesetbuffer[export-minimal]
\typesetbufferonly[export-minimal] Wolfgang
Am 15.01.26 um 22:15 schrieb Wolfgang Schuster:
Am 15.01.2026 um 22:08 schrieb Henning Hraban Ramm:
Hi, for my documentation of generated directory trees (with my “folders” module), I’d like to “run” a buffer like the example below as an independent file, but don’t include the result in my current document, since I need only the exported structure.
A similar application would be if I’d need just the .tuc file.
I there already a command for that?
\starttext
\startbuffer[export-minimal] \setupbackend[export=yes]
\starttext \samplefile{knuth} \stoptext \stopbuffer
\typesetbuffer[export-minimal]
\typesetbufferonly[export-minimal]
Thank you! Wikified. Hraban
participants (2)
-
Henning Hraban Ramm -
Wolfgang Schuster