From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25372 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: formula in itemlist Date: Thu, 19 Jan 2006 11:52:39 +0100 Message-ID: <54874D49-B1A2-49BD-B57F-AF0DA80ED3CB@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137668040 25131 80.91.229.2 (19 Jan 2006 10:54:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 10:54:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 19 11:53:58 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzXQQ-0001Iz-So for gctc-ntg-context-518@m.gmane.org; Thu, 19 Jan 2006 11:53:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 396BC12862; Thu, 19 Jan 2006 11:53:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26895-05; Thu, 19 Jan 2006 11:53:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A0E21285B; Thu, 19 Jan 2006 11:53:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C0431285B for ; Thu, 19 Jan 2006 11:53:50 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27116-01-4 for ; Thu, 19 Jan 2006 11:53:49 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with SMTP id 92F19127EC for ; Thu, 19 Jan 2006 11:53:49 +0100 (CET) Original-Received: from 118-104.uva.surfnetthuis.nl [145.98.118.104] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id k0JArkx25207; Thu, 19 Jan 2006 11:53:46 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25372 Archived-At: I want to place a math formula in the item of an itemlist, but I keep getting overfull hboxes. A minimal example follows: \starttext \startitemize \item dit is een \item dit is een formule \placeformula[-] \startformula n= 0 % this is line 7 \stopformula \stopitemize \stoptext in the log it says: Overfull \hbox (17.62474pt too wide) in paragraph at lines 7--7 [][] \hbox(10.41603+4.05064)x0.0 .\glue(\leftskip) 17.62474 .\hbox(0.0+0.0)x0.0 .\hbox(10.41603+4.05064)x0.0 ..\rule(10.41603+4.05064)x0.0 ..\glue 0.0 plus 1.0fil minus 1.0fil .\penalty 10000 .\glue(\parfillskip) 0.0 plus 1.0fil .etc. Removing the "\placeformula" makes no difference. Although a fallback to $$ n = 0 $$ makes the overfull hbox go away, it does not seem the "ConTeXt" way of doing. Is this something in formula about not changing a hbox-width inside the itemize? yours sincerely, dr. H. van der Meer