ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with mkiv and MPgraphic
@ 2008-10-23  9:44 Otared Kavian
  2008-10-23 11:17 ` Peter Rolf
  0 siblings, 1 reply; 16+ messages in thread
From: Otared Kavian @ 2008-10-23  9:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi everyone,

Sorry for posting this message again: I am not sure it went through…

The following doesn't show the "swelled rule" defined below in mkiv,  
while on mkii it is fine?
So my question is: is there a new way to define MPgraphic in mkiv?

Best regards: OK

%% defining swelled ruel, or English rule...
\setupMPvariables[SwelledRule][height=2pt,breadth=.667\localhsize]
\startuniqueMPgraphic{SwelledRule}{height,breadth}
x1 = 0; x2 = x6 = .333x4; x3 = x5 = .667x4; x4 = \MPvar{breadth};
y1 = y4 = \MPvar{height}/2; y2 = y3 = \MPvar{height}; y5 = y6 = 0;
fill z1--z2--z3--z4--z5--z6--cycle;
\stopuniqueMPgraphic
\def\SwelledRule{\blank%
\setlocalhsize\midaligned{\reuseMPgraphic{SwelledRule}}\blank}
%% end swelled rule

\starttext

This file has been typeset
on \currentdate{}
at \currenttime,
with
\doifmodeelse{mkiv}
	{mkiv,
	LuaTeX revision \luatexrevision,
	(LuaTeX date stamp \luatexdatestamp),}
	{mkii,
	using the command:
	\type{texexec basic-test.tex}},
ConTeXt version \contextversion.
% LuaTeX version \luatexversion,

Below should be a swelled rule: it appears with mkii, but not in mkiv 
\dots

\SwelledRule

\stoptext

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


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

* Re: Problem with mkiv and MPgraphic
  2008-10-23  9:44 Problem with mkiv and MPgraphic Otared Kavian
@ 2008-10-23 11:17 ` Peter Rolf
  2008-10-23 12:09   ` luigi scarso
  0 siblings, 1 reply; 16+ messages in thread
From: Peter Rolf @ 2008-10-23 11:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

Otared Kavian schrieb:
> Hi everyone,
> 
> Sorry for posting this message again: I am not sure it went through…
> 
> The following doesn't show the "swelled rule" defined below in mkiv,  
> while on mkii it is fine?
> So my question is: is there a new way to define MPgraphic in mkiv?
>

works ok here. maybe you need an update.

Best wishes, Peter

> Best regards: OK
> 
> %% defining swelled ruel, or English rule...
> \setupMPvariables[SwelledRule][height=2pt,breadth=.667\localhsize]
> \startuniqueMPgraphic{SwelledRule}{height,breadth}
> x1 = 0; x2 = x6 = .333x4; x3 = x5 = .667x4; x4 = \MPvar{breadth};
> y1 = y4 = \MPvar{height}/2; y2 = y3 = \MPvar{height}; y5 = y6 = 0;
> fill z1--z2--z3--z4--z5--z6--cycle;
> \stopuniqueMPgraphic
> \def\SwelledRule{\blank%
> \setlocalhsize\midaligned{\reuseMPgraphic{SwelledRule}}\blank}
> %% end swelled rule
> 
> \starttext
> 
> This file has been typeset
> on \currentdate{}
> at \currenttime,
> with
> \doifmodeelse{mkiv}
> 	{mkiv,
> 	LuaTeX revision \luatexrevision,
> 	(LuaTeX date stamp \luatexdatestamp),}
> 	{mkii,
> 	using the command:
> 	\type{texexec basic-test.tex}},
> ConTeXt version \contextversion.
> % LuaTeX version \luatexversion,
> 
> Below should be a swelled rule: it appears with mkii, but not in mkiv 
> \dots
> 
> \SwelledRule
> 
> \stoptext
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 


[-- Attachment #2: rule.pdf --]
[-- Type: application/x-pdf, Size: 9263 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 11:17 ` Peter Rolf
@ 2008-10-23 12:09   ` luigi scarso
  2008-10-23 12:25     ` Peter Rolf
  0 siblings, 1 reply; 16+ messages in thread
From: luigi scarso @ 2008-10-23 12:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 23, 2008 at 1:17 PM, Peter Rolf <indiego@gmx.net> wrote:

