Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-20 Thread Peter Rolf

Hans Hagen schrieb:

Peter Rolf wrote:

Hi,

my testing yesterday was only limited to a very small test file 
(overprinting test). i had no problems with that, but any approach 
with one of my graphics directly ends with


! Undefined control sequence.
l.1 \abortinputifdefined

oops, is syst-gen.tex no longer part of the mkiv core? i installed 
the beta two times (cleaned up texmf-context) and also tried the 
luatex binary from yesterday. no success so far.

also no fun with mkii. looks like shading specials are broken.


hmm ... need example ...

\setupcolors[state=start]

\startreusableMPgraphic{FOO}
path p;
p:= unitsquare xyscaled(10cm,2cm);
linear_shade(p,1,red,blue);
\stopreusableMPgraphic


\starttext

\useMPgraphic{FOO}

\page[yes]
\useMPgraphic{FOO}

\stoptext


The interesting thing is, that it works after the third run. After you 
delete all temporary files (tuo,tui) you need again three runs to get a 
working pdf. All I can see is, that there are multiple {docushade} (one 
per page) entries (donno the details).

Tested with beta from yesterday. Maybe you have fixed this already?

Best wishes,  Peter





-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 






--
 Es ist doch ein Trost,
  das Geldgier manchmal blöd macht.

- Kottan in Kottan ermittelt, Folge 9: Die Einteilung -



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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-20 Thread luigi scarso
On Fri, Mar 20, 2009 at 7:30 PM, Peter Rolf indi...@gmx.net wrote:
 Hans Hagen schrieb:

 Peter Rolf wrote:

 Hi,

 my testing yesterday was only limited to a very small test file
 (overprinting test). i had no problems with that, but any approach with one
 of my graphics directly ends with

 ! Undefined control sequence.
 l.1 \abortinputifdefined

 oops, is syst-gen.tex no longer part of the mkiv core? i installed the
 beta two times (cleaned up texmf-context) and also tried the luatex binary
 from yesterday. no success so far.
 also no fun with mkii. looks like shading specials are broken.

 hmm ... need example ...

 \setupcolors[state=start]

 \startreusableMPgraphic{FOO}
 path p;
 p:= unitsquare xyscaled(10cm,2cm);
 linear_shade(p,1,red,blue);
 \stopreusableMPgraphic


 \starttext

 \useMPgraphic{FOO}

 \page[yes]
 \useMPgraphic{FOO}

 \stoptext


 The interesting thing is, that it works after the third run. After you
 delete all temporary files (tuo,tui) you need again three runs to get a
 working pdf. All I can see is, that there are multiple {docushade} (one per
 page) entries (donno the details).
 Tested with beta from yesterday. Maybe you have fixed this already?

 Best wishes,  Peter
it works ok here

