On 02/27/2011 11:48 PM, Pontus Lurcock wrote:
After some further staring at the code and bibmod-doc, I've come up with the following patch:
That patch looks fine. Hans, can you include it? Best wishes, Taco
--- bibl-apa.tex.orig 2011-02-28 11:32:05.996248627 +1300 +++ bibl-apa.tex 2011-02-28 11:32:47.576251922 +1300 @@ -133,13 +133,13 @@
\def\insertorg#1#2#3% {\insertorganization {\insertcity {#1} - {\insertcountry{, }{}{#2}: }% - {\insertcountry{}{: }{#2}}}% - {}% + {\insertcountry{, }{}{}: }% + {\insertcountry{}{: }{}}}% + {#2}% {\insertcity {#1} {\insertcountry{, }{}{#2}}% {\insertcountry{}{#2}{#3}}}% }
This fixes my example, and makes (to me) better sense according to the semantics of the \insert... commands: the<after> argument to \insertorg gets passed down to the<after> of \insertcity rather than spliced into the<before>. It's also closer to the definition of \insertpublisher immediately preceding it in the file.
I hope that this can be integrated into the next beta, if it doesn't turn out to be a horrendous mistake...