> Otared Kavian schrieb:
> > Hi everyone,
> >
> > Sorry for posting this message again: I am not sure it went through…
> >
> > The following doesn't show the "swelled rule" defined below in mkiv,
> > while on mkii it is fine?
> > So my question is: is there a new way to define MPgraphic in mkiv?
> >
>
> works ok here. maybe you need an update.
>
> Best wishes, Peter
>
Not here, with minimals-beta :
luatex --version
This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
 MtxRun | current version: 2008.10.21 19:42

Swelled rule not present
-- 
luigi

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

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 12:09   ` luigi scarso
@ 2008-10-23 12:25     ` Peter Rolf
  2008-10-23 12:30       ` luigi scarso
  0 siblings, 1 reply; 16+ messages in thread
From: Peter Rolf @ 2008-10-23 12:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso schrieb:
> 
> 
> On Thu, Oct 23, 2008 at 1:17 PM, Peter Rolf <indiego@gmx.net
> <mailto:indiego@gmx.net>> wrote:
> 
>     Otared Kavian schrieb:
>     > Hi everyone,
>     >
>     > Sorry for posting this message again: I am not sure it went through…
>     >
>     > The following doesn't show the "swelled rule" defined below in mkiv,
>     > while on mkii it is fine?
>     > So my question is: is there a new way to define MPgraphic in mkiv?
>     >
> 
>     works ok here. maybe you need an update.
                                       ^^^^
...maybe you need a downgrade ;)

> 
>     Best wishes, Peter
> 
> Not here, with minimals-beta :
> luatex --version
> This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
>  MtxRun | current version: 2008.10.21 19:42
> 
> Swelled rule not present
> -- 
> 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
> ___________________________________________________________________________________

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 12:25     ` Peter Rolf
@ 2008-10-23 12:30       ` luigi scarso
  2008-10-23 12:44         ` Peter Rolf
  0 siblings, 1 reply; 16+ messages in thread
From: luigi scarso @ 2008-10-23 12:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

>
> >     works ok here. maybe you need an update.
>                                        ^^^^
> ...maybe you need a downgrade ;)
>
>
What is your setup ?

>
> > Not here, with minimals-beta :
> > luatex --version
> > This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
> >  MtxRun | current version: 2008.10.21 19:42
>

-- 
luigi

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

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 12:30       ` luigi scarso
@ 2008-10-23 12:44         ` Peter Rolf
  2008-10-23 13:35           ` luigi scarso
  2008-10-23 14:01           ` Otared Kavian
  0 siblings, 2 replies; 16+ messages in thread
From: Peter Rolf @ 2008-10-23 12:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso schrieb:
>     >     works ok here. maybe you need an update.
>                                           ^^^^
>     ...maybe you need a downgrade ;)
> 
> 
> What is your setup ?
> 
> 
>     > Not here, with minimals-beta :
>     > luatex --version
>     > This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
>     >  MtxRun | current version: 2008.10.21 19:42
> 

This is LuaTeX, Version snapshot-0.30.2-2008102101, build 1568


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

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


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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 12:44         ` Peter Rolf
@ 2008-10-23 13:35           ` luigi scarso
  2008-10-23 14:02             ` Peter Rolf
  2008-10-23 14:01           ` Otared Kavian
  1 sibling, 1 reply; 16+ messages in thread
From: luigi scarso @ 2008-10-23 13:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 23, 2008 at 2:44 PM, Peter Rolf <indiego@gmx.net> wrote:

> luigi scarso schrieb:
> >     >     works ok here. maybe you need an update.
> >                                           ^^^^
> >     ...maybe you need a downgrade ;)
> >
> >
> > What is your setup ?
> >
> >
> >     > Not here, with minimals-beta :
> >     > luatex --version
> >     > This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
> >     >  MtxRun | current version: 2008.10.21 19:42
> >
>
> This is LuaTeX, Version snapshot-0.30.2-2008102101, build 1568
>
(I'm on a linux box)
hm
Context version ?

-- 
luigi

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

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 12:44         ` Peter Rolf
  2008-10-23 13:35           ` luigi scarso
@ 2008-10-23 14:01           ` Otared Kavian
  2008-10-23 15:28             ` Arthur Reutenauer
  1 sibling, 1 reply; 16+ messages in thread
From: Otared Kavian @ 2008-10-23 14:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 23 oct. 08, at 14:44, Peter Rolf wrote:

> luigi scarso schrieb:
>>>    works ok here. maybe you need an update.
>>                                          ^^^^
>>    ...maybe you need a downgrade ;)
>>
>>
>> What is your setup ?
>>
>>
>>> Not here, with minimals-beta :
>>> luatex --version
>>> This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown
>>> MtxRun | current version: 2008.10.21 19:42
>>
>
> This is LuaTeX, Version snapshot-0.30.2-2008102101, build 1568
>

