Hi, I'm trying to make some (mkiv) handouts from my simpleslides presentation. Unfortunately the resulting pdf is blank for the slides, no frames either. Can someone give me an example that works? Here's my minimal: % slides.tex \usemodule[simpleslides][style=BigNumber,font=Helvetica] \setupTitle [title={Title}, author={Author}, date={\currentdate}] \starttext \placeTitle \SlideTitle{Title2} content \SlideTitle{Title3} content \stoptext % handout.tex \setuppapersize [A4][A4] % or [A4,landscape][A4,landscape] \setuplayout [header=0pt,footer=1cm,backspace=1cm,topspace=1cm,width=middle,height=middle] \setupfootertexts [presentation---\currentdate\space---\space\pagenumber] \starttext \combinepages[slides][nx=2,ny=3,frame=on] \stoptext I also tried it with the standard presentation examples and using .tex and .pdf suffixes for the combinepages command. Adam