From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31734 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: question about linenotes Date: Sun, 5 Nov 2006 13:33:05 +0100 Message-ID: <501DE1D3-AF7F-4CA8-9507-F1D7D9842001@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162730052 14923 80.91.229.2 (5 Nov 2006 12:34:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Nov 2006 12:34:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 05 13:34:09 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GghCP-0005ek-KC for gctc-ntg-context-518@m.gmane.org; Sun, 05 Nov 2006 13:34:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B9F51FE62; Sun, 5 Nov 2006 13:34:05 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16411-06; Sun, 5 Nov 2006 13:33:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 636081FE49; Sun, 5 Nov 2006 13:33:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1EF01FE62 for ; Sun, 5 Nov 2006 13:33:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16418-02-2 for ; Sun, 5 Nov 2006 13:33:52 +0100 (CET) Original-Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by ronja.ntg.nl (Postfix) with SMTP id 4CFC21FE48 for ; Sun, 5 Nov 2006 13:33:52 +0100 (CET) Original-Received: from fwd29.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1GghCB-0000Q2-01; Sun, 05 Nov 2006 13:33:51 +0100 Original-Received: from [192.168.0.2] (T5m1cMZpZe9FtgNU5CVDlyPUZ3HJx6GqLhJJsHrHmDwI2AZSEGn6wh@[84.172.106.161]) by fwd29.sul.t-online.de with esmtp id 1GghC8-0Fb70S0; Sun, 5 Nov 2006 13:33:48 +0100 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: T5m1cMZpZe9FtgNU5CVDlyPUZ3HJx6GqLhJJsHrHmDwI2AZSEGn6wh@t-dialin.net X-TOI-MSGID: ebfd57f6-e6e7-4468-ab92-384439cf590a X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31734 Archived-At: I'm playing with (and happy about) linenotes; I'm just running into one small (?) problem. Here's a testfile: \starttext % \setuplinenumbering[location=intext,step=2] \startlinenumbering Long and boring text that has \linenote{note one} no other sense than demonstrating a problem with the linenote command in ConTeXt. \stoplinenumbering \stoptext Run it, then comment out the \setuplinenumbering command. Is there a way of having linenotes displayed correctly even when the numbers are not displayed because of the step= setting? Thanks Thomas