25 Feb
2014
25 Feb
'14
10:28 p.m.
Am 25.02.2014 um 15:32 schrieb amerke
hi wolfgang & list,
what/where would be a good starting point of implementing such a feature ... ? do i have to hack ConTeXt source code for this or can it be done with a user defined macro?
my plan for now will be: to produce the pages with ConTeXt and produce then directly a PDF file, which will include the generated pages at the right position.
but a pure ConTeXt solution would be nice in the end …
Context has a interface which can be used to save finished pages before the page is put in the pdf file but what you want can only be done with low level tex code. The difficulty depends on your requirements and your own tex skills to write it. Wolfgang