From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5011 Path: main.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: m-bib problems Date: Tue, 10 Jul 2001 17:14:01 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.0.20010710170544.00a8d590@public.uni-hamburg.de> References: <3B4ADAFA.5090501@elvenkind.com> <5.1.0.14.0.20010708230638.00a601b0@public.uni-hamburg.de> <5.1.0.14.0.20010710100139.00a8ce30@public.uni-hamburg.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035395631 30527 80.91.224.250 (23 Oct 2002 17:53:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:53:51 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen , Taco Hoekwater In-Reply-To: <3.0.6.32.20010710155437.0180a6e0@server-1> Xref: main.gmane.org gmane.comp.tex.context:5011 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5011 At 15:54 10.07.2001 +0200, Hans Hagen wrote: >At 10:37 AM 7/10/01 +0000, Taco Hoekwater wrote: > > > > > >Eckhart Guthöhrlein wrote: > > > >> At 09:35 10.07.2001 +0000, you wrote: > >> > >>>> I have some minor problems with the bibliography module. > >>>> 1. A space after \cite[...] disappears in the output. > >what would you expect from > >blabla \cite[a] blabla? two spaces? As with most commands that can leas to >spae builduo, beter si to say: I would expect one space before and one after the citation: blabla (...) bla >blabla \cite[a]\ blabla if you really want two spaces [keep in mind that >tex is special with spaces, Hm, but this is only necessary because \cite acts differently form other commands. For a command with one argument, delimited by square brackets, in plain tex \def\command[#1]{...} blablabl \command[...] bla will lead to two spaces, so I expected the space. The same goes for commands like \in in context blablabla \in[nowhere] bla gives two spaces. At least, there seems to be an inconsistency. (But \in etc have a different syntax, so perhaps the comparison is not quite adequate.) And if I got things right, \cite[keys] and \cite[options][keys] are presented as valid uses of \cite in the documentation, so \cite[keys] and \cite[][keys] should have the same effect. I would say that the [optoins] argument of \cite is not really optional if a space is gobbled in search for it. Eckhart