Re: [NTG-context] trying to delete an attribute reference of a non attribute node

2016-07-03 Thread Thomas A. Schmitz

On 07/03/2016 11:39 AM, Marco Patzer wrote:

has been fixed already

Confirmed, the new beta works. Thanks for the quick fix.



Amazingly, this has also fixed a long-standing bug I had with one of my 
files; I got the same error message. I hadn't been able to find a 
minimal example to reproduce it, so I'm very glad Marco did, thank you 
too! And of course, thanks Hans...


Thomas
___
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] trying to delete an attribute reference of a non attribute node

2016-07-03 Thread Marco Patzer
On Sun, 3 Jul 2016 11:22:20 +0200
Hans Hagen  wrote:

> On 7/2/2016 12:42 PM, Marco Patzer wrote:
> > On Thu, 30 Jun 2016 18:23:18 +0200
> > Marco Patzer  wrote:
> >  
> >> The following example throws the error:
> >>
> >>   ! error:  (nodes): trying to delete an attribute reference of a
> >> non attribute node mtx-context | fatal error: return code: 1
> >>
> >> \setbreakpoints [compound]
> >> \useMPlibrary [dum]
> >>
> >> \starttext
> >>   \startTABLE
> >> \NC \externalfigure [foo-bar] [width=\textwidth] \NC
> >> foo bar foo bar foobarfoobar \bold{} \NC\NR
> >>   \stopTABLE
> >> \stoptext  
> >
> > Any ideas?  
> 
> has been fixed already

Confirmed, the new beta works. Thanks for the quick fix.

Marco
___
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] trying to delete an attribute reference of a non attribute node

2016-07-03 Thread Hans Hagen

On 7/2/2016 12:42 PM, Marco Patzer wrote:

On Thu, 30 Jun 2016 18:23:18 +0200
Marco Patzer  wrote:


The following example throws the error:

  ! error:  (nodes): trying to delete an attribute reference of a non
attribute node mtx-context | fatal error: return code: 1

\setbreakpoints [compound]
\useMPlibrary [dum]

\starttext
  \startTABLE
\NC \externalfigure [foo-bar] [width=\textwidth] \NC
foo bar foo bar foobarfoobar \bold{} \NC\NR
  \stopTABLE
\stoptext


Any ideas?


has been fixed already

-
  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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] trying to delete an attribute reference of a non attribute node

2016-07-02 Thread Marco Patzer
On Thu, 30 Jun 2016 18:23:18 +0200
Marco Patzer  wrote:

> The following example throws the error:
> 
>   ! error:  (nodes): trying to delete an attribute reference of a non
> attribute node mtx-context | fatal error: return code: 1
> 
> \setbreakpoints [compound]
> \useMPlibrary [dum]
> 
> \starttext
>   \startTABLE
> \NC \externalfigure [foo-bar] [width=\textwidth] \NC
> foo bar foo bar foobarfoobar \bold{} \NC\NR
>   \stopTABLE
> \stoptext

Any ideas?

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

[NTG-context] trying to delete an attribute reference of a non attribute node

2016-06-30 Thread Marco Patzer
Hi!

The following example throws the error:

  ! error:  (nodes): trying to delete an attribute reference of a non attribute 
node
  mtx-context | fatal error: return code: 1

\setbreakpoints [compound]
\useMPlibrary [dum]

\starttext
  \startTABLE
\NC \externalfigure [foo-bar] [width=\textwidth] \NC
foo bar foo bar foobarfoobar \bold{} \NC\NR
  \stopTABLE
\stoptext

Sorry for the not so minimal example. In the actual text I'm not
using the `dum` library, I'm including actual graphics. So I don't
believe that's the issue. It might have something to do with word
breaking, that's my gut feeling.

What is the issue here?

ConTeXt  ver: 2016.06.26 19:00

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