Brooks Moses wrote:
At 10:25 AM 8/8/2004, you wrote:
* I'm going to add some multi-lingual support to m-bib. My idea is, to replace in cont-XX.bst and bibl-XXX.tex "page" by "\pagename", "and" by "\andname" and so on. Is this method ok? If not, how should I do it (not too complicated please ;) ?
One problem with that method is that those names seem relatively common, and thus likely to lead to conflicts in the future.
I would thus suggest \bibitempagename, \bibitemandname, and similar. (Since ConTeXt allows "!" in macro names, maybe \bibitem!pagename, \bibitem!andname, and so forth would be more readable.)
\starttext \labeltext{page} \setuplabeltext[nl][page=xxx] \mainlanguage[nl] \labeltext{page} \stoptext so, best do something like: \setuplabeltext[nl][bib-page=whatever] with \labeltext{bib-page} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------