From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/85072 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: SimpleSlides Date: Sun, 3 Nov 2013 11:27:14 -0500 (EST) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1383496043 27017 80.91.229.3 (3 Nov 2013 16:27:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Nov 2013 16:27:23 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 03 17:27:29 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vd0WP-0003lZ-17 for gctc-ntg-context-518@m.gmane.org; Sun, 03 Nov 2013 17:27:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 12981101FB; Sun, 3 Nov 2013 17:27:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Yp44Ig2EUbmV; Sun, 3 Nov 2013 17:27:25 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 89469101E5; Sun, 3 Nov 2013 17:27:25 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 87C5F101E5 for ; Sun, 3 Nov 2013 17:27:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UjOQ1xFWpCUj for ; Sun, 3 Nov 2013 17:27:21 +0100 (CET) Original-Received: from filter1-utr.mf.surf.net (filter1-utr.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id 9F79E10193 for ; Sun, 3 Nov 2013 17:27:21 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by filter1-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id rA3GRIxV019588 for ; Sun, 3 Nov 2013 17:27:20 +0100 Original-Received: FROM adi-netbook ((null) [135.0.226.162]) By hackers.mr.itd.umich.edu ID 52767964.6B8F2.30652 ; Authuser adityam; 3 Nov 2013 11:27:16 EST In-Reply-To: User-Agent: Alpine 2.03 (LNX 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.14.81; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07KJ4ri0y - 53a4c1e0c89e - 20131103 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:85072 Archived-At: 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 ___________________________________________________________________________________ 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 ___________________________________________________________________________________