Re: Shorttitle has no effect

Andreas Kahl <[email protected]> Fri, 28 Jul 2006 11:26:03 +0200
Newsgroups gmane.comp.tex.bibtex.jurabib.user
Message-ID <[email protected]>
Hello again,

in the meantime I experimented a little with the Howcited-field, but
without success.
By adding a Howcited-field in my .bib and changing the howcited= option
in \jurabibsetup, I got the correct shorttitle in my bibliography, but
still the wrong one in my footnotes.
My most recent example.tex and .bib are attached.
I still hope, somebody knows a solution to that.

Andreas


P.S.

Matthias Damm schrieb:
>> P.S. How can I get jurabib to leave the word order of "Kgl. By.  
>> Akad. d.
>> Wissenschaften" untouched in my Bibliography?
>>     
>
> That's an easy one: Just enclose it in curly brackets: {Kgl. By.  
> Akad. d.
> Wissenschaften}
>
>   
Thanks for that hint, now that is fine.

Another little problem is the Format for the edition of the ADB citation:
In the .bib file I wrote as the edition: "Neudruck der 1. Aufl.
1875-1912", but jurarbib adds another 'Auflage' after that, which is
superflous in that case. (Aufl. = german for 'ed.', Auflage = german for
'edition')
This is jurabibs erroneous output in footnote #2:
KGL . BY. AKAD. D. WI S S E NS C HAF T E N (Hrsg.): Allgemeine Deutsche
Biographie. Neudruck der 1. Aufl.
1875-1912 Auflage. Berlin, 1967-1971, Bd. 25, S. 30
example.bib (text/plain, 812 B)
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/


%% Created for Andreas Kahl at 2006-07-28 11:02:26 +0200 


%% Saved with string encoding Unicode (UTF-8) 



@book{DBE,
	Address = {M{\"u}nchen},
	Date-Added = {2006-07-27 17:17:28 +0200},
	Date-Modified = {2006-07-28 11:01:16 +0200},
	Editor = {Killy, Walther; Vierhaus, Rudolf},
	Howcited = {DBE},
	Shorttitle = {DBE},
	Title = {Deutsche Biographische Enzyklop{\"a}die},
	Year = {1995-2003}}

@book{ADB,
	Address = {Berlin},
	Date-Added = {2006-07-27 17:17:21 +0200},
	Date-Modified = {2006-07-28 11:02:24 +0200},
	Edition = {Neudruck der 1. Aufl. 1875-1912},
	Editor = {{Kgl. By. Akad. d. Wissenschaften}},
	Howcited = {ADB},
	Shorttitle = {ADB},
	Title = {Allgemeine Deutsche Biographie},
	Year = {1967-1971}}
example.tex (application/x-tex, 1.8 KB) - not displayed