On Fri, 1 Nov 2013, Vyatcheslav Y. wrote:
Hi,
Please, help me with SimpleSlides module (Swoosh style), my old presentation which I'm trying to update isn't working.
-- Minimal example is: --
\usemodule[simpleslides]
[font=Gothic,
style=Swoosh]
\setupTitle
[ title={\\ Title},
author={Author},
date={}]
\starttext
\placeTitle
\stoptext
-- Result: --
system > tex > error on line 150 in file C:/contextminimal/texmf-modules/tex/context/third/simpleslides/simpleslides-s-Swoosh.tex: LuaTeX error ...
150 >> \definecolor [simpleslides:backgroundcolor] [\SScolorsbackground]
In simpleslides-s-Swoosh.tex change line 150 and surrounding lines with: \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] But that leads to another error ! LuaTeX error ...uild/src/tex/texmf-context/tex/context/base/mlib-pps.lua:260: attempt to index upvalue 'top' (a nil value) stack traceback: ...uild/src/tex/texmf-context/tex/context/base/mlib-pps.lua:260: in function 'settext' [string "\directlua "]:1: in main chunk. \syst_boxes_with_next_box ...\number \nextbox ,1)} \meta_process_graphic_stop ^^@-\egroup \meta_place_graphic \meta_process_graphic ...eta_process_graphic_stop \meta_stop_current_graphic \meta_handle_use_graphic ...a_process_graphic {#3} \endgroup \meta_use_graphic ...]}\getvalue {\??mpgraphic #1} \empty \meta_end_graphic_g... which I haven't been able to isolate. Aditya