From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3007 Path: main.gmane.org!not-for-mail From: Marc van Dongen Newsgroups: gmane.comp.tex.context Subject: Re: metapost problem Date: Mon, 16 Oct 2000 13:04:28 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20001016130428.D16063@cs.ucc.ie> References: <20001016104811.C16063@cs.ucc.ie> <3.0.6.32.20001016122337.01349100@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035393772 13494 80.91.224.250 (23 Oct 2002 17:22:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:22:52 +0000 (UTC) Cc: Mailing List Original-To: Hans Hagen In-Reply-To: <3.0.6.32.20001016122337.01349100@pop.wxs.nl>; from pragma@wxs.nl on Mon, Oct 16, 2000 at 12:23:37PM +0200 Xref: main.gmane.org gmane.comp.tex.context:3007 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3007 Hans Hagen (pragma@wxs.nl) wrote: : This has to do with the fact that glyps may stick out of their bounding : boxes. Of course. : If you use btex ... etex, you may want to add a \strut, otherwise: : : picture p ; p := nullpicture ; : addto p also "abc" infont "somefont" ; : setbounds p to boundingbox p enlarged 1pt ; : draw p ; That's nice. Thanks. Regards, Marc