Am 30.03.2013 um 19:02 schrieb john Culleton <j...@wexfordpress.com>:

> OK I am trying to be a good boy and use \component instead of
> \input in MKIV but my problem persists. I have a file called title.tex
> which should be followed on the next page (title verso) by the file
> copy.tex. but a blank page occurs between the two. Here is title.tex:
> 
> -------------------------------------------
> 
> \startstandardmakeup[doublesided=no]
> \vskip .75in 
> \midaligned{\tfd\ss\bf Inkscape}
> \vskip .30in
> \midaligned{\tfc\ss\bf for}
> \vskip .30in
> \midaligned{\tfd\ss\bf  Book Cover Design}
> \vfil
> \midaligned{\tfb\ss\bf Open Source Solutions}
> \vskip .40in
> \midaligned{\tfb\ss\bf \authorname}
> \vskip .30in
> \midaligned{\bf \publisher}
> \stopstandardmakeup
> --------------------------------
> And here is copy.tex:
> ----------------------------
> 
> \startstandardmakeup[page=no]
> {\bf \booktitle}
> {\obeylines
> Copyright \copyright\ 2013 \authorname
> 
> All rights reserved.
> \ISBN
> \vfil
> \publisher
> \street
> \citystatezip
> }
> 
> \stopstandardmakeup
> -------------------------------
> 
> I have tried \inputting the files and calling the files with
> \component. Can't get the blank page in between to disappear. 


Add this line to your environment file:

\setupmakeup[standard][page=] % default: page=right

This line is necessary because standardmakeup block do force a right page by 
default.

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to