Wei-Wei Guo wrote:
> 
> It doesn't work. I checked the .bbl file generated by LaTeX from the
> same .bib file. There is no rubbish. Why can LaTeX do the thing right
> with the same bibtex?

I guess you are using a latex bibtex style that doesn't support
'short' keys. The t-bib module does, and, what is the problem:

Because bibtex doesn't understand utf-8, it will happily split
in the middle of a sequence, causing an invalid utf-8 string
to be the argument of the the 's' key in the generated bbl.

You can't turn the bib module's 's' handling off in a nice way, sorry.
You have to either hack the cont-XX.bst files by deleting the line
that says

  "  clabel write$"

or you have to manually edit the generated bbl file.


Best wishes,
Taco

___________________________________________________________________________________
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 via email to