Re: [NTG-context] Additional unnumbered pages behind a title page

2014-02-07 Thread Robert Blackstone

On 7 Feb 2014, at 18:05 , Wolfgang Schuster  wrote:
> 
> Am 07.02.2014 um 17:32 schrieb Robert Blackstone 
> :
> 
>> Dear list, 
>> 
>> For a Thesis, doublesided, I need three unnumbered pages behind the 
>> Title-page, the second of which contains only a dedication "To the memory of 
>> A". 
>> For the Title-page I use standardmakeup but ConTeXt apparently does not like 
>> me to add a second .tex-file with standardmakeup. 
>> How can I manage to accomplish this in a way worthy of ConTeXt?  
> 
> Create a minimal example because context has no problem with multiple markup 
> environments.
> 
> \starttext
> 
> \startmakeup[standard]
> One
> \stopmakeup
> 
> \startmakeup[standard]
> Two
> \stopmakeup
> 
> \startmakeup[standard]
> Three
> \stopmakeup
> 
> \stoptext
> 
> Wolfgang

Thanks Wolfgang, for creating this minimal example for me. It has given me 
exactly what I needed. In fact one "\startmakeup[standard] - \stopmakeup"-pair, 
with is dedication-text, was sufficient for my doublesided document. I did not 
know of this command and its workings.

Best regards,

Robert
___
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
___


Re: [NTG-context] Additional unnumbered pages behind a title page

2014-02-07 Thread Wolfgang Schuster

Am 07.02.2014 um 17:32 schrieb Robert Blackstone :

> Dear list, 
> 
> For a Thesis, doublesided, I need three unnumbered pages behind the 
> Title-page, the second of which contains only a dedication "To the memory of 
> A". 
> For the Title-page I use standardmakeup but ConTeXt apparently does not like 
> me to add a second .tex-file with standardmakeup. 
> How can I manage to accomplish this in a way worthy of ConTeXt?  

Create a minimal example because context has no problem with multiple markup 
environments.

\starttext

\startmakeup[standard]
One
\stopmakeup

\startmakeup[standard]
Two
\stopmakeup

\startmakeup[standard]
Three
\stopmakeup

\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
___