From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15041 Path: main.gmane.org!not-for-mail From: Tobias Hilbricht Newsgroups: gmane.comp.tex.context Subject: marking, headers and 2 columns Date: Tue, 20 Apr 2004 12:42:49 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <1082457768.4649.20.camel@phoebus.venus.bay> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082461145 15168 80.91.224.253 (20 Apr 2004 11:39:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Apr 2004 11:39:05 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Apr 20 13:38:57 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFtab-0008Vw-00 for ; Tue, 20 Apr 2004 13:38:57 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A7CF710B27; Tue, 20 Apr 2004 13:35:16 +0200 (MEST) Original-Received: from nickel.webpack.hosteurope.de (nickel.one-2-one.net [217.115.142.116]) by ref.ntg.nl (Postfix) with ESMTP id F3D9110B26 for ; Tue, 20 Apr 2004 13:33:54 +0200 (MEST) Original-Received: from xdsl-81-173-159-31.netcologne.de ([81.173.159.31]) by nickel.webpack.hosteurope.de with asmtp (Exim 4.30) id 1BFtZC-0006N0-Hc for ntg-context@ntg.nl; Tue, 20 Apr 2004 13:37:30 +0200 Original-To: ntg-context@ntg.nl X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-HE-MXrcvd: no Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15041 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15041 Dear readers of this list, I would like to typeset a bible-text with ConTeXt. The header should print the first and the last verse on that particular page. I used the commands \marking to mark the verses and \getmarking to setup the headers as shown in the excerpt below. This works correctly with a single column layout, but not in a two column layout. The last verse printed in the headers is not the correct one, the first or the second on the following page is given. Is there a work around for this problem? Many thanks in advance for helpful hints Yours sincerely Tobias Hilbricht ---------------- % Kopie von nova-vulgata_vt_genesis.html % zur Weiterbearbeitung mit ConTeXt \mainlanguage[la] \language[la] \setupencoding[default=ec] \usetypescript[berry][ec] \setupheadertexts[{\getmarking[vers][first]} -- {\getmarking[vers][last]}][1. Mose] \definemarking[vers][] \setupcolumns[2] \setuppagenumbering[location={footer,right}] \setupheadertexts[{\getmarking[vers][first]} -- {\getmarking[vers][last]}][Liber Genesis] \starttext \startcolumns LIBER GENESIS 1 \marking[vers]{1, 1} 1 In principio creavit Deus caelum et terram. \marking[vers]{1, 2} 2 Terra autem erat inanis et vacua, et tenebrae super faciem abyssi, et spiritus Dei ferebatur super aquas. \marking[vers]{1, 3} 3 Dixitque Deus: "Fiat lux". Et facta est lux. . ... many more verses (12 pages) . \stopcolumns \stoptext