The version I have is the one from the Garden:
[…] typeset on October 23, 2008 at 15:57, with mkiv, LuaTeX revision
2, (LuaTeX date stamp 2008102016),, ConTeXt version 2008.10.21 19:42.

By the way other MetaPost graphics don't show up neither with my mkiv.

Thanks for your attention: OK
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 13:35           ` luigi scarso
@ 2008-10-23 14:02             ` Peter Rolf
  2008-10-23 14:13               ` Taco Hoekwater
  2008-10-23 14:16               ` luigi scarso
  0 siblings, 2 replies; 16+ messages in thread
From: Peter Rolf @ 2008-10-23 14:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso schrieb:
> 
> 
> On Thu, Oct 23, 2008 at 2:44 PM, Peter Rolf <indiego@gmx.net
> <mailto:indiego@gmx.net>> wrote:
> 
>     luigi scarso schrieb:
>     >     >     works ok here. maybe you need an update.
>     >                                           ^^^^
>     >     ...maybe you need a downgrade ;)
>     >
>     >
>     > What is your setup ?
>     >
>     >
>     >     > Not here, with minimals-beta :
>     >     > luatex --version
>     >     > This is LuaTeX, Version snapshot-0.30.2-2008102016, build
>     unknown
>     >     >  MtxRun | current version: 2008.10.21 19:42
>     >
> 
>     This is LuaTeX, Version snapshot-0.30.2-2008102101, build 1568
> 
> (I'm on a linux box)
> hm
> Context version ?
>
currently not the latest beta (no time).
MtxRun | current version: 2008.10.08 23:34
(see attached pdf of the first mail) :D

OS is Windows XP SP3


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

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


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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 14:02             ` Peter Rolf
@ 2008-10-23 14:13               ` Taco Hoekwater
  2008-10-23 14:24                 ` luigi scarso
  2008-10-23 14:53                 ` Otared Kavian
  2008-10-23 14:16               ` luigi scarso
  1 sibling, 2 replies; 16+ messages in thread
From: Taco Hoekwater @ 2008-10-23 14:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Hi,

This is rumour control. Here are the facts!

Yes, there is a bug in the latest beta, and Hans is dealing with it. The 
situation is well taken care of.

;-)




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


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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 14:02             ` Peter Rolf
  2008-10-23 14:13               ` Taco Hoekwater
@ 2008-10-23 14:16               ` luigi scarso
  1 sibling, 0 replies; 16+ messages in thread
From: luigi scarso @ 2008-10-23 14:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

>
> currently not the latest beta (no time).
> MtxRun | current version: 2008.10.08 23:34
> (see attached pdf of the first mail) :D
>

Just tested with
ConTeXt  ver: 2008.10.21 19:42 MKIV  fmt: 2008.10.23  int: english/english

So, it seems a bug of minimal-beta .


-- 
luigi

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

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 14:13               ` Taco Hoekwater
@ 2008-10-23 14:24                 ` luigi scarso
  2008-10-23 17:04                   ` luigi scarso
  2008-10-23 14:53                 ` Otared Kavian
  1 sibling, 1 reply; 16+ messages in thread
From: luigi scarso @ 2008-10-23 14:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 23, 2008 at 4:13 PM, Taco Hoekwater <taco@elvenkind.com> wrote:

>
> Hi,
>
> This is rumour control. Here are the facts!
>
> Yes, there is a bug in the latest beta, and Hans is dealing with it. The
> situation is well taken care of.
>
> ;-)
>
It's no a problem, at least for me;
I'm collecting test scripts .
As I said more times, minimals-beta works  .


-- 
luigi

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

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 14:13               ` Taco Hoekwater
  2008-10-23 14:24                 ` luigi scarso
