ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* structures.lists.ordered empty in latest beta
@ 2018-08-15 20:37 Joseph Canedo
  2018-08-15 21:31 ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Canedo @ 2018-08-15 20:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 351 bytes --]

Hi,

I use the global lua table ConTeXt provides called : structures.lists.ordered to perform some manipulations with sections (using structures.lists.ordered.section which is itself a lua table), but from latest beta it seems that that variable (a lua table) is now completely empty. Is this expected ?

Thanks a lot
Best regards

Joseph


[-- Attachment #1.2: Type: text/html, Size: 1791 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-15 20:37 structures.lists.ordered empty in latest beta Joseph Canedo
@ 2018-08-15 21:31 ` Hans Hagen
  2018-08-15 21:46   ` Joseph Canedo
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2018-08-15 21:31 UTC (permalink / raw)
  To: ntg-context@ntg.nl >> mailing list for ConTeXt users

On 8/15/2018 10:37 PM, Joseph Canedo wrote:
> Hi,
> 
> I use the global lua table ConTeXt provides called : 
> structures.lists.ordered to perform some manipulations with sections 
> (using structures.lists.ordered.section which is itself a lua table), 
> but from latest beta it seems that that variable (a lua table) is now 
> completely empty. Is this expected ?
afaik nothing changed


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

* Re: structures.lists.ordered empty in latest beta
  2018-08-15 21:31 ` Hans Hagen
@ 2018-08-15 21:46   ` Joseph Canedo
  2018-08-17 21:08     ` Joseph Canedo
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Canedo @ 2018-08-15 21:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1580 bytes --]

I also noticed that (at least some) latelua functions do not seem called (They output stuff in the log and these are no longer present).

De : Hans Hagen
Envoyé le :mercredi 15 août 2018 23:32
À : ntg-context@ntg.nl >> mailing list for ConTeXt users
Objet :Re: [NTG-context] structures.lists.ordered empty in latest beta

On 8/15/2018 10:37 PM, Joseph Canedo wrote:
> Hi,
> 
> I use the global lua table ConTeXt provides called : 
> structures.lists.ordered to perform some manipulations with sections 
> (using structures.lists.ordered.section which is itself a lua table), 
> but from latest beta it seems that that variable (a lua table) is now 
> completely empty. Is this expected ?
afaik nothing changed


-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 3847 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-15 21:46   ` Joseph Canedo
@ 2018-08-17 21:08     ` Joseph Canedo
  2018-08-18  8:11       ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Canedo @ 2018-08-17 21:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2648 bytes --]

The latelua functions seems fixed with 2018-08-16 beta but in some occurrences the realpage information for some sections is wrong, being set to page before the actual page the section title appears in pdf. This seems to happen when the title of section is first at top of page.
If needed I can try working on a MWE.
Thanks

Joseph

From .tuc file.

{
  ["metadata"]=129,
  ["numberdata"]=133,
  ["references"]={
   ["block"]="bodypart",
   ["internal"]=5,
   ["realpage"]=3, -- this should be 4
   ["section"]=5,
   ["used"]="width",
  },
  ["titledata"]={
   ["bookmark"]="Chapitre .iiij.",
   ["label"]="subsection",
   ["marking"]="Chapitre",
   ["title"]="Chapitre \\LeftDot \\RM {4}.",
  },
  ["userdata"]={
   ["blank_after_chapter"]="none",
   ["blank_before_chapter"]="none",
  },

De : Joseph Canedo
Envoyé le :mercredi 15 août 2018 23:46
À : mailing list for ConTeXt users
Objet :RE: [NTG-context] structures.lists.ordered empty in latest beta

I also noticed that (at least some) latelua functions do not seem called (They output stuff in the log and these are no longer present).

De : Hans Hagen
Envoyé le :mercredi 15 août 2018 23:32
À : ntg-context@ntg.nl >> mailing list for ConTeXt users
Objet :Re: [NTG-context] structures.lists.ordered empty in latest beta

On 8/15/2018 10:37 PM, Joseph Canedo wrote:
> Hi,
> 
> I use the global lua table ConTeXt provides called : 
> structures.lists.ordered to perform some manipulations with sections 
> (using structures.lists.ordered.section which is itself a lua table), 
> but from latest beta it seems that that variable (a lua table) is now 
> completely empty. Is this expected ?
afaik nothing changed


-----------------------------------------------------------------
                                           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
___________________________________________________________________________________



[-- Attachment #1.2: Type: text/html, Size: 6641 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-17 21:08     ` Joseph Canedo
@ 2018-08-18  8:11       ` Wolfgang Schuster
  2018-08-18 11:48         ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2018-08-18  8:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Joseph Canedo


[-- Attachment #1.1: Type: text/plain, Size: 3582 bytes --]

Here is your minimal example.


\starttext

\dorecurse{20}{\section[sec:#1]{Section #1}}

Section \in[sec:16] appears on page \at[sec:16].

Section \in[sec:17] appears on page \at[sec:17].

\stoptext


Wolfgang


Joseph Canedo schrieb am 17.08.18 um 23:08:
>
> The latelua functions seems fixed with 2018-08-16 beta but in some 
> occurrences the realpage information for some sections is wrong, being 
> set to page before the actual page the section title appears in pdf. 
> This seems to happen when the title of section is first at top of page.
>
> If needed I can try working on a MWE.
>
> Thanks
>
> Joseph
>
> From .tuc file.
>
> {
>
>   ["metadata"]=129,
>
> ["numberdata"]=133,
>
>   ["references"]={
>
>    ["block"]="bodypart",
>
> ["internal"]=5,
>
>    ["realpage"]=3, -- this should be 4
>
>    ["section"]=5,
>
>    ["used"]="width",
>
>   },
>
>   ["titledata"]={
>
> ["bookmark"]="Chapitre .iiij.",
>
> ["label"]="subsection",
>
> ["marking"]="Chapitre",
>
>    ["title"]="Chapitre \\LeftDot \\RM {4}.",
>
>   },
>
>   ["userdata"]={
>
> ["blank_after_chapter"]="none",
>
> ["blank_before_chapter"]="none",
>
>   },
>
> *De : *Joseph Canedo <mailto:josephcanedo@gmail.com>
> *Envoyé le :*mercredi 15 août 2018 23:46
> *À : *mailing list for ConTeXt users <mailto:ntg-context@ntg.nl>
> *Objet :*RE: [NTG-context] structures.lists.ordered empty in latest beta
>
> I also noticed that (at least some) latelua functions do not seem 
> called (They output stuff in the log and these are no longer present).
>
> *De : *Hans Hagen <mailto:j.hagen@xs4all.nl>
> *Envoyé le :*mercredi 15 août 2018 23:32
> *À : *ntg-context@ntg.nl >> mailing list for ConTeXt users 
> <mailto:ntg-context@ntg.nl>
> *Objet :*Re: [NTG-context] structures.lists.ordered empty in latest beta
>
> On 8/15/2018 10:37 PM, Joseph Canedo wrote:
>
> > Hi,
>
> >
>
> > I use the global lua table ConTeXt provides called :
>
> > structures.lists.ordered to perform some manipulations with sections
>
> > (using structures.lists.ordered.section which is itself a lua table),
>
> > but from latest beta it seems that that variable (a lua table) is now
>
> > completely empty. Is this expected ?
>
> afaik nothing changed
>
> -----------------------------------------------------------------
>
>                                            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
>
> ___________________________________________________________________________________
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 8283 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-18  8:11       ` Wolfgang Schuster
@ 2018-08-18 11:48         ` Hans Hagen
  2018-08-18 12:41           ` Joseph Canedo
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2018-08-18 11:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Wolfgang Schuster, Joseph Canedo

On 8/18/2018 10:11 AM, Wolfgang Schuster wrote:
> Here is your minimal example.
> 
> 
> \starttext
> 
> \dorecurse{20}{\section[sec:#1]{Section #1}}
> 
> Section \in[sec:16] appears on page \at[sec:16].
> 
> Section \in[sec:17] appears on page \at[sec:17].
> 
> \stoptext
Goes ok here.

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-18 11:48         ` Hans Hagen
@ 2018-08-18 12:41           ` Joseph Canedo
  2018-08-18 13:22             ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Canedo @ 2018-08-18 12:41 UTC (permalink / raw)
  To: Hans Hagen, mailing list for ConTeXt users, Wolfgang Schuster


[-- Attachment #1.1: Type: text/plain, Size: 1041 bytes --]

I see in pdf (created using MWE Wolfgang kindly provided and latest Context beta) page 2:

Section 16 appears on page 1.

Should read I think

Section 16 appears on page 2.

Joseph

De : Hans Hagen
Envoyé le :samedi 18 août 2018 13:48
À : mailing list for ConTeXt users; Wolfgang Schuster; Joseph Canedo
Objet :Re: [NTG-context] structures.lists.ordered empty in latest beta

On 8/18/2018 10:11 AM, Wolfgang Schuster wrote:
> Here is your minimal example.
> 
> 
> \starttext
> 
> \dorecurse{20}{\section[sec:#1]{Section #1}}
> 
> Section \in[sec:16] appears on page \at[sec:16].
> 
> Section \in[sec:17] appears on page \at[sec:17].
> 
> \stoptext
Goes ok here.

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------


[-- Attachment #1.2: Type: text/html, Size: 3557 bytes --]

[-- Attachment #2: test_section_page.pdf --]
[-- Type: application/pdf, Size: 10732 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 bytes --]

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-18 12:41           ` Joseph Canedo
@ 2018-08-18 13:22             ` Hans Hagen
  2018-08-18 16:30               ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2018-08-18 13:22 UTC (permalink / raw)
  To: Joseph Canedo, mailing list for ConTeXt users, Wolfgang Schuster

On 8/18/2018 2:41 PM, Joseph Canedo wrote:
> I see in pdf (created using MWE Wolfgang kindly provided and latest 
> Context beta) page 2:
> 
> Section 16 appears on page 1.
> 
> Should read I think
> 
> Section 16 appears on page 2.

hm, not here, so question for wolfgang:

can you run the test with

\showmakeup[whatsit]

and see if there are lateluas shown

(beta on ftp)


> Joseph
> 
> *De : *Hans Hagen <mailto:j.hagen@xs4all.nl>
> *Envoyé le :*samedi 18 août 2018 13:48
> *À : *mailing list for ConTeXt users <mailto:ntg-context@ntg.nl>; 
> Wolfgang Schuster <mailto:wolfgang.schuster.lists@gmail.com>; Joseph 
> Canedo <mailto:josephcanedo@gmail.com>
> *Objet :*Re: [NTG-context] structures.lists.ordered empty in latest beta
> 
> On 8/18/2018 10:11 AM, Wolfgang Schuster wrote:
> 
>  > Here is your minimal example.
> 
>  >
> 
>  >
> 
>  > \starttext
> 
>  >
> 
>  > \dorecurse{20}{\section[sec:#1]{Section #1}}
> 
>  >
> 
>  > Section \in[sec:16] appears on page \at[sec:16].
> 
>  >
> 
>  > Section \in[sec:17] appears on page \at[sec:17].
> 
>  >
> 
>  > \stoptext
> 
> Goes ok here.
> 
> -----------------------------------------------------------------
> 
>                                             Hans Hagen | PRAGMA ADE
> 
>                 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> 
>          tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> 
> -----------------------------------------------------------------
> 


-- 

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-18 13:22             ` Hans Hagen
@ 2018-08-18 16:30               ` Wolfgang Schuster
  2018-08-19 18:07                 ` Joseph Canedo
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2018-08-18 16:30 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]



Hans Hagen schrieb am 18.08.18 um 15:22:
> On 8/18/2018 2:41 PM, Joseph Canedo wrote:
>> I see in pdf (created using MWE Wolfgang kindly provided and latest 
>> Context beta) page 2:
>>
>> Section 16 appears on page 1.
>>
>> Should read I think
>>
>> Section 16 appears on page 2.
>
> hm, not here, so question for wolfgang:
>
> can you run the test with
>
> \showmakeup[whatsit]
>
> and see if there are lateluas shown

The visualizer for section 16 appears one the first page but the section 
itself is moved to the second page.

Wolfgang


[-- Attachment #2: test.log --]
[-- Type: text/plain, Size: 9322 bytes --]

resolvers       > trees > analyzing 'home:texmf'

open source     > level 1, order 1, name '/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv'
system          > 
system          > ConTeXt  ver: 2018.08.18 15:14 MKIV beta  fmt: 2018.8.18  int: english/english
system          > 
system          > 'cont-new.mkiv' loaded
open source     > level 2, order 2, name '/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
system          > beware: some patches loaded from cont-new.mkiv
close source    > level 2, order 2, name '/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > level 2, order 3, name '/Users/wolf/Dropbox/tex/test/test.tex'
visualize       > enabled
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
structure       > sectioning > section @ level 3 : 0.0.1 -> Section 1
structure       > sectioning > section @ level 3 : 0.0.2 -> Section 2
structure       > sectioning > section @ level 3 : 0.0.3 -> Section 3
structure       > sectioning > section @ level 3 : 0.0.4 -> Section 4
structure       > sectioning > section @ level 3 : 0.0.5 -> Section 5
structure       > sectioning > section @ level 3 : 0.0.6 -> Section 6
structure       > sectioning > section @ level 3 : 0.0.7 -> Section 7
structure       > sectioning > section @ level 3 : 0.0.8 -> Section 8
structure       > sectioning > section @ level 3 : 0.0.9 -> Section 9
structure       > sectioning > section @ level 3 : 0.0.10 -> Section 10
structure       > sectioning > section @ level 3 : 0.0.11 -> Section 11
structure       > sectioning > section @ level 3 : 0.0.12 -> Section 12
structure       > sectioning > section @ level 3 : 0.0.13 -> Section 13
structure       > sectioning > section @ level 3 : 0.0.14 -> Section 14
structure       > sectioning > section @ level 3 : 0.0.15 -> Section 15
structure       > sectioning > section @ level 3 : 0.0.16 -> Section 16
structure       > sectioning > section @ level 3 : 0.0.17 -> Section 17
structure       > sectioning > section @ level 3 : 0.0.18 -> Section 18
structure       > sectioning > section @ level 3 : 0.0.19 -> Section 19
backend         > xmp > using file '/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1, subpage 1
structure       > sectioning > section @ level 3 : 0.0.20 -> Section 20
pages           > flushing realpage 2, userpage 2
close source    > level 2, order 3, name '/Users/wolf/Dropbox/tex/test/test.tex'
close source    > level 1, order 3, name '/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv'

system          > start used files

system          > text: test

system          > stop used files


system          > start used files

system          >    1: filename=char-prv.lua filetype=tex format=tex foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/char-prv.lua fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/char-prv.lua usedmethod=database
system          >    2: filename=cont-yes.mkiv filetype=tex foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv usedmethod=database
system          >    3: filename=publ-imp-default.lua filetype=scripts foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/publ-imp-default.lua fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/publ-imp-default.lua usedmethod=database
system          >    4: filename=cont-new.mkiv filetype=tex foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv usedmethod=database
system          >    5: filename=lang-exc.lua filetype=scripts foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/lang-exc.lua fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/lang-exc.lua usedmethod=database
system          >    6: filename=lang-us.lua filetype=scripts foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/patterns/mkiv/lang-us.lua fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/patterns/mkiv/lang-us.lua usedmethod=database
system          >    7: filename=/Users/wolf/Dropbox/tex/test/test.tex foundname=/Users/wolf/Dropbox/tex/test/test.tex fullname=/Users/wolf/Dropbox/tex/test/test.tex usedmethod=direct
system          >    8: filename=lmmonoltcond10-regular.otf filetype=otf format=otf foundname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm/lmmonoltcond10-regular.otf fullname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm/lmmonoltcond10-regular.otf usedmethod=database
system          >    9: filename=lm.lfg filetype=tex foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg usedmethod=database
system          >   10: filename=lmroman12-regular filetype=otf format=otf foundname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf fullname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf usedmethod=database
system          >   11: filename=latinmodern-math.otf filetype=opentypefonts foundname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf fullname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
system          >   12: filename=lmroman10-regular filetype=otf format=otf foundname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf fullname=/Users/wolf/context/beta/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf usedmethod=database
system          >   13: filename=lpdf-pdx.xml filetype=tex foundname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml fullname=/Users/wolf/context/beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml usedmethod=database

system          > stop used files


system          > start commandline options

system          > currentrun="3"
system          > fulljobname="./test.tex"
system          > input="./test.tex"
system          > kindofrun="2"
system          > maxnofruns="9"
system          > no-parse-first-line="true"

system          > stop commandline options


system          > start commandline files

system          >    1: ./test.tex

system          > stop commandline files


modules         > start used modules


modules         > stop used modules


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: /Users/wolf/context/beta/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.108 seconds, 1 scans with scantime 0.096 seconds, 0 shared scans, 13 found files, scanned paths: /Users/wolf/texmf
mkiv lua stats  > stored bytecode data: 437 modules (0.519 sec), 93 tables (0.025 sec), 530 chunks (0.544 sec)
mkiv lua stats  > traced context: maxstack: 1324, freed: 1, unreachable: 1323
mkiv lua stats  > cleaned up reserved nodes: 62 nodes, 9 lists of 455
mkiv lua stats  > node memory usage: 2 glue, 2 kern, 2 penalty, 17 attribute, 50 glue_spec, 4 attribute_list, 2 temp, 2 user_defined, 2 pdf_literal
mkiv lua stats  > node list callback tasks: 8 unique task lists, 6 instances (re)created, 324 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > jobdata time: 0.005 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: internal: 688, file: 152, direct: 2, late: 20, function 795, total: 1657 (1657 per page)
mkiv lua stats  > randomizer: resumed with value 0.37914100335911
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, objectcompresslevel 3
mkiv lua stats  > loaded fonts: 4 files: latinmodern-math.otf, lmmonoltcond10-regular.otf, lmroman10-regular.otf, lmroman12-regular.otf
mkiv lua stats  > font engine: otf 3.104, afm 1.513, tfm 1.000, 9 instances, 3 shared in backend, 3 common vectors, 0 common hashes, load time nil
mkiv lua stats  > visualization time: 0.002 seconds
mkiv lua stats  > page group warning: transparencies are used but no pagecolormodel is set
mkiv lua stats  > used platform: osx-64, type: unix, binary subtree: texmf-osx-64
mkiv lua stats  > used engine: luatex version 1.08 with functionality level 6731, banner: this is luatex, version 1.08.0 (tex live 2018)
mkiv lua stats  > control sequences: 46505 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua 5.3, used memory: 110 MB (ctx: 110 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 1.361 seconds, 2 processed pages, 2 shipped pages, 1.470 pages/second


[-- Attachment #3: test.pdf --]
[-- Type: application/pdf, Size: 13144 bytes --]

[-- Attachment #4: test.tex --]
[-- Type: application/x-tex, Size: 190 bytes --]

[-- Attachment #5: Type: text/plain, Size: 492 bytes --]

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

* Re: structures.lists.ordered empty in latest beta
  2018-08-18 16:30               ` Wolfgang Schuster
@ 2018-08-19 18:07                 ` Joseph Canedo
  0 siblings, 0 replies; 10+ messages in thread
From: Joseph Canedo @ 2018-08-19 18:07 UTC (permalink / raw)
  To: Wolfgang Schuster, Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 840 bytes --]

Latest beta fixes the issue. Thanks a lot.

Joseph

De : Wolfgang Schuster
Envoyé le :samedi 18 août 2018 18:30
À : Hans Hagen
Cc : Joseph Canedo; mailing list for ConTeXt users
Objet :Re: [NTG-context] structures.lists.ordered empty in latest beta



Hans Hagen schrieb am 18.08.18 um 15:22:
> On 8/18/2018 2:41 PM, Joseph Canedo wrote:
>> I see in pdf (created using MWE Wolfgang kindly provided and latest 
>> Context beta) page 2:
>>
>> Section 16 appears on page 1.
>>
>> Should read I think
>>
>> Section 16 appears on page 2.
>
> hm, not here, so question for wolfgang:
>
> can you run the test with
>
> \showmakeup[whatsit]
>
> and see if there are lateluas shown

The visualizer for section 16 appears one the first page but the section 
itself is moved to the second page.

Wolfgang



[-- Attachment #1.2: Type: text/html, Size: 3444 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

end of thread, other threads:[~2018-08-19 18:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-15 20:37 structures.lists.ordered empty in latest beta Joseph Canedo
2018-08-15 21:31 ` Hans Hagen
2018-08-15 21:46   ` Joseph Canedo
2018-08-17 21:08     ` Joseph Canedo
2018-08-18  8:11       ` Wolfgang Schuster
2018-08-18 11:48         ` Hans Hagen
2018-08-18 12:41           ` Joseph Canedo
2018-08-18 13:22             ` Hans Hagen
2018-08-18 16:30               ` Wolfgang Schuster
2018-08-19 18:07                 ` Joseph Canedo

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