von kla4dj » Fr 10. Jul 2015, 14:30
Hallo,
wie muss ich die folgenden Quellen in meiner Bib.-Datei hinterlegen, dass ich sie einmal als REFA 1999 sowie DIN EN ISO 9000:2005-12 und IEEE 830-1998 dargestellt bekomme? Beziehungsweise muss ich das in meinem Zitierstil bestimmen?
@book{A_81,
author = {REFA - Verband für Arbeitsstudien und Betriebsorganisation e. V. },
title = {Methodenlehre der Betriebsorganisation: Anforderungsermittlung (Arbeitsbewertung)},
publisher = { Carl Hanser Verlag},
address = {München},
ISBN = {3-446-15134-6},
year = {1987},
type = {Book}
}
@misc{E_24,
author = {Normung, Europäisches Komitee für},
title = {DIN EN ISO 9000:2005-12},
type = {Standard}
}
@misc{E_25,
author = {830-1998, IEEE Std},
title = {IEEE Recommended Practice for Software Requirements Specifications},
pages = {37},
type = {Standard}
}
Hallo,
wie muss ich die folgenden Quellen in meiner Bib.-Datei hinterlegen, dass ich sie einmal als REFA 1999 sowie DIN EN ISO 9000:2005-12 und IEEE 830-1998 dargestellt bekomme? Beziehungsweise muss ich das in meinem Zitierstil bestimmen?
[code]@book{A_81,
author = {REFA - Verband für Arbeitsstudien und Betriebsorganisation e. V. },
title = {Methodenlehre der Betriebsorganisation: Anforderungsermittlung (Arbeitsbewertung)},
publisher = { Carl Hanser Verlag},
address = {München},
ISBN = {3-446-15134-6},
year = {1987},
type = {Book}
}[/code]
[code]
@misc{E_24,
author = {Normung, Europäisches Komitee für},
title = {DIN EN ISO 9000:2005-12},
type = {Standard}
}
[/code]
[code]@misc{E_25,
author = {830-1998, IEEE Std},
title = {IEEE Recommended Practice for Software Requirements Specifications},
pages = {37},
type = {Standard}
}[/code]