From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60100 Path: news.gmane.org!not-for-mail From: Michael Murphy Newsgroups: gmane.comp.tex.context Subject: writetolist causes mystery blank Date: Thu, 08 Jul 2010 19:33:09 +0200 Message-ID: <4C360BD5.40803@uni-ulm.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278610402 27688 80.91.229.12 (8 Jul 2010 17:33:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2010 17:33:22 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 08 19:33:20 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OWuyO-0004Az-4s for gctc-ntg-context-518@m.gmane.org; Thu, 08 Jul 2010 19:33:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 28488C9C2B; Thu, 8 Jul 2010 19:33:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id diH5rB+AHwfy; Thu, 8 Jul 2010 19:33:15 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6E130C9C0E; Thu, 8 Jul 2010 19:33:15 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 47BEEC9C0E for ; Thu, 8 Jul 2010 19:33:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lqjIC7XuFBAQ for ; Thu, 8 Jul 2010 19:33:12 +0200 (CEST) Original-Received: from mail.uni-ulm.de (mail.uni-ulm.de [134.60.1.11]) by balder.ntg.nl (Postfix) with ESMTP id 1B7C4C9C01 for ; Thu, 8 Jul 2010 19:33:11 +0200 (CEST) Original-Received: from [134.60.83.35] (karneol3.physik.uni-ulm.de [134.60.83.35]) by mail.uni-ulm.de (8.14.3/8.14.2) with ESMTP id o68HXAPm000989 for ; Thu, 8 Jul 2010 19:33:10 +0200 (MEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5 X-DCC-INFN-TO-Metrics: poseidon 1233; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: by amavisd-new X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:60100 Archived-At: Hi all, I'm having a but of a problem using writetolist. In principle, I want to insert something into the table of contents, but I don't want to disturb the flow of the text. Unfortunately, the following code seems to generate a blank at the top of the page: \showframe \showmakeup \starttext \writetolist[section]{}{}% \framed{This box has been pushed down} \stoptext I've also tried using a section command where the output has been set to empty: \showframe \showmakeup \setuphead[section][ before=, after=, command=\mydonothing] \def\mydonothing#1#2{} \starttext \section{}% \framed{This box has been pushed down} \stoptext but that also gets me a blank. Incidentally, the same thing happens with writebetweenlist, (except that this seems to sometimes push content onto a new page for some reason). Any ideas? -- Michael Murphy ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________