ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: john Culleton <John@wexfordpress.com>
To: ntg-context@ntg.nl
Subject: Re: Extra blank page after title page.
Date: Thu, 21 Nov 2013 15:27:19 -0500	[thread overview]
Message-ID: <20131121152719.09cc5059@localb.wexfordpress.net> (raw)
In-Reply-To: <alpine.LNX.2.03.1311211556060.780@hzvpu.rqh>

On Thu, 21 Nov 2013 15:56:51 -0500 (EST)
Aditya Mahajan <adityam@umich.edu> wrote:

> On Thu, 21 Nov 2013, john Culleton wrote:
> 
> >
> > Here is the code. first the file title.tex:
> > -----------------
> > \startstandardmakeup[doublesided=no]
> > (title stuff)
> > \stopstandardmakeup
> > -------------------
> > and next the file copy.tex:
> > --------------------------------------
> > \startstandardmakeup[page=no]
> > (contents)
> > \stopstandardmakeup
> > ------------------------
> > MY master file contains:
> > \input title.tex
> > \input copy.tex
> > ----------------------
> > An extra blank page is inserted between the
> > title page and the title verso.
> > If I combine the two files into a new file
> > combine.tex, eliminate the two input lines
> > above and say
> > \input combine.tex
> > instead I still get the unwanted blank page
> > in between.
> 
> (untested). Add doublesided=no.
> 
> See http://tex.stackexchange.com/a/122349/323
> for details.
> 
> Aditya
>

It works! Thanks for your help.

I added these lines to my macros.tex file which gets read first:

\setuppagenumbering[alternative=doublesided]
\setupmakeup[standard][page=yes, doublesided=no]

Then to preserve the blank page after my half
title (where I really want it) I changed my
master file to read as follows:

\input macros.tex
\starttext
\startfrontmatter
\input variables.tex
\input half.tex
\startstandardmakeup %new
\null                %new  
\stopstandardmakeup  %new
\input title.tex
\input copy.tex
%\input ded.tex
\stopfrontmatter
\startbodymatter
%\input body.tex
\stopbodymatter
\stoptext

Lines 6-8 in the above file give me a blank page.

This will now be my standard master file. I hope
that the next revision of the manual will
include this fix.

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



-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: "Create Book Covers with Scribus"
available at
http://www.booklocker.com/books/4055.html
___________________________________________________________________________________
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	other threads:[~2013-11-21 20:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-21 19:45 john Culleton
2013-11-21 20:56 ` Aditya Mahajan
2013-11-21 20:27   ` john Culleton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131121152719.09cc5059@localb.wexfordpress.net \
    --to=john@wexfordpress.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).