From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14520 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Presentation s-pre-03 Date: Tue, 13 Jan 2004 17:23:55 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040113172252.01e21af8@server-1> References: <6.0.1.1.2.20040113083958.01a655b0@pop.upv.es> <6.0.1.1.2.20040113165934.01ee5ec0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1074011108 3825 80.91.224.253 (13 Jan 2004 16:25:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 16:25:08 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 13 17:25:02 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgRLi-0005vY-00 for ; Tue, 13 Jan 2004 17:25:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5E4B710B3B; Tue, 13 Jan 2004 17:24:18 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 1B75910B2C for ; Tue, 13 Jan 2004 17:23:20 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0DGNrA16627 for ; Tue, 13 Jan 2004 17:23:53 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id D39AE17AFF; Tue, 13 Jan 2004 17:23:58 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id DCD0A77A for ; Tue, 13 Jan 2004 16:23:57 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <6.0.1.1.2.20040113165934.01ee5ec0@server-1> Original-References: <6.0.1.1.2.20040113083958.01a655b0@pop.upv.es> <6.0.1.1.2.20040113165934.01ee5ec0@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14520 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14520 At 16:59 13/01/2004, you wrote: >At 08:42 13/01/2004, you wrote: >>Hi, >> >>I am trying to compile a simple presentation using the s-pre-03 context's >>style whitout success. The .tex and .log file are as attach in this mail. >>Can somebody help me, please? > >i'll have a ook at it, strange problem in mp converter The problem has to do with \zeropoint being mapped to \dimen12 (Plain's \z@), and \dimen12 is a scratchdimen in supp-mps, so in your cont-new.tex add: \newdimen\zeropoint \zeropoint = 0pt \newdimen\onepoint \onepoint = 1pt Hans