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