From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16467 Path: main.gmane.org!not-for-mail From: Plamen Tanovski Newsgroups: gmane.comp.tex.context Subject: marks in columnsets (was Re: marks in columns) Date: Wed, 15 Sep 2004 18:10:02 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <2004-09-15T1801370200@linxi.fqdn.th-h.de> References: <2004-09-14T2318300200@linxi.fqdn.th-h.de> <2004-09-15T1224050200@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 1095264738 21925 80.91.229.6 (15 Sep 2004 16:12:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 16:12:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 15 18:12:02 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 1C7cO1-0004D7-00 for ; Wed, 15 Sep 2004 18:12:01 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93893126F8; Wed, 15 Sep 2004 18:12:00 +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 08878-02; Wed, 15 Sep 2004 18:12:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 047081276B; Wed, 15 Sep 2004 18:10:18 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8BFA1276B for ; Wed, 15 Sep 2004 18:10: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 08878-01-5 for ; Wed, 15 Sep 2004 18:10:15 +0200 (CEST) Original-Received: from mail-in-01.arcor-online.net (unknown [151.189.21.41]) by ronja.ntg.nl (Postfix) with ESMTP id 777BE126F8 for ; Wed, 15 Sep 2004 18:10:15 +0200 (CEST) Original-Received: from arcor-ip.de (dialin-145-254-174-202.arcor-ip.net [145.254.174.202]) by mail-in-01.arcor-online.net (Postfix) with SMTP id D094B3DD7E for ; Wed, 15 Sep 2004 18:10:14 +0200 (CEST) Original-Received: from standard input (invoked by user pgt) by arcor-ip.de (OMTA/0.51) with id arcor-ip.32750-0.1095264602 for ; Wed, 15 Sep 2004 18:10:02 +0200 (CEST) Original-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <2004-09-15T1224050200@linxi.fqdn.th-h.de> 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:16467 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16467 > \setupfootertexts[{\getmarking[section][first] \getmarking[section][last]}] > \starttext > \startcolumns[n=2] > \section{first} > > \column > > \section{last} > \page > \stopcolumns > \stoptext OK, but how to get it work with columnsets? The following code shows the missing first mark: \setupfootertexts[{\getmarking[section][all]}] \definecolumnset[bobo][n=2] \starttext \startcolumnset[bobo] \section{first} \section{second} \page \section{third} \column \section{fourth} \page \stopcolumnset \stoptext Best regards,