ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Extra blank page after title page.
@ 2013-11-21 19:45 john Culleton
  2013-11-21 20:56 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: john Culleton @ 2013-11-21 19:45 UTC (permalink / raw)
  To: ntg-context


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. 

Using MKIV and TexLive 2013 on Linux.


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Extra blank page after title page.
  2013-11-21 20:56 ` Aditya Mahajan
@ 2013-11-21 20:27   ` john Culleton
  0 siblings, 0 replies; 3+ messages in thread
From: john Culleton @ 2013-11-21 20:27 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Extra blank page after title page.
  2013-11-21 19:45 Extra blank page after title page john Culleton
@ 2013-11-21 20:56 ` Aditya Mahajan
  2013-11-21 20:27   ` john Culleton
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2013-11-21 20:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-21 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-21 19:45 Extra blank page after title page john Culleton
2013-11-21 20:56 ` Aditya Mahajan
2013-11-21 20:27   ` john Culleton

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).