From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80898 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: simpleslides bug? Date: Wed, 20 Feb 2013 09:54:14 +0100 Message-ID: <51248F36.5060802@uni-bonn.de> References: <51222497.40000@gyza.cz> 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 1361350473 21346 80.91.229.3 (20 Feb 2013 08:54:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2013 08:54:33 +0000 (UTC) To: hajtmar@gyza.cz, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 20 09:54:55 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U85S3-0005Yl-77 for gctc-ntg-context-518@m.gmane.org; Wed, 20 Feb 2013 09:54:55 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A4F39101F5; Wed, 20 Feb 2013 09:54:33 +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 ftU6Cmmjyy1U; Wed, 20 Feb 2013 09:54:23 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 90225101E3; Wed, 20 Feb 2013 09:54:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2B507101E3 for ; Wed, 20 Feb 2013 09:54:22 +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 LW3R0OK+SI+2 for ; Wed, 20 Feb 2013 09:54:20 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id CE4FC101E0 for ; Wed, 20 Feb 2013 09:54:20 +0100 (CET) Original-Received: from uni-bonn.de (x23.rhrz.uni-bonn.de [131.220.15.155]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r1K8sJvs018738 for ; Wed, 20 Feb 2013 09:54:19 +0100 Original-Received: from [87.178.34.65] (account tschmit1@uni-bonn.de HELO [192.168.0.37]) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.4.4) with ESMTPSA id 38006420; Wed, 20 Feb 2013 09:54:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 In-Reply-To: <51222497.40000@gyza.cz> X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.155; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0TJ2wSjeh - 1f299d086da7 - 20130220 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:80898 Archived-At: > Maybe this is my fault. The simpleslides module works just fine these days and I "accidentally" updated the ConTeXt to the latest version: > > context --version > > mtx-context | ConTeXt Process Management 0.60 > mtx-context | > mtx-context | main context file: /opt/context/tex/texmf-context/tex/context/base/context.mkiv > mtx-context | current version: 2013.02.13 18:06 > > and this small piece of code failed to compile: > > \usemodule[simpleslides][style=BigNumber] > \starttext > \SlideTitle{Test} > test > \stoptext This must be a consequence of the new MP instance code. I can reproduce the error, but I can't isolate it. I think the lines metapost > initializing instance 'metafun' using format 'metafun' metapost > loading 'metafun': /opt/context/tex/texmf-context/metapost/context/base/metafun.mpiv, using method: default metapost > initializing number mode "scaled" point to the source of the error, but I don't know where to look. On 02/18/2013 01:54 PM, Jaroslav Hajtmar wrote: > With older version: > ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.7 int: english/english > works too! (Win7 64b). > In actual TeXlive 2012 version this example work too. > > > It seems that we gradually stop working other variations simpleslides > module. > > Jaroslav Hajtmar I have no idea what this is supposed to mean. 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 ___________________________________________________________________________________