[NTG-context] simpleslides broken?

2012-11-02 Thread Ondřej Hošek
Hello,

I'm having troubles with the simpleslides module; for example, my
favorite style, Swoosh, turned from dark-blue-on-light-blue to
white-on-black and the swoosh position seems to have changed.

Minimal testcase:

\usemodule[simpleslides][style=Swoosh]
\starttext
\SlideTitle{Test Slide}
Some content.
\stoptext

Output:
http://ondrahosek.dyndns.org/simpleslides-brokenswoosh.pdf

What went wrong?

Cheers,
~~ Ondra

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

2012-11-02 Thread Aditya Mahajan

On Fri, 2 Nov 2012, Ondřej Hošek wrote:


Hello,

I'm having troubles with the simpleslides module; for example, my
favorite style, Swoosh, turned from dark-blue-on-light-blue to
white-on-black and the swoosh position seems to have changed.

Minimal testcase:


For the moment, add the following


\usemodule[simpleslides][style=Swoosh]


\definecolor [simpleslides:backgroundcolor] [r=0.88,g=0.92,b=0.95]
\definecolor [simpleslides:contrastcolor]   [r=0.4, g=0.6, b=0.8]
\definecolor [simpleslides:altcontrastcolor][r=0.1, g=0.1, b=0.4]



\starttext
\SlideTitle{Test Slide}
Some content.
\stoptext

Output:
http://ondrahosek.dyndns.org/simpleslides-brokenswoosh.pdf

What went wrong?


Our attempt to make the module more modular backfired due to change in 
context internals.


Aditya___
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 broken?

2012-11-02 Thread Ondřej Hošek
On Fre, 2012-11-02 at 15:57 -0400, Aditya Mahajan wrote:
 Our attempt to make the module more modular backfired due to change in 
 context internals.

Ah, okay. Thanks for the prompt response!

Cheers,
~~ Ondra


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