Re: [NTG-context] bibtex: et al. and missing spacing before et

2007-04-19 Thread Taco Hoekwater


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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] bibtex: et al. and missing spacing before et

2007-04-16 Thread Tobias Burnus
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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context