ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tim Li <timli2013@outlook.com>
To: "ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: How to typeset the titlepage and its verso in ConTeXt?
Date: Tue, 16 Apr 2013 15:41:43 +0000	[thread overview]
Message-ID: <BLU152-W63B4FC02F9428C0C798C00A9CD0@phx.gbl> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1654 bytes --]




I try to typeset the titlepage and its verso using ConTeXt, but it always generate an empty page on the right if facing. 
 
\setupinteraction
  
   [state=stop,
   
     title=Life in These Days,
   
     author=Tim Li]

\setupinteractionscreen
  
   [option=doublesided]


 
\usetypescript[palatino]

\setupbodyfont[palatino,12pt]


 
\setuppagenumbering
  
   [location={footer,middle},
   
    alternative=doublesided]


 
\setupmakeup
  
   [standard]
  
   [pagestate=start]


 
\starttext


\startfrontmatter

% titlepage

\startmakeup[standard]  %[doublesided=no]

\vskip2in

\midaligned{\switchtobodyfont[36pt]\bf Life in These Days}

\vfill

\midaligned{\switchtobodyfont[20pt]\bf Tim Li}

\blank[medium]

\midaligned{\switchtobodyfont[20pt]\bf January 11, 2013}

\stopmakeup


% its verso

\startmakeup[standard]
  %[page=no]
This document was typeset by using \CONTEXT.

\vfill

\stopmakeup
% dedication
%
preface
% contents
\stopfrontmatter
 
\startbodymatter

% 

\stopbodymatter

\stoptext
 
If add [doubesided=no] to the first \startmakeup[standard] that produce the titlepage, it will produce a page with page number 2 at the right of the titlepage and the verso of this titlepage will be the next page following page 2. That's not what I want.
 
How to set the options of the \startmakeup so that I can typeset the titlepage with its verso just after it. If so, when  the document is printed, the titlepage and its verso will be presented on the same paper like that in the ConTeXt manual(if printed, the tiltepage and its verso of the manual will be on the same paper).

 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 12565 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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-04-16 15:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-16 15:41 Tim Li [this message]
2013-04-16 15:51 ` Wolfgang Schuster
2013-04-16 16:31   ` Tim Li

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=BLU152-W63B4FC02F9428C0C798C00A9CD0@phx.gbl \
    --to=timli2013@outlook.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).