From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/83355 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: linenumbering in columnsets (or different solution?) Date: Tue, 09 Jul 2013 19:36:48 +0200 Message-ID: <51DC4A30.9080707@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1373391431 1499 80.91.229.3 (9 Jul 2013 17:37:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2013 17:37:11 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 09 19:37:13 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uwbqg-0005Si-T8 for gctc-ntg-context-518@m.gmane.org; Tue, 09 Jul 2013 19:37:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D4E0F101EA; Tue, 9 Jul 2013 19:37:09 +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 bMNfNV6OquZ5; Tue, 9 Jul 2013 19:37:07 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 949B0101E4; Tue, 9 Jul 2013 19:37:07 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 85B29101E4 for ; Tue, 9 Jul 2013 19:37:05 +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 fA3XoFP3nWXz for ; Tue, 9 Jul 2013 19:37:04 +0200 (CEST) Original-Received: from filter3-utr.mf.surf.net (filter3-utr.mf.surf.net [195.169.124.154]) by balder.ntg.nl (Postfix) with ESMTP id 6C497101E0 for ; Tue, 9 Jul 2013 19:36:54 +0200 (CEST) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.113]) by filter3-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r69HarX9017079 for ; Tue, 9 Jul 2013 19:36:53 +0200 Original-Received: from [88.128.80.7] (account tschmit1@uni-bonn.de HELO localhost.localdomain) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.4.9) with ESMTPSA id 48968608 for ntg-context@ntg.nl; Tue, 09 Jul 2013 19:36:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130408 Thunderbird/17.0.5 X-Bayes-Prob: 0.9882 (Score 4.7, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.113; country=DE; region=07; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08JWhAR30 - 59dc762ecae6 - 20130709 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.154 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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 Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:83355 Archived-At: Hi, I want a document with two columns; left column is poetry, so I want the lines to be numbered. Unfortunately, linenumbering doesn't appear to work in columns(ets), so my next attempt was to produce a third, very narrow column which displays the line numbers. However, columnsets with different columns is not implemented in mkiv, AFAICS. Examples: No line numbers: \setuppapersize[A4,landscape][A4,landscape] \setuplayout[grid=yes] \definecolumnset [numbered] [n=2] \setupcolumnset [numbered] [distance=0.5cm,frame=on] \starttext \startcolumnset [numbered] \startlinenumbering[step=1,location=text] Poetry One Word Per Line is Poetic \stoplinenumbering \column[local] Two \column[local] \stopcolumnset \stoptext Works only in mkii: \setuppapersize[A4,landscape][A4,landscape] \setuplayout[grid=yes] \definecolumnset [numbered] [n=2] \setupcolumnset [numbered] [distance=0.5cm,frame=on] \starttext \startcolumnset [numbered] \startlinenumbering[step=1,location=text] Poetry One Word Per Line is Poetic \stoplinenumbering \column[local] Two \column[local] \stopcolumnset \stoptext Any solution? All best Thomas ___________________________________________________________________________________ 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 ___________________________________________________________________________________