Re: [NTG-context] Controlling figure placement?
Hi again,
Is there a way that gives more control over figure placement within a columnset area? What I'd like to do is:
- have a columnset area that covers a whole page - if possible, leave out headers and footers on that page (don't know how) - place an external figure on that page which is the same size as the whole page, 210 by 297mm.
What I tried so far is:
\definecolumnset[test][n=3,distance=15pt] \definecolumnsetspan[intro][n=2] \definecolumnsetarea[one][fixed][x=1,y=1,nx=3,ny=46,page=3,sta te=start] \definecolumnsetarea[two][fixed][x=1,y=1,nx=3,ny=46,page=5,sta te=start] \setupcolumnsetareatext[one][\setups{mypdf}] \setupcolumnsetareatext[two][\setups{myjpg}] \startsetups[mypdf]\externalfigure[01-x3.pdf]\stopsetups \startsetups[myjpg]\externalfigure[01.jpg]\stopsetups
I managed to clear headers and footers by using \setupcolumnsetareatext[one][{\page[no,blank]\setups{mypdf}}] \setupcolumnsetareatext[two][{\page[no,blank]\setups{myjpg}}] But this has the problem that it clears ALL headers and footers on subsequent pages. Trying to clear them using \setupheader[text][state=empty] here didn't work. What I actually looked for was something like \adaptlayout[3,5][command={\setupheader[text][state=empty]\setupfooter[t ext][state=empty]}] But this doesn't exist. Also, changing the layout width is not possible with adaptlayout, which might fix the left-right-positioning... Does anyone know how to do it? Cheers Michael
participants (1)
-
Ehrt, Michael