Ich bin vor kurzem von 'natbib' auf 'biblatex' umgestiegen und bin begeistert von den Möglichkeiten die bilatex bietet. Nun geht es leider auch hier nicht ganz ohne fremde Hilfe.
Die Artikel werden eigentlich genau so ausgegeben wie ich das möchte.
Hier die Vorlage: (Beim Datum möchte ich nur die Jahreszahl.)

http://img189.imageshack.us/img189/3346/ch1e1.jpg
So weit so gut. Nun wirds ein bisschen komplizierter. Bei Kapiteln aus Büchern möchte ich folgenden Stil:

http://img715.imageshack.us/img715/9447/ch2e5.jpg
Probleme:
- 'Hrsg. von' hätte ich gerne als 'Hrsg.' nach den Hersausgebern und in Klammern. Also: '(Hrsg.)'
Wahrscheinlich unglaublich einfach, aber ich bekomms nicht hin. - Die Seitenzahlen sollen ganz am Schluss erscheinen und davor ein 'S.'
Das 'S.' habe ich aber für die Artikel entfernt.Wie kann ich das nur bei den Artikeln deaktivieren und bei den Büchern belassen?\DeclareFieldFormat{pages}{#1}
Hier noch mein Minimalbeispiel, mit allen Änderungen die ich bereits getätigt habe:
\documentclass[oneside]{scrbook} \usepackage[babel,german=guillemets]{csquotes} \usepackage[ngerman]{babel} \usepackage{filecontents} \begin{filecontents}{literatur.bib} @INBOOK{Philips1995, chapter = {Hypertension and stroke}, pages = {465--78}, title = {Hypertension: pathophysiology, diagnosis, and management.}, publisher = {New York: Raven Press}, year = {1995}, editor = {J. H. Laragh and B. M. Brenner}, author = {S. J. Phillips and J. P. Whisnant}, edition = {2}, timestamp = {18.02.2010} } @ARTICLE{Towne2000, author = {A. R. Towne and E. J. Waterhouse and J. G. Boggs and L. K. Garnett and A. J. Brown and J. R. Smith and R. J. DeLorenzo}, title = {Prevalence of nonconvulsive status epilepticus in comatose patients.}, journal = {Neurology}, year = {2000}, volume = {54}, pages = {340--345}, number = {2}, month = {Jan}, institution = {Department of Neurology, Medical College of Virginia of Virginia Commonwealth University, Richmond 23298-0599, USA.}, keywords = {Adolescent; Adult; Aged; Aged, 80 and over; Brain Injuries, complications; Child; Child, Preschool; Coma, diagnosis/epidemiology/etiology; Electroencephalography; Humans; Hypoxia, Brain, complications; Infant, Newborn; Intensive Care, methods; Middle Aged; Neurologic Examination; Prevalence; Prospective Studies; Status Epilepticus, complications/diagnosis/epidemiology}, language = {eng}, medline-pst = {ppublish}, pmid = {10668693}, timestamp = {18.02.2010} } \end{filecontents} \usepackage[style=numeric,sorting=none,maxnames=6,minnames=6,terseinits=true]{biblatex} \bibliography{literatur} \DefineBibliographyStrings{german}{% andothers = {{et\,al\adddot}}, % 'et al.' anstatt 'u.a.' editor = {(Hrsg.)}, editors = {(Hrsg.)}} \DeclareFieldFormat{journaltitle}{#1} % Journal-Titel nicht Kuriv \DeclareFieldFormat{month}{} % Keine Monatsangabe \DeclareFieldFormat{pages}{#1} % Kein Präfix der Seitenzahlen \DeclareFieldFormat[article]{title}{#1\isdot} % Keine Anführungszeichen in der Bibliographie \DeclareFieldFormat[inbook]{title}{#1\isdot} % Keine Anführungszeichen in der Bibliographie \DeclareFieldFormat{labelnumberwidth}{#1} % Keine eckigen Klammern in Bibliographie \DeclareFieldFormat{chapter}{#1} % Kein 'Chap.' in Bibliographie \renewcommand*{\bibpagespunct}{\addcolon} % Zeichen vor der Seitenangabe \renewcommand*{\multinamedelim}{\addcomma\space} % Kommas zwischen Autoren [default] \renewcommand*{\finalnamedelim}{\addcomma\space} % Entfernt das 'und' zwischen den letzten beiden Namen einer Liste \renewbibmacro*{name:last-first}[4]{% \ifuseprefix {\usebibmacro{name:delim}{#3#1}% \usebibmacro{name:hook}{#3#1}% \ifblank{#3}{}{% \ifcapital {\mkbibnameprefix{\MakeCapital{#3}}\isdot} {\mkbibnameprefix{#3}\isdot}% \ifpunctmark{'}{}{\addhighpenspace}}% \mkbibnamelast{#1}\isdot \ifblank{#4}{}{\addlowpenspace\mkbibnameaffix{#4}\isdot}% \ifblank{#2}{}{\addcomma\addlowpenspace\mkbibnamefirst{#2}\isdot}} {\usebibmacro{name:delim}{#1}% \usebibmacro{name:hook}{#1}% \mkbibnamelast{#1}\isdot \ifblank{#4}{}{\addlowpenspace\mkbibnameaffix{#4}\isdot}% \ifblank{#2#3}{}{}% % Entfernt Komma zwischen Name und Vorname. \ifblank{#2}{}{\addlowpenspace\mkbibnamefirst{#2}\isdot}% \ifblank{#3}{}{\addlowpenspace\mkbibnameprefix{#3}\isdot}}} \DeclareNameFormat{default}{% % Nachname, Vorname \iffirstinits {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}} {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}% \usebibmacro{name:andothers}} \renewbibmacro*{journal+issuetitle}{% % Reihenfolge, Punkt und Abstand nach Journal-Titel, \usebibmacro{journal}% \setunit*{\addperiod\space}% \iffieldundef{series} {} {\newunit \printfield{series}% \setunit{\addspace}}% \usebibmacro{issue+date}% \setunit{\addsemicolon}% \printfield{volume}% \setunit*{}% \printfield[parens]{number}% \setunit{\addcomma\space}% \printfield{eid}% \setunit{\addspace}% \usebibmacro{issue}% \newunit} \renewbibmacro*{issue+date}{% \printtext[]{% % Entfernt Klammern [parens] bei Datumsangabe \iffieldundef{issue} {\printdate} {\printfield{issue}% \setunit{\addspace}% \printfield{year}}}% \newunit} %%%article \DeclareBibliographyDriver{article}{% \usebibmacro{bibindex}% \usebibmacro{begentry}% \usebibmacro{author/translator+others}% \setunit{\labelnamepunct}\newblock \usebibmacro{title}% \newunit %\printlist{language}% % Entfernt Sprachangabe \newunit\newblock \usebibmacro{byauthor}% \newunit\newblock \usebibmacro{bytranslator+others}% \newunit\newblock \printfield{version}% \newunit\newblock %\usebibmacro{in:}% % 'In:' entfernen \usebibmacro{journal+issuetitle}% \newunit\newblock \usebibmacro{byeditor+others}% \newunit\newblock \usebibmacro{note+pages}% \newunit\newblock \iftoggle{bbx:isbn} {\printfield{issn}} {}% \newunit\newblock \usebibmacro{doi+eprint+url}% \newunit\newblock \usebibmacro{addendum+pubstate}% \newunit\newblock \usebibmacro{pageref}% \usebibmacro{finentry}} %%%inbook \DeclareBibliographyDriver{inbook}{% \usebibmacro{bibindex}% \usebibmacro{begentry}% \usebibmacro{author/translator+others}% \setunit{\labelnamepunct}\newblock \usebibmacro{chapter+pages}% \newunit\newblock \usebibmacro{in:}% \usebibmacro{byeditor+others}% \newunit\newblock \usebibmacro{title}% \newunit \printlist{language}% \newunit\newblock \usebibmacro{byauthor}% \newunit\newblock \usebibmacro{bybookauthor}% \newunit\newblock \usebibmacro{maintitle+booktitle}% \newunit\newblock \printfield{edition}% \newunit \iffieldundef{maintitle} {\printfield{volume}% \printfield{part}} {}% \newunit \printfield{volumes}% \newunit\newblock \usebibmacro{series+number}% \newunit\newblock \printfield{note}% \newunit\newblock \usebibmacro{publisher+location+date}% \newunit\newblock \iftoggle{bbx:isbn} {\printfield{isbn}} {}% \newunit\newblock \usebibmacro{doi+eprint+url}% \newunit\newblock \usebibmacro{addendum+pubstate}% \newunit\newblock \usebibmacro{pageref}% \usebibmacro{finentry}} \renewbibmacro*{chapter+pages}{% \printfield{chapter}% % \setunit{\bibpagespunct}% % Doppelpunkt und Seitenzahl entfernen %\printfield{pages}% \newunit} \begin{document} Dies ist ein kleines Testdokument \cite{Towne2000,Philips1995}. \printbibliography \end{document}