ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Spacing after \cite
Date: Tue, 10 Mar 2009 11:59:47 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.00.0903101148030.8765@ybpnyubfg.ybpnyqbznva> (raw)

Hi Taco,

Normally, while using \cite one does not need to worry about adding an 
explicit space after the command. So, you can write "\cite[something] says 
...." rather than "\cite[something]\ says ...". But something has changed 
in core ConTeXt which has changed this behaviour.

Consider the test file:

\usemodule  [bib]
\setuppublications    [alternative=num]

\starttext
Test~\cite[something] is wrong
\stoptext

I have two versions of ConTeXt. With ConTeXt  2009.01.18 (which has t-bib
version=2008.10.27), I get (notice the space after [] and is)

%-----------
Test [] is wrong
%-------------

With ConTeXt 2009.03.09  (which has t-bib version=2008.12.01) I get 
(notice that there is no space after [] and is)

%-----------
Test []is wrong
%-------------

The behaviour is the same whether I use pdftex or luatex. There is no 
major difference between the two versions of t-bib. The changelog says

%D \item Catalan translation of 'References' (10/11/2008)
%D \item 'chapter' -> 'chapitre' in bibl-apa-fr (27/11/2008)
%D \item Run bibtex via os.execute in  mkiv modee (01/12/2008)

So I am guessing that the difference is because of something else, but I 
cannot see any differences.

Any suggestions?

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2009-03-10 15:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 15:59 Aditya Mahajan [this message]
2009-03-10 16:09 ` Aditya Mahajan
2009-03-29 18:09   ` Jesse Alama
2009-03-29 18:27     ` Wolfgang Schuster
2009-03-29 19:24       ` Jesse Alama
2009-03-30  7:37       ` Taco Hoekwater
2009-03-30 15:16         ` Jesse Alama
2009-03-31  7:43           ` Taco Hoekwater
2009-03-31 16:43             ` Jesse Alama

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0903101148030.8765@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).