From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16460 Path: main.gmane.org!not-for-mail From: Plamen Tanovski Newsgroups: gmane.comp.tex.context Subject: marks in columns Date: Tue, 14 Sep 2004 23:31:15 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <2004-09-14T2318300200@linxi.fqdn.th-h.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095197748 20393 80.91.229.6 (14 Sep 2004 21:35:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2004 21:35:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 14 23:35:36 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7Kxc-0005W3-00 for ; Tue, 14 Sep 2004 23:35:36 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF81C1276B; Tue, 14 Sep 2004 23:35:35 +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 03581-02; Tue, 14 Sep 2004 23:35:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DFA851277A; Tue, 14 Sep 2004 23:31:16 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C10121277A for ; Tue, 14 Sep 2004 23:31:15 +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 03374-08-3 for ; Tue, 14 Sep 2004 23:31:15 +0200 (CEST) Original-Received: from mail-in-01.arcor-online.net (unknown [151.189.21.45]) by ronja.ntg.nl (Postfix) with ESMTP id 5558E1276B for ; Tue, 14 Sep 2004 23:31:15 +0200 (CEST) Original-Received: from arcor-ip.de (dialin-145-254-176-248.arcor-ip.net [145.254.176.248]) by mail-in-01.arcor-online.net (Postfix) with SMTP id 8C4C62D07D for ; Tue, 14 Sep 2004 23:31:14 +0200 (CEST) Original-Received: from standard input (invoked by user pgt) by arcor-ip.de (OMTA/0.51) with id arcor-ip.8370-0.1095197475 for ; Tue, 14 Sep 2004 23:31:15 +0200 (CEST) Original-To: mailing list for ConTeXt users Content-Disposition: inline User-Agent: Mutt/1.4i 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16460 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16460 Hi, is there a way to get the marks set in columns? With \setupfootertexts[{\getmarking[section][first] \getmarking[section][last]}] \starttext \startcolumns[n=2] \section{first} \column \section{last} \stopcolumns \stoptext I get only the last mark, even if I comment the \column out. If there is no possibility, can I write the marks to a file for postprocessing? Best regards, P.