From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12444 Path: main.gmane.org!not-for-mail From: Hartmut Henkel Newsgroups: gmane.comp.tex.context Subject: mptopdf.tex: \topskip Date: Wed, 11 Jun 2003 22:30:19 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: References: <59EBC1F1-9BFB-11D7-A57F-000393780830@xs4all.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1055363574 6888 80.91.224.249 (11 Jun 2003 20:32:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2003 20:32:54 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jun 11 22:32:53 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19QCFw-0001fj-00 for ; Wed, 11 Jun 2003 22:31:40 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 964DC10B04; Wed, 11 Jun 2003 22:34:10 +0200 (MEST) Original-Received: from hahepc1.hahe (unknown [213.221.78.159]) by ref.ntg.nl (Postfix) with ESMTP id 6A24E10AB6 for ; Wed, 11 Jun 2003 22:30:20 +0200 (MEST) Original-Received: from hahe (helo=localhost) by hahepc1.hahe with local-esmtp (Exim 4.14) id 19QCEd-0001LX-Gp for ntg-context@ntg.nl; Wed, 11 Jun 2003 22:30:19 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: <59EBC1F1-9BFB-11D7-A57F-000393780830@xs4all.nl> 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:12444 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12444 If one converts a file x.mp into pdf, e. g. a small file x.mp beginfig(1) labeloffset:=0; label.urt("Hello", origin); endfig; end by the command mptopdf, the lower part of the word "Hello" in the resulting x-1.pdf file is missing, it's below the Bounding Box! Reason for this is, that in mptopdf.tex, macro \processMPfile, the \topskip is not set to zero. I included a \topskip=0pt before the line with \setbox0=..., and the resulting x-1.pdf now has the word "Hello" within its bounding box, which I believe should be the correct behavior. And also Acroread now shows the complete word. Best Regards Hartmut