Re: [NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Damien Thiriet
> \setuppagenumbering[alternative=doublesided]

That solved the problem, thanks.

Damien Thiriet 
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Damien Thiriet
Hi,



\setuphead[subject] [page={yes,right}]

\starttext
\startsubject[title=test 1]
\input ward
\stopsubject

\startsubject[title=test 2]
\input ward
\stopsubject

\stoptext


makes the job on ConTeXt online, but doesn't with my lmtx version.

Did the syntax change in lmtx?

Best regards,

Damien Thiriet 
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Damien Thiriet
Hi,


The following MWE does not give the output I expect,
that is subject starting on page 1 and 3.
What did I miss?

\setuphead[subject] [page=right]

\starttext
\startsubject[title=test 1]
\input ward
\stopsubject

\startsubject[title=test 2]
\input ward
\stopsubject

\stoptext

Damien Thiriet 
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Pablo Rodriguez
On 12/6/20 3:20 PM, Damien Thiriet wrote:
> Hi,
>
> \setuphead[subject] [page={yes,right}]
> [...]
> makes the job on ConTeXt online, but doesn't with my lmtx version.

Hi Damien,

https://live.contextgarden.net/cgi-bin/result.cgi?id=EXmDKW gives the
expected output: no double-sided document by default.

> Did the syntax change in lmtx?

I don’t think so. But Hans or Wolfgang can confirm that.

I hope it helps,

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] troubles with setuphead, page=right

2020-12-06 Thread Pablo Rodriguez
On 12/6/20 3:07 PM, Damien Thiriet wrote:
> Hi,
>
> The following MWE does not give the output I expect,
> that is subject starting on page 1 and 3.
> What did I miss?

Hi Damien,

by default, ConTeXt generates single-sided documents.

If double-sided documents are needed, proper setup reads:

  \setuppagenumbering[alternative=doublesided]

> \setuphead[subject] [page=right]

Double-sided documents are required to make sense of right pages.

I hope it helps,

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___