From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5004 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: m-bib problems Date: Tue, 10 Jul 2001 10:37:46 +0000 Sender: owner-ntg-context@let.uu.nl Message-ID: <3B4ADAFA.5090501@elvenkind.com> References: <5.1.0.14.0.20010708230638.00a601b0@public.uni-hamburg.de> <5.1.0.14.0.20010710100139.00a8ce30@public.uni-hamburg.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1035395625 30470 80.91.224.250 (23 Oct 2002 17:53:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:53:45 +0000 (UTC) Original-To: Eckhart =?ISO-8859-1?Q?Guth=F6hrlein?= , ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:5004 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5004 Eckhart Guthöhrlein wrote: > At 09:35 10.07.2001 +0000, you wrote: > >>> I have some minor problems with the bibliography module. >>> 1. A space after \cite[...] disappears in the output. >> >> >> Strange. This keeps popping up and I can't find a reason in the source. >> Try \cite[authoryears][...] please to see if this makes the proble go >> away. > > Works. Working on this with Hans ... to be continued >>> 4. \setupbibtex ignores sort=author and writes \bibstyle{cont-no} to >>> the aux file. sort=title and sort=short work. >> >> >> Try sort=auteur, please. This is one area where I have a conflict with >> the multi-lingual interface, so perhaps the dutch keyword will help. > > > No change, still \bibstlye{cont-no} in the aux file... Another one for Hans, I think. Here is the code: \def\setupbibtex{\dosingleempty\dosetupbibtex} \def\dosetupbibtex[#1]% {\def\@@pbdatabase{}% \getparameters[\??pb][#1] \processaction[\@@pbsort]% [\v!nee=>\def\bibstyle{cont-no}, \c!author=>\def\bibstyle{cont-au}, \v!title=>\def\bibstyle{cont-ti}, \v!short=>\def\bibstyle{cont-ab}, \s!unknown=>\def\bibstyle{cont-no}]% \ifx\@@pbdatabase\empty\else \writeauxfile \fi } % and also have this redef. elsewhere: \startconstants dutch english .... author: author author \stopconstants What is wrong with that code? >> \setupcite[authoryears][compress=no] >> >> I'll try to look at the bug. > > > I suspected such a feature, which is of course desirable. Unfortunately, > i can't disable it, \setupcite[authoryears][compress=no] has no effect, Changing the line in bibl-apa.tex that sets \c!compress=\v!ja into \v!nee. should do the trick. This is another bug. > neither has \setupcite[][compress=no]. I have looked at input and output > again, and it is (Meier et al., 2001a) instead of (Meier et al., 2001a, > 2001b), what means that the second publication is omitted, not the first > one, if this helps you. The problem is probably related to the a,b suffixes. > Good luck in bug-tracing and thanks again. > > Eckhart