mit biblatex versuche ich in einem eigenen Bibliographie-Stil die
Vornamen generell abzuk锟絩zen. Ich habe hier in dieser Gruppe
entsprechende Hinweise gefunden, aber kann daraus leider keine
funktionierende L锟絪ung basteln. 锟絙er Hinweise aller Art w锟絩de ich mich
sehr freuen!
Anbei noch ein Minimalbeispiel.
\documentclass[ngerman]{scrartcl}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Book{test1,
author = {Goossens, Michel and Mittelbach,
Frank and Samarin, Alexander},
title = {The LaTeX Companion},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
\end{filecontents}
\usepackage[latin9]{inputenc}
\usepackage{babel,csquotes}
\usepackage[style=authoryear]{biblatex}
\bibliography{\jobname}
\DeclareNameFormat{default}{%
\iffirstinits
{\usebibmacro{name:first-last}{#1}{#4}{#5}{#7}}
{\usebibmacro{name:first-last}{#1}{#4}{#5}{#7}}%
\usebibmacro{name:andothers}}
\begin{document}
Dies ist nur ein kleines Testdokument \cite{test1}.
\nocite{*}
\printbibliography
\end{document}
Gr锟斤拷e
Henning
Hallo,
meinst du sowas:
\documentclass[ngerman]{scrartcl}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Book{test1,
author = {Goossens, Michel and Mittelbach,
Frank and Samarin, Alexander},
title = {The LaTeX Companion},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
\end{filecontents}
\usepackage[utf8]{inputenc}
\usepackage{babel,csquotes}
\usepackage[style=authoryear]{biblatex}
\bibliography{\jobname}
\DeclareNameFormat{sortname}{%
\ifnum\value{listcount}=1\relax
\iffirstinits
{\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}
{\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}%
\ifblank{#3#5}
{}
{\usebibmacro{name:revsdelim}}%
\else
\iffirstinits
{\usebibmacro{name:first-last}{#1}{#4}{#5}{#7}}
{\usebibmacro{name:first-last}{#1}{#4}{#5}{#7}}%
\fi
\usebibmacro{name:andothers}}
\begin{document}
Dies ist nur ein kleines Testdokument \cite{test1}.
\nocite{*}
\printbibliography
\end{document}
Gruß
Marco
>meinst du sowas:
>[...]
>\DeclareNameFormat{sortname}{%
> \ifnum\value{listcount}=1\relax
> \iffirstinits
> {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}
> {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}%
> \ifblank{#3#5}
> {}
> {\usebibmacro{name:revsdelim}}%
> \else
> \iffirstinits
> {\usebibmacro{name:first-last}{#1}{#4}{#5}{#7}}
> {\usebibmacro{name:first-last}{#1}{#4}{#5}{#7}}%
> \fi
> \usebibmacro{name:andothers}}
Ja, das Ergebnis will ich haben! Besten Dank, funktioniert soweit sehr
gut. Ich versuch das mal zu verstehen ...
Viele Gr��e
Henning
Gruß
Marco
> mit biblatex versuche ich in einem eigenen Bibliographie-Stil die
> Vornamen generell abzuk�rzen.
firstinits=true
--
Sender address blackholed; do not reply to From: address.
You can still reach me by email at: lehman gmx net.