6 Jul
2023
6 Jul
'23
9:29 a.m.
Hi, if I use \startdocument, the setups "document:start" and "document:stop" get inserted at the beginning and end. But if I define my own document, it doesn’t work. What’s wrong? """ \definedocument[presentation] \startsetups[presentation:start] {\bfd\documentvariable{title}} \stopsetups \startsetups[presentation:stop] Thanks for all the fish. \stopsetups \startpresentation[title=Something] anything \stoppresentation """ Hraban