ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Some short questions
@ 2010-04-29  5:41 Antoine Cailliau
  2010-04-29  7:21 ` R. Bastian
  2010-04-29  7:32 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Antoine Cailliau @ 2010-04-29  5:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I'm looking for two specific "tricks":

First, declaring one (and only one) page as empty. I mean with no
footer/header texts. This is for my cover page, and some page left
intentionnaly blank.

Second, I want to change the layout (margin, textwidth, etc) of a page.
I know there is a "clean" way to declare a new layout for a specific
page but I can't find my source again.

Thanks in advance for your answers,

Antoine

___________________________________________________________________________________
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] 4+ messages in thread

* Re: Some short questions
  2010-04-29  5:41 Some short questions Antoine Cailliau
@ 2010-04-29  7:21 ` R. Bastian
  2010-04-29  7:32 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: R. Bastian @ 2010-04-29  7:21 UTC (permalink / raw)
  To: ntg-context

On Thu, 29 Apr 2010 07:41:52 +0200
Antoine Cailliau <antoinecailliau@gmail.com> scribit:

> Hi,
> 
> I'm looking for two specific "tricks":
> 
> First, declaring one (and only one) page as empty. I mean with no
> footer/header texts. This is for my cover page, and some page left
> intentionnaly blank.

essaye:

\page\noheaderandfooterlines

> 
> Second, I want to change the layout (margin, textwidth, etc) of a page.
> I know there is a "clean" way to declare a new layout for a specific
> page but I can't find my source again.
> 
> Thanks in advance for your answers,
> 
> Antoine
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


___________________________________________________________________________________
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] 4+ messages in thread

* Re: Some short questions
  2010-04-29  5:41 Some short questions Antoine Cailliau
  2010-04-29  7:21 ` R. Bastian
@ 2010-04-29  7:32 ` Wolfgang Schuster
  2010-04-29  8:11   ` Antoine Cailliau
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2010-04-29  7:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 29.04.10 07:41, schrieb Antoine Cailliau:
> Hi,
>
> I'm looking for two specific "tricks":
>
> First, declaring one (and only one) page as empty. I mean with no
> footer/header texts. This is for my cover page, and some page left
> intentionnaly blank.
>    
\page[empty]

or

\starttextmakeup
\stoptextmakeup
> Second, I want to change the layout (margin, textwidth, etc) of a page.
> I know there is a "clean" way to declare a new layout for a specific
> page but I can't find my source again.
>    
\definelayout[myspecialpage][width=...,height=...,....]

\starttext

...

\page \setuplayout[myspecialpage]

...

\page \setuplayout[reset]

...

\stoptext

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
___________________________________________________________________________________


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

* Re: Some short questions
  2010-04-29  7:32 ` Wolfgang Schuster
@ 2010-04-29  8:11   ` Antoine Cailliau
  0 siblings, 0 replies; 4+ messages in thread
From: Antoine Cailliau @ 2010-04-29  8:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

> > First, declaring one (and only one) page as empty. I mean with no
> > footer/header texts. This is for my cover page, and some page left
> > intentionnaly blank.
> >    
> \page[empty]
> 
> or
> 
> \starttextmakeup
> \stoptextmakeup
> > Second, I want to change the layout (margin, textwidth, etc) of a page.
> > I know there is a "clean" way to declare a new layout for a specific
> > page but I can't find my source again.
> >    
> \definelayout[myspecialpage][width=...,height=...,....]
> 
> \starttext
> 
> ...
> 
> \page \setuplayout[myspecialpage]
> 
> ...
> 
> \page \setuplayout[reset]
> 
> ...
> 
> \stoptext
That was the trick :)

Thanks all for your answers.

Antoine C.


___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2010-04-29  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-29  5:41 Some short questions Antoine Cailliau
2010-04-29  7:21 ` R. Bastian
2010-04-29  7:32 ` Wolfgang Schuster
2010-04-29  8:11   ` Antoine Cailliau

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