From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/85081 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.comp.tex.context Subject: Re: reference error Date: Mon, 04 Nov 2013 09:43:17 +0100 Message-ID: <87txfsftga.fsf@micropit.couberia.selfip.net> References: <5276C849.8438.2BE434C@wwl.musensturm.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" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1383554603 28504 80.91.229.3 (4 Nov 2013 08:43:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2013 08:43:23 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 04 09:43:29 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VdFku-0002Of-5w for gctc-ntg-context-518@m.gmane.org; Mon, 04 Nov 2013 09:43:28 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B0B9F10216; Mon, 4 Nov 2013 09:43:26 +0100 (CET) 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 cBiHD+T-zOpb; Mon, 4 Nov 2013 09:43:24 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 6AE7D101E5; Mon, 4 Nov 2013 09:43:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A9F8F101E5 for ; Mon, 4 Nov 2013 09:43:23 +0100 (CET) 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 tUmyqGSHh+CA for ; Mon, 4 Nov 2013 09:43:19 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 0252110193 for ; Mon, 4 Nov 2013 09:43:18 +0100 (CET) Original-Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id rA48hIMQ022506 for ; Mon, 4 Nov 2013 09:43:18 +0100 Original-Received: from micropit.couberia.selfip.net ([2.12.78.69]) by mwinf5d10 with ME id lLjH1m00Y1Vj46S03LjHoz; Mon, 04 Nov 2013 09:43:17 +0100 Original-Received: by micropit.couberia.selfip.net (Postfix, from userid 1000) id 24CA2A60C01; Mon, 4 Nov 2013 09:43:17 +0100 (CET) Mail-Followup-To: mailing list for ConTeXt users In-Reply-To: <5276C849.8438.2BE434C@wwl.musensturm.de> (Wolfgang Werners-Lucchini's message of "Sun, 03 Nov 2013 22:03:53 +0100") User-Agent: Gnus/5.130008 (=?utf-8?Q?=E7=9C=9F?= Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.12.242.127; country=FR; latitude=48.8600; longitude=2.3500; http://maps.google.com/maps?q=48.8600,2.3500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0TKJkHiOR - 295e80c2d9cf - 20131104 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:85081 Archived-At: On Sun, Nov 03 2013, Wolfgang Werners-Lucchini wrote: >> \in{Kapitel}[chap:vorwort with space at the end ], >> \in{Kapitel}[chap:vorwort2 with space at the end ], >> \in{Kapitel}[chap:vorwort3 with space at the end ], >> \in{Kapitel}[chap:vorwort without space at the end] and >> \in{Kapitel}[chap:vorwort2 without space at the end] > > Only the last two are working! Not the second!!! > Not very intuitive at all. The first 3 are almost the same. If you really want a space at the end, then you could add a feature request to http://tracker.luatex.org/ If you just want to write "\command[ key=value ]", that does not work. ConTeXt needs to know where the value ends: at a "," or a "]". This could be a possibility for you: "\command[ key=value, ]". -- Peter ___________________________________________________________________________________ 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 ___________________________________________________________________________________