ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bibtex: "et al." and missing spacing before "et"
@ 2007-04-16 18:18 Tobias Burnus
  2007-04-17  8:51 ` Taco Hoekwater
  2007-04-19 10:21 ` Taco Hoekwater
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Burnus @ 2007-04-16 18:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

if I tex the following example, I get:
"Hu{\it et al.}" without space between "Hu" and "et".

Any idea why this happens? This is with:
- context version: 2007.01.12 15:56 (openSUSE's TeXLive)
- ver: 2007.03.19 11:20 MKII  fmt: 2007.4.2 (updated teTeX)
- Live ConTeXt  on the garden.

bibl-aps.tex contains:
    \c!authoretaltext={ {\it et al.\/}},
    \c!editoretaltext={ {\it  et al.\/}},
    \c!artauthoretaltext={ {\it et al.\/}}]

Tobias

\usemodule[bib]
\setupinteraction[state=start]
\setuppublications[alternative=aps]

\startpublication[k=Hu2000,t=article,
a={{Hu},{}},y=2000,o={10.1103/PhysRevB.61.5262},
n=53,s=HvLG{\etalchar{+}}00]
\artauthor[]{Z.}[Z.]{}{Hu}
\artauthor[]{H.}[H.]{von}{Lips}
\artauthor[]{M.~S.}[M.~S.]{}{Golden}
\artauthor[]{J.}[J.]{}{Fink}
\artauthor[]{G.}[G.]{}{Kaindl}
\artauthor[]{F.~M.~F.}[F.~M.~F.]{de}{Groot}
\artauthor[]{S.}[S.]{}{Ebbinghaus}
\artauthor[]{A.}[A.]{}{Reller}
\pubyear{2000}
\journal{Physical Review B}
\volume{61}
\pages{5262-5266}
\stoppublication

\starttext
\cite[Hu2000]
\section{References}
\placepublications
\stoptext

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bibtex: "et al." and missing spacing before "et"
  2007-04-16 18:18 bibtex: "et al." and missing spacing before "et" Tobias Burnus
@ 2007-04-17  8:51 ` Taco Hoekwater
  2007-04-19 10:21 ` Taco Hoekwater
  1 sibling, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2007-04-17  8:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Tobias Burnus wrote:
> Hello,
> 
> if I tex the following example, I get:
> "Hu{\it et al.}" without space between "Hu" and "et".
> 
> Any idea why this happens? This is with:

Probably a to-eager \ignorespaces. The best solution is
to start the texts in bibl-aps.tex:

  \c!authoretaltext={\ {\it et al.\/}},


Best, Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bibtex: "et al." and missing spacing before "et"
  2007-04-16 18:18 bibtex: "et al." and missing spacing before "et" Tobias Burnus
  2007-04-17  8:51 ` Taco Hoekwater
@ 2007-04-19 10:21 ` Taco Hoekwater
  1 sibling, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2007-04-19 10:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Tobias Burnus wrote:
> Hello,
> 
> if I tex the following example, I get:
> "Hu{\it et al.}" without space between "Hu" and "et".


> Any idea why this happens? This is with:

This turned out to be a missing \relax in t-bib.tex. Look for
this line in t-bib (around 650), and add a \relax after the
\commalistsize

   \ifnum\etallimitcounter<\commalistsize \bibalternative{#1etaltext}\fi

Best wishes, Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-19 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-16 18:18 bibtex: "et al." and missing spacing before "et" Tobias Burnus
2007-04-17  8:51 ` Taco Hoekwater
2007-04-19 10:21 ` Taco Hoekwater

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).