von domwass » Mi 27. Jan 2010, 15:35
Rückfrage: Was ist ein Teilband? (Bzw. was unterscheidet einen Teilband von einem Band?)
Ich würde es so machen:
@book{Meyer2000,
author = {Franz Meyer},
maintitle = {Internationale Kochkünste},
volume = {1},
location = {München},
year = {2000}
}
Dadurch, dass man den Titel als 'maintitle' angibt, kommt die Bandangabe
nach dem Titel (glaube ich jedenfalls). Wenn es unbedingt 'Teilband'
heißen soll, mach es z.B. so:
@book{Meyer2000,
author = {Franz Meyer},
title = {Internationale Kochkünste},
titleaddon = {Teilband~1},
location = {München},
year = {2000}
}
Gruß,
Dominik.-
Rückfrage: Was ist ein Teilband? (Bzw. was unterscheidet einen Teilband von einem Band?)
Ich würde es so machen:
[code]@book{Meyer2000,
author = {Franz Meyer},
maintitle = {Internationale Kochkünste},
volume = {1},
location = {München},
year = {2000}
}[/code]
Dadurch, dass man den Titel als 'maintitle' angibt, kommt die Bandangabe
nach dem Titel (glaube ich jedenfalls). Wenn es unbedingt 'Teilband'
heißen soll, mach es z.B. so:
[code]@book{Meyer2000,
author = {Franz Meyer},
title = {Internationale Kochkünste},
titleaddon = {Teilband~1},
location = {München},
year = {2000}
}[/code]
Gruß,
Dominik.-