[NTG-context] \startTEXpage and alternative=doublesided woes...

2013-06-21 Thread Jacob Peck

Hello all,

I'm trying to get two pages from a PDF inserted into a document with a 
different paper size (6x9) which happens to be doublesided...  I want 
the inserted pages to retain their original size (letter), and to be 
centered as they are in the original document, not relocated due to the 
pagelayout set up by doublesided.


When I use

\startTEXpage
\externalfigure...
\stopTEXpage

\startTEXpage
\externalfigure...
\stopTEXpage

I get an extra page inserted between the two that I'm including.

When I use

\setuppagesize[letter][letter]
\copypages[...][n=2]
\setuppagesize[draft][draft]

I get the desired results, aside from the margins... the pages are 
imported into the pagelayout as defined by doublesided.


Help?

Thanks,
--Jake
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \startTEXpage and alternative=doublesided woes...

2013-06-21 Thread Aditya Mahajan

On Fri, 21 Jun 2013, Jacob Peck wrote:


Hello all,

I'm trying to get two pages from a PDF inserted into a document with a 
different paper size (6x9) which happens to be doublesided...  I want the 
inserted pages to retain their original size (letter), and to be centered as 
they are in the original document, not relocated due to the pagelayout set up 
by doublesided.


When I use

\startTEXpage
\externalfigure...
\stopTEXpage

\startTEXpage
\externalfigure...
\stopTEXpage

I get an extra page inserted between the two that I'm including.

When I use

\setuppagesize[letter][letter]
\copypages[...][n=2]
\setuppagesize[draft][draft]

I get the desired results, aside from the margins... the pages are imported 
into the pagelayout as defined by doublesided.


Please post a minimum working example that illustrates the problem.

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___