This is LuaTeX, Version snapshot-0.35.0
(test-peter-001.tex
ConTeXt  ver: 2009.03.20 19:04 MKIV  fmt: 2009.3.20  int: english/english
-- 
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-20 Thread Hans Hagen

Peter Rolf wrote:

The interesting thing is, that it works after the third run. After you 
delete all temporary files (tuo,tui) you need again three runs to get a 
working pdf. All I can see is, that there are multiple {docushade} (one 
per page) entries (donno the details).

Tested with beta from yesterday. Maybe you have fixed this already?


i've noticed some weird behaviour too

the problem is not in context but in ruby (i use md5 calculations to 
determine if another pass is needed)


because this is one of the area where ruby 1.9 is not downward 
compatible i gave it another try


so .. new beta in a while

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-20 Thread Peter Rolf

Hans Hagen schrieb:

Peter Rolf wrote:

The interesting thing is, that it works after the third run. After 
you delete all temporary files (tuo,tui) you need again three runs to 
get a working pdf. All I can see is, that there are multiple 
{docushade} (one per page) entries (donno the details).

Tested with beta from yesterday. Maybe you have fixed this already?


i've noticed some weird behaviour too

the problem is not in context but in ruby (i use md5 calculations to 
determine if another pass is needed)


because this is one of the area where ruby 1.9 is not downward 
compatible i gave it another try


so .. new beta in a while


Looks good. Small and 'big' example work without problems. Thanks Hans!


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 






--
 Es ist doch ein Trost,
  das Geldgier manchmal blöd macht.

- Kottan in Kottan ermittelt, Folge 9: Die Einteilung -



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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-19 Thread Hans Hagen

Wolfgang Schuster wrote:

On Wed, Mar 18, 2009 at 11:59 PM, Hans Hagen pra...@wxs.nl wrote:

Wolfgang Schuster wrote:
i removed that one as grepoing didn't have matches; it was meant for some
old generic files but i gave up on generic


oops, is syst-gen.tex no longer part of the mkiv core? i installed the
beta two times (cleaned up texmf-context) and also tried the luatex binary
from yesterday. no success so far.

mkiv use syst-ext.tex

no, syst-aux


Dawn, it's hard to keep everything in mind with all your moves and changes.


well, now is the time to do some clean up

did you notice that all table stuff is now under tabl-* ?

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-19 Thread Peter Rolf

Hans Hagen schrieb:

Wolfgang Schuster wrote:

On Wed, Mar 18, 2009 at 10:24 PM, Peter Rolf indi...@gmx.net wrote:

Hi,

my testing yesterday was only limited to a very small test file
(overprinting test). i had no problems with that, but any approach 
with one

of my graphics directly ends with

! Undefined control sequence.
l.1 \abortinputifdefined


i removed that one as grepoing didn't have matches; it was meant for 
some old generic files but i gave up on generic



and how do you prevent multiple 'loading' of a file now?

oops, is syst-gen.tex no longer part of the mkiv core? i installed 
the beta
two times (cleaned up texmf-context) and also tried the luatex 
binary from

yesterday. no success so far.


mkiv use syst-ext.tex


no, syst-aux


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 






--
 Es ist doch ein Trost,
  das Geldgier manchmal blöd macht.

- Kottan in Kottan ermittelt, Folge 9: Die Einteilung -



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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-19 Thread luigi scarso
On Thu, Mar 19, 2009 at 10:29 AM, Wolfgang Schuster
schuster.wolfg...@googlemail.com wrote:
 On Thu, Mar 19, 2009 at 9:40 AM, Hans Hagen pra...@wxs.nl wrote:
 Dawn, it's hard to keep everything in mind with all your moves and
 changes.

 well, now is the time to do some clean up

 did you notice that all table stuff is now under tabl-* ?

 I did and when I don't where to look grep is my friend :-)
egrep also

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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-19 Thread Hans Hagen

Peter Rolf wrote:

Hans Hagen schrieb:

Wolfgang Schuster wrote:

On Wed, Mar 18, 2009 at 10:24 PM, Peter Rolf indi...@gmx.net wrote:

Hi,

my testing yesterday was only limited to a very small test file
(overprinting test). i had no problems with that, but any approach 
with one

of my graphics directly ends with

! Undefined control sequence.
l.1 \abortinputifdefined


i removed that one as grepoing didn't have matches; it was meant for 
some old generic files but i gave up on generic



and how do you prevent multiple 'loading' of a file now?


\doinputonce

but modules and environments are loaded once anyway

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-19 Thread Peter Rolf

Hans Hagen schrieb:

Peter Rolf wrote:

Hans Hagen schrieb:

Wolfgang Schuster wrote:

On Wed, Mar 18, 2009 at 10:24 PM, Peter Rolf indi...@gmx.net wrote:

Hi,

my testing yesterday was only limited to a very small test file
(overprinting test). i had no problems with that, but any approach 
with one

of my graphics directly ends with

! Undefined control sequence.
l.1 \abortinputifdefined


i removed that one as grepoing didn't have matches; it was meant for 
some old generic files but i gave up on generic



and how do you prevent multiple 'loading' of a file now?


\doinputonce


didn't know that one. thanks!
i will adapt my code...


but modules and environments are loaded once anyway

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 






--
 Es ist doch ein Trost,
  das Geldgier manchmal blöd macht.

- Kottan in Kottan ermittelt, Folge 9: Die Einteilung -



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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-19 Thread Wolfgang Schuster
On Thu, Mar 19, 2009 at 9:40 AM, Hans Hagen pra...@wxs.nl wrote:
 Dawn, it's hard to keep everything in mind with all your moves and
 changes.

 well, now is the time to do some clean up

 did you notice that all table stuff is now under tabl-* ?

I did and when I don't where to look grep is my friend :-)

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


[NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-18 Thread Peter Rolf

Hi,

my testing yesterday was only limited to a very small test file 
(overprinting test). i had no problems with that, but any approach with 
one of my graphics directly ends with


! Undefined control sequence.
l.1 \abortinputifdefined

oops, is syst-gen.tex no longer part of the mkiv core? i installed the 
beta two times (cleaned up texmf-context) and also tried the luatex 
binary from yesterday. no success so far.

also no fun with mkii. looks like shading specials are broken.


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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-18 Thread Wolfgang Schuster
On Wed, Mar 18, 2009 at 10:24 PM, Peter Rolf indi...@gmx.net wrote:
 Hi,

 my testing yesterday was only limited to a very small test file
 (overprinting test). i had no problems with that, but any approach with one
 of my graphics directly ends with

 ! Undefined control sequence.
 l.1 \abortinputifdefined

 oops, is syst-gen.tex no longer part of the mkiv core? i installed the beta
 two times (cleaned up texmf-context) and also tried the luatex binary from
 yesterday. no success so far.

mkiv use syst-ext.tex

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


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-18 Thread Hans Hagen

Wolfgang Schuster wrote:

On Wed, Mar 18, 2009 at 10:24 PM, Peter Rolf indi...@gmx.net wrote:

Hi,

my testing yesterday was only limited to a very small test file
(overprinting test). i had no problems with that, but any approach with one
of my graphics directly ends with

! Undefined control sequence.
l.1 \abortinputifdefined


i removed that one as grepoing didn't have matches; it was meant for 
some old generic files but i gave up on generic



oops, is syst-gen.tex no longer part of the mkiv core? i installed the beta
two times (cleaned up texmf-context) and also tried the luatex binary from
yesterday. no success so far.


mkiv use syst-ext.tex


no, syst-aux


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-18 Thread Hans Hagen

Peter Rolf wrote:

Hi,

my testing yesterday was only limited to a very small test file 
(overprinting test). i had no problems with that, but any approach with 
one of my graphics directly ends with


! Undefined control sequence.
l.1 \abortinputifdefined

oops, is syst-gen.tex no longer part of the mkiv core? i installed the 
beta two times (cleaned up texmf-context) and also tried the luatex 
binary from yesterday. no success so far.

also no fun with mkii. looks like shading specials are broken.


hmm ... need example ...


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta: \abortinputifdefined (mkiv)

2009-03-18 Thread Wolfgang Schuster
On Wed, Mar 18, 2009 at 11:59 PM, Hans Hagen pra...@wxs.nl wrote:
 Wolfgang Schuster wrote:
 i removed that one as grepoing didn't have matches; it was meant for some
 old generic files but i gave up on generic

 oops, is syst-gen.tex no longer part of the mkiv core? i installed the
 beta two times (cleaned up texmf-context) and also tried the luatex binary
 from yesterday. no success so far.

 mkiv use syst-ext.tex

 no, syst-aux

Dawn, it's hard to keep everything in mind with all your moves and changes.

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