ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TEXpage breaks \setupinteractionscreen in LMTX
@ 2021-02-08 20:34 Pablo Rodriguez
       [not found] ` <75ab81c6-2286-5ada-da47-8f44d1063500@xs4all.nl>
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez @ 2021-02-08 20:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

  \setupinteractionscreen[option=max]
  \starttext
  \startTEXpage
    \null
  \stopTEXpage
  \stoptext

LMTX doesn’t include full page. MkIV compiles it fine.

If I remove the TEXpage, LMTX includes the full page mode.

I’m using latest version from 2021.02.08 17:03.

Could anyone confirm the issue?

Many thanks for your help,

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
___________________________________________________________________________________

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

* Re: TEXpage breaks \setupinteractionscreen in LMTX
       [not found] ` <75ab81c6-2286-5ada-da47-8f44d1063500@xs4all.nl>
@ 2021-02-09 18:15   ` Pablo Rodriguez
  2021-02-09 18:30     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez @ 2021-02-09 18:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/8/21 11:01 PM, Hans Hagen wrote:
>> [...]
>> LMTX doesn’t include full page. MkIV compiles it fine.
>>
>> If I remove the TEXpage, LMTX includes the full page mode.
> LMTX is more accurate as \null has zero dimensions an dit's a fitting page
>
> what you want is
>
> \startpagemakeup
>
> \stoppagemakeup

Sorry, Hans, the original sample was different, but I removed the offset
option in order to make it smaller:

  \setupinteractionscreen[option=max]
  \starttext
  \startTEXpage[offset=1em]
    \ConTeXt
  \stopTEXpage
  \stoptext

I hope it is clearer now,

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
___________________________________________________________________________________

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

* Re: TEXpage breaks \setupinteractionscreen in LMTX
  2021-02-09 18:15   ` Pablo Rodriguez
@ 2021-02-09 18:30     ` Hans Hagen
  2021-02-09 21:12       ` Pablo Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2021-02-09 18:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Pablo Rodriguez

On 2/9/2021 7:15 PM, Pablo Rodriguez wrote:
> On 2/8/21 11:01 PM, Hans Hagen wrote:
>>> [...]
>>> LMTX doesn’t include full page. MkIV compiles it fine.
>>>
>>> If I remove the TEXpage, LMTX includes the full page mode.
>> LMTX is more accurate as \null has zero dimensions an dit's a fitting page
>>
>> what you want is
>>
>> \startpagemakeup
>>
>> \stoppagemakeup
> 
> Sorry, Hans, the original sample was different, but I removed the offset
> option in order to make it smaller:
> 
>    \setupinteractionscreen[option=max]
>    \starttext
>    \startTEXpage[offset=1em]
>      \ConTeXt
>    \stopTEXpage
>    \stoptext
> 
> I hope it is clearer now,
The question is: what do you expect?

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: TEXpage breaks \setupinteractionscreen in LMTX
  2021-02-09 18:30     ` Hans Hagen
@ 2021-02-09 21:12       ` Pablo Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2021-02-09 21:12 UTC (permalink / raw)
  To: ntg-context

On 2/9/21 7:30 PM, Hans Hagen wrote:
> On 2/9/2021 7:15 PM, Pablo Rodriguez wrote:
>> [...]
>> Sorry, Hans, the original sample was different, but I removed the offset
>> option in order to make it smaller:
>>
>>    \setupinteractionscreen[option=max]
>>    \starttext
>>    \startTEXpage[offset=1em]
>>      \ConTeXt
>>    \stopTEXpage
>>    \stoptext
>>
>> I hope it is clearer now,
> The question is: what do you expect?

/PageMode /FullScreen in /Catalog.

Right now, I get /PageMode /UseNone.

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
___________________________________________________________________________________

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

end of thread, other threads:[~2021-02-09 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 20:34 TEXpage breaks \setupinteractionscreen in LMTX Pablo Rodriguez
     [not found] ` <75ab81c6-2286-5ada-da47-8f44d1063500@xs4all.nl>
2021-02-09 18:15   ` Pablo Rodriguez
2021-02-09 18:30     ` Hans Hagen
2021-02-09 21:12       ` Pablo Rodriguez

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