ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Table index is nil
@ 2016-04-18  1:59 Brian Ballsun-Stanton
  2016-04-18  8:07 ` Wolfgang Schuster
  2016-04-18 20:11 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Ballsun-Stanton @ 2016-04-18  1:59 UTC (permalink / raw)
  To: ntg-context


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

I'm getting (suddenly) an error:
...ext/tex/texmf-context/tex/context/base/mkiv/font-hsh.lua:124: table
index is nil


And I have a bunch of tables:


\placetable[here][tab01]{Kazanlak site numbers, aggregate area and average
area
through through time}{
\setupTABLE[c][each][align=middle,style={\tfx},alignmentcharacter={.},aligncharacter=yes]
\chardef\characteralignmentmode=2
\startCSV
Period,NL,Chl,EBA,LBA,EIA,LIA,RM,LA,BYZ,MA,OTT
Aggregate Area (ha),1.5,2.9,5.0,6.7,21.5,43.3,54.9,31.2,24.4,30.7,94.9
Site Count,3,6,10,7,23,38,23,19,15,21,15
Avg Area (ha),0.5,0.5,0.5,1.0,0.9,1.1,2.4,1.6,1.6,1.5,6.3
\stopCSV
}

The odd thing is that no other chapters of the book (all of which use the
same environment, and many use the same table)

When I comment out the series of tables, the errors go away.
I've just rerun first-setup.sh just out of paranoia. mtx-context     |
current version: 2016.04.17 11:56

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Table index is nil
  2016-04-18  1:59 Table index is nil Brian Ballsun-Stanton
@ 2016-04-18  8:07 ` Wolfgang Schuster
  2016-04-18 20:11 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2016-04-18  8:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Brian Ballsun-Stanton <mailto:denubisx@gmail.com>
> 18. April 2016 um 03:59
> I'm getting (suddenly) an error: 
> ...ext/tex/texmf-context/tex/context/base/mkiv/font-hsh.lua:124: table 
> index is nil
>
>
> And I have a bunch of tables:
>
>
> \placetable[here][tab01]{Kazanlak site numbers, aggregate area and 
> average area
> through through time}{
> \setupTABLE[c][each][align=middle,style={\tfx},alignmentcharacter={.},aligncharacter=yes]
> \chardef\characteralignmentmode=2
> \startCSV
> Period,NL,Chl,EBA,LBA,EIA,LIA,RM,LA,BYZ,MA,OTT
> Aggregate Area (ha),1.5,2.9,5.0,6.7,21.5,43.3,54.9,31.2,24.4,30.7,94.9
> Site Count,3,6,10,7,23,38,23,19,15,21,15
> Avg Area (ha),0.5,0.5,0.5,1.0,0.9,1.1,2.4,1.6,1.6,1.5,6.3
> \stopCSV
> }
>
> The odd thing is that no other chapters of the book (all of which use 
> the same environment, and many use the same table)
>
Create a minimal working example.

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Table index is nil
  2016-04-18  1:59 Table index is nil Brian Ballsun-Stanton
  2016-04-18  8:07 ` Wolfgang Schuster
@ 2016-04-18 20:11 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2016-04-18 20:11 UTC (permalink / raw)
  To: ntg-context

On 4/18/2016 3:59 AM, Brian Ballsun-Stanton wrote:
> I'm getting (suddenly) an error:
> ...ext/tex/texmf-context/tex/context/base/mkiv/font-hsh.lua:124: table
> index is nil
>
>
> And I have a bunch of tables:
>
>
> \placetable[here][tab01]{Kazanlak site numbers, aggregate area and
> average area
> through through time}{
> \setupTABLE[c][each][align=middle,style={\tfx},alignmentcharacter={.},aligncharacter=yes]
> \chardef\characteralignmentmode=2
> \startCSV
> Period,NL,Chl,EBA,LBA,EIA,LIA,RM,LA,BYZ,MA,OTT
> Aggregate Area (ha),1.5,2.9,5.0,6.7,21.5,43.3,54.9,31.2,24.4,30.7,94.9
> Site Count,3,6,10,7,23,38,23,19,15,21,15
> Avg Area (ha),0.5,0.5,0.5,1.0,0.9,1.1,2.4,1.6,1.6,1.5,6.3
> \stopCSV
> }
>
> The odd thing is that no other chapters of the book (all of which use
> the same environment, and many use the same table)
>
> When I comment out the series of tables, the errors go away.
> I've just rerun first-setup.sh just out of paranoia. mtx-context     |
> current version: 2016.04.17 11:56

i really need a small *working* example for this



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-04-18 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18  1:59 Table index is nil Brian Ballsun-Stanton
2016-04-18  8:07 ` Wolfgang Schuster
2016-04-18 20:11 ` Hans Hagen

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