@ 2008-10-23 14:53                 ` Otared Kavian
  1 sibling, 0 replies; 16+ messages in thread
From: Otared Kavian @ 2008-10-23 14:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 23 oct. 08, at 16:13, Taco Hoekwater wrote:

>
> Hi,
>
> This is rumour control. Here are the facts!
>
> Yes, there is a bug in the latest beta, and Hans is dealing with it.  
> The
> situation is well taken care of.
>
> ;-)


Hi Taco,

Thanks for your attention… But there is no worry about such bugs: I am  
just trying under mkiv some of the files already typeset with mkii,   
to see what is working and what is not. Sorry if I am causing too much  
noise ;-)

Best regards: OK
  
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 14:01           ` Otared Kavian
@ 2008-10-23 15:28             ` Arthur Reutenauer
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Reutenauer @ 2008-10-23 15:28 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> The version I have is the one from the Garden:
> […] typeset on October 23, 2008 at 15:57, with mkiv, LuaTeX revision
> 2, (LuaTeX date stamp 2008102016),, ConTeXt version 2008.10.21 19:42.

  (From the moonlight gardener)

  For future reference, the LuaTeX version used on the Garden is written
below the input form, between brackets, next to "LuaTeX" in the radiobox
(in that case, beta-0.30.2).

  But listen to the director of the Federal Reserve ... er, Pragma, and
don't panic! Your ConTeXt stocks aren't going to lose value any time
soon ;-)

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

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

* Re: Problem with mkiv and MPgraphic
  2008-10-23 14:24                 ` luigi scarso
@ 2008-10-23 17:04                   ` luigi scarso
  0 siblings, 0 replies; 16+ messages in thread
From: luigi scarso @ 2008-10-23 17:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Thu, Oct 23, 2008 at 4:24 PM, luigi scarso <luigi.scarso@gmail.com>wrote:

>
>
> On Thu, Oct 23, 2008 at 4:13 PM, Taco Hoekwater <taco@elvenkind.com>wrote:
>
>>
>> Hi,
>>
>> This is rumour control. Here are the facts!
>>
>> Yes, there is a bug in the latest beta, and Hans is dealing with it. The
>> situation is well taken care of.
>>
>> ;-)
>>
> It's no a problem, at least for me;
> I'm collecting test scripts .
> As I said more times, minimals-beta works  .
>
>
> --
> luigi
>
>
it works now
Linux luigicasa-laptop 2.6.24-21-generic #1 SMP Mon Aug 25 17:32:09 UTC 2008
i686 GNU/Linux
This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknow
ConTeXt  ver: 2008.10.23 17:32 MKIV  fmt: 2008.10.23  int: english/english
-- 
luigi

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

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

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

* Problem with mkiv and MPgraphic
@ 2008-10-22 15:12 Otared Kavian
  0 siblings, 0 replies; 16+ messages in thread
From: Otared Kavian @ 2008-10-22 15:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

The following doesn't show the "swelled rule" defined below in mkiv,  
while on mkii it is fine?
So my question is: is there a new way to define MPgraphic in mkiv?

Best regards: OK

%% defining swelled ruel, or English rule...
\setupMPvariables[SwelledRule][height=2pt,breadth=.667\localhsize]
\startuniqueMPgraphic{SwelledRule}{height,breadth}
x1 = 0; x2 = x6 = .333x4; x3 = x5 = .667x4; x4 = \MPvar{breadth};
y1 = y4 = \MPvar{height}/2; y2 = y3 = \MPvar{height}; y5 = y6 = 0;
fill z1--z2--z3--z4--z5--z6--cycle;
\stopuniqueMPgraphic
\def\SwelledRule{\blank%
\setlocalhsize\midaligned{\reuseMPgraphic{SwelledRule}}\blank}
%% end swelled rule

\starttext

This file has been typeset
on \currentdate{}
at \currenttime,
with
\doifmodeelse{mkiv}
	{mkiv,
	LuaTeX revision \luatexrevision,
	(LuaTeX date stamp \luatexdatestamp),}
	{mkii,
	using the command:
	\type{texexec basic-test.tex}},
ConTeXt version \contextversion.
% LuaTeX version \luatexversion,

Below should be a swelled rule: it appears with mkii, but not in mkiv 
\dots

\SwelledRule

\stoptext

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


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

end of thread, other threads:[~2008-10-23 17:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-23  9:44 Problem with mkiv and MPgraphic Otared Kavian
2008-10-23 11:17 ` Peter Rolf
2008-10-23 12:09   ` luigi scarso
2008-10-23 12:25     ` Peter Rolf
2008-10-23 12:30       ` luigi scarso
2008-10-23 12:44         ` Peter Rolf
2008-10-23 13:35           ` luigi scarso
2008-10-23 14:02             ` Peter Rolf
2008-10-23 14:13               ` Taco Hoekwater
2008-10-23 14:24                 ` luigi scarso
2008-10-23 17:04                   ` luigi scarso
2008-10-23 14:53                 ` Otared Kavian
2008-10-23 14:16               ` luigi scarso
2008-10-23 14:01           ` Otared Kavian
2008-10-23 15:28             ` Arthur Reutenauer
  -- strict thread matches above, loose matches on Subject: below --
2008-10-22 15:12 Otared Kavian

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