Re: [NTG-context] simpleslides/metapost bug ?

2011-04-04 Thread Henning Hraban Ramm

Am 2011-03-13 um 22:31 schrieb Thomas Schmitz:

what fails is the shadow for the highlight. Aditya wrote this code,  
so please curse him :-) I must admit I don't really understand what  
he did there. As a workaround (or solution?): line 835 of  
simpleslides-s-default.tex:

  withcolor transparent ("normal",
replace this with
  withcolor transparent (1,

We'll upload a new version when we've found out why this doesn't  
work anymore!


I just ran on the same issue: I had "normal" in my code, and that  
stopped working. 1 instead works.


Seems like nobody did find/fix the source of this issue?


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] simpleslides/metapost bug ?

2011-03-13 Thread Thomas Schmitz

On Fri, 11 Mar 2011 16:02:32 +0100
 zs  wrote:

Hello everybody.

Can you please confirm that following code fails:

\usemodule[simpleslides]
\starttext
\IncludePicture[horizontal][cow][highlight=yes, 
alternative=circle, x=1, y=1, xscale=1, yscale=1, 
shadow=bottomleft]{hello}

\stoptext

And this does not:

\usemodule[simpleslides]
\starttext
\IncludePicture[horizontal][cow][highlight=no, 
alternative=circle, x=1, y=1, xscale=1, yscale=1, 
shadow=bottomleft]{hello}

\stoptext

It seems like something goes wrong when circle is made.
I can't find what is wrong from error messages.

I will be back on Friday next week to answer.

Regards

Zdenek


Hi,

what fails is the shadow for the highlight. Aditya wrote 
this code, so please curse him :-) I must admit I don't 
really understand what he did there. As a workaround (or 
solution?): line 835 of simpleslides-s-default.tex:

   withcolor transparent ("normal",
replace this with
   withcolor transparent (1,

We'll upload a new version when we've found out why this 
doesn't work anymore!


HTH

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
___


[NTG-context] simpleslides/metapost bug ?

2011-03-11 Thread zs
Hello everybody.

Can you please confirm that following code fails:

\usemodule[simpleslides]
\starttext
\IncludePicture[horizontal][cow][highlight=yes, alternative=circle, x=1, y=1, 
xscale=1, yscale=1, shadow=bottomleft]{hello}
\stoptext

And this does not:

\usemodule[simpleslides]
\starttext
\IncludePicture[horizontal][cow][highlight=no, alternative=circle, x=1, y=1, 
xscale=1, yscale=1, shadow=bottomleft]{hello}
\stoptext

It seems like something goes wrong when circle is made.
I can't find what is wrong from error messages.

I will be back on Friday next week to answer.

Regards

Zdenek

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