From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20229 Path: news.gmane.org!not-for-mail From: Idris Samawi Hamid Newsgroups: gmane.comp.tex.context Subject: RE: FWD: \inmargin, \setupindenting, and overfull boxes Date: Fri, 6 May 2005 20:55:17 -0600 Message-ID: <42B05C4A@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115434138 2885 80.91.229.2 (7 May 2005 02:48:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 May 2005 02:48:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat May 07 04:48:53 2005 Return-path: 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 1DUFMx-0007tC-1h for gctc-ntg-context-518@m.gmane.org; Sat, 07 May 2005 04:48:43 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A430C127CF; Sat, 7 May 2005 04:55:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26654-05; Sat, 7 May 2005 04:55:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 14FCF127B2; Sat, 7 May 2005 04:55:29 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E440127B2 for ; Sat, 7 May 2005 04:55:27 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26632-05 for ; Sat, 7 May 2005 04:55:26 +0200 (CEST) Original-Received: from eagle.colostate.edu (eagle.acns.colostate.edu [129.82.100.90]) by ronja.ntg.nl (Postfix) with ESMTP id 9A24F127A7 for ; Sat, 7 May 2005 04:55:25 +0200 (CEST) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by eagle.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j472tHS447482; Fri, 6 May 2005 20:55:18 -0600 Original-Received: from webmail.colostate.edu (csunts4.acns.colostate.edu [129.82.100.135]) by lamar.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j472sVH454984; Fri, 6 May 2005 20:54:32 -0600 X-WebMail-UserID: ishamid Original-To: mailing list for ConTeXt users , Taco Hoekwater X-EXP32-SerialNo: 00002247, 00002264 X-Mailer: Infinite Mobile Delivery (Hydra) SMTP v3.62.01 X-Virus-Scanned: by 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20229 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20229 Hi Taco, Ok your hack works for small files but in my larger work this is causing TeX's capacity to overload (indeed, I don't think I've run into this particular overload message before; does the `255' signify some ceiling here?): ======================================================= ! TeX capacity exceeded, sorry [grouping levels=255]. \normalinmargin #1->{ \parindent 0pt \normalinmargin {#1}} \normalinmargin ...indent 0pt \normalinmargin {#1} } \normalinmargin ...indent 0pt \normalinmargin {#1} } \normalinmargin ...indent 0pt \normalinmargin {#1} } \normalinmargin ...indent 0pt \normalinmargin {#1} } \normalinmargin ...indent 0pt \normalinmargin {#1} } ... ===================================================== Although if I implement this manually it does not overload TeX: =================================================== \setupoutput[pdftex]% \setupindenting[medium] %\let\normalinmargin\inmargin %\def\inmargin#1{{\parindent0pt \normalinmargin{#1}}} \starttext \input knuth {\parindent0pt\inmargin{This is a test.}} \stoptext =================================================== Something about that pseudo-recursive definition I suppose? It may take a while for me to narrow this new problem down to a small file, but I can privately send you the larger files if you care to look at this. Thnx 4 all your help. Best Idris >===== Original Message From Taco Hoekwater ===== >Hi Idris, > >It's definately a \parindent, but I cannot figure whence it came. >Anyway, if you need an immediate fix, the following hack works: ============================ Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523