ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: How to make empty pages by default empty?
@ 2003-09-17 21:19 Steffen Wolfrum
  0 siblings, 0 replies; 3+ messages in thread
From: Steffen Wolfrum @ 2003-09-17 21:19 UTC (permalink / raw)


>  Try this:
>
>  \definepagebreak
>     [chapter]
>     [yes,header,right]
>
>
>  \setuphead
>    [chapter]
>    [page=chapter,
>  ]
>
>  \setuppagenumbering[alternative=doublesided]
>  \starttext
>  \chapter {test} \dorecurse{10}{\input tufte }
>  \chapter {test} \dorecurse{10}{\input tufte }
>  \chapter {test} \dorecurse{10}{\input tufte }
>  \stoptext
>
>  > Sorry for this probably silly question,
>  > but I truely might be happy for an answer.
>
>  \definepagebreak is an undocumented feature. This definitely no silly
>  question.
>
>  HTH,
>
>  Patrick


Hi Patrick,

your example looks good.

Unfortunately I use the project structure and have made each chapter 
a component:

\startproduct Kueppers_Buch

\project KPPRS_0

\startfrontmatter
  \completecontent
\stopfrontmatter

  \component Einleitung

\startbodymatter
  \component Kap_1
  \component Kap_2
\stopbodymatter

\stopproduct


Now the left empty page after the TOC has a pagenumber
and also the empty last left page of "Einleitung" befor "Kap_1" begins etc.

Is \definepagebreak also extendable for this case?

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

* Re: How to make empty pages by default empty?
  2003-09-17 18:34 Steffen Wolfrum
@ 2003-09-17 20:39 ` Patrick Gundlach
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Gundlach @ 2003-09-17 20:39 UTC (permalink / raw)


Hi, 

somehow this message got lost (??),


Steffen Wolfrum <xmailings@estfiles.de> writes:
> When a new sectionblock or a chapter (page=right) is starting
> and ConTeXt is forced to add before that a left empty page
> then this empty page has naked pagenumber.

try:

\definepagebreak
   [chapter]
   [yes,header,right] 


\setuphead
  [chapter]
  [page=chapter, 
]

\setuppagenumbering[alternative=doublesided] 

\starttext

\chapter {test} \dorecurse{10}{\input tufte }
\chapter {test} \dorecurse{10}{\input tufte }
\chapter {test} \dorecurse{10}{\input tufte } 
\stoptext



Patrick
-- 
Silent is the goldfish in its bowl

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

* How to make empty pages by default empty?
@ 2003-09-17 18:34 Steffen Wolfrum
  2003-09-17 20:39 ` Patrick Gundlach
  0 siblings, 1 reply; 3+ messages in thread
From: Steffen Wolfrum @ 2003-09-17 18:34 UTC (permalink / raw)


Hi,

I guess this is very likely a FAQuestion but nevertheless
I couldn't find the answer:

When a new sectionblock or a chapter (page=right) is starting
and ConTeXt is forced to add before that a left empty page
then this empty page has naked pagenumber.


So what is the code to make empty pages by default empty (no header, 
no pagenumber)?


Sorry for this probably silly question,
but I truely might be happy for an answer.

Thanks, Steffen.

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

end of thread, other threads:[~2003-09-17 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-17 21:19 How to make empty pages by default empty? Steffen Wolfrum
  -- strict thread matches above, loose matches on Subject: below --
2003-09-17 18:34 Steffen Wolfrum
2003-09-17 20:39 ` Patrick Gundlach

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