From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87484 Path: news.gmane.org!not-for-mail From: pol stra Newsgroups: gmane.comp.tex.context Subject: [bug?] no space before \cite[data][] and after \abbreviation Date: Thu, 22 May 2014 14:35:01 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1702240559==" X-Trace: ger.gmane.org 1400762119 979 80.91.229.3 (22 May 2014 12:35:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2014 12:35:19 +0000 (UTC) To: conteXt mail Original-X-From: ntg-context-bounces@ntg.nl Thu May 22 14:35:14 2014 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 1WnSDK-0006ta-2J for gctc-ntg-context-518@m.gmane.org; Thu, 22 May 2014 14:35:14 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D4E8910224 for ; Thu, 22 May 2014 14:35:13 +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 YlK2VuBMlBGZ for ; Thu, 22 May 2014 14:35:13 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id E5079101FC for ; Thu, 22 May 2014 14:35:09 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7E026101E3 for ; Thu, 22 May 2014 14:35: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 ec461qUWmYNX for ; Thu, 22 May 2014 14:35:03 +0200 (CEST) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 1DFB4101E2 for ; Thu, 22 May 2014 14:35:03 +0200 (CEST) Original-Received: from dub0-omc2-s33.dub0.hotmail.com (dub0-omc2-s33.dub0.hotmail.com [157.55.1.172]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s4MCZ1Sv022513 for ; Thu, 22 May 2014 14:35:02 +0200 Original-Received: from DUB131-W11 ([157.55.1.136]) by dub0-omc2-s33.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 May 2014 05:35:01 -0700 X-TMN: [/yT5Ty8rdYhpevustoDgs+NglNZL8c8W] X-Originating-Email: [ryzz@hotmail.fr] Importance: Normal X-OriginalArrivalTime: 22 May 2014 12:35:01.0835 (UTC) FILETIME=[4030F1B0:01CF75BA] X-Bayes-Prob: 0.0189 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=157.55.1.172; country=US; region=Washington; city=Redmond; latitude=47.6740; longitude=-122.1215; http://maps.google.com/maps?q=47.6740,-122.1215&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06M50z1aK - 4091ce609b5f - 20140522 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 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:87484 Archived-At: --===============1702240559== Content-Type: multipart/alternative; boundary="_12d75ac1-ba45-425a-9ebb-853791ab852c_" --_12d75ac1-ba45-425a-9ebb-853791ab852c_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello=2C I used "see \cite[data]" in a document and I obtained "seeAuthor" without s= pace between "see" and "Author". I think it is a bug. I also had troubles with abbreviations (although it might be a bad use from= myself): setting "\abbreviation{AB}{Abbreviation}" "an \AB some text" will give "an ABsome text" =3D> missing space after abbr= eviation "an {\AB} some text" will give "an AB some text" =3D> OK "an \infull{AB} some text" will give "an some text" =3D> missing expanded = abbreviation setting: "\definesynonyms[abbrev][abbrevs][\infull] \setupsynonyms[style=3Dnormal] \abbrev{AB}{Abbreviation}" "an \AB some text" will give "an ABsome text" =3D> missing space after abbr= eviation "an {\AB} some text" will give "an AB some text" =3D> OK "an \infull{AB} some text" will give "an Abbreviation some text" =3D> OK Is it bugs or I do something wrong ? Best regards=2C = --_12d75ac1-ba45-425a-9ebb-853791ab852c_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello=2C

I used "see \cit= e[data]" in a document and I obtained "seeAuthor" without space between "se= e" and "Author". I think it is a bug.

I also had troubles with abbre= viations (although it might be a bad use from myself):
setting "\abbrevi= ation{AB}{Abbreviation}"

"an \AB some text" will give "an ABsome tex= t" =3D>=3B missing space after abbreviation
"an {\AB} some text" will = give "an AB some text" =3D>=3B OK
"an \infull{AB} some text" will give= "an =3B some text" =3D>=3B missing expanded abbreviation

sett= ing:
"\definesynonyms[abbrev][abbrevs][\infull]
\setupsynonyms[style= =3Dnormal]
\abbrev{AB}{Abbreviation}"

"an \AB some text" will giv= e "an ABsome text" =3D>=3B missing space after abbreviation
"an {\AB} = some text" will give "an AB some text" =3D>=3B OK
"an \infull{AB} some= text" will give "an Abbreviation some text" =3D>=3B OK

Is it bugs= or I do something wrong ?

Best regards=2C
= --_12d75ac1-ba45-425a-9ebb-853791ab852c_-- --===============1702240559== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1702240559==--