von Andreas1704 » Fr 28. Jun 2013, 15:24
			
			
			%Das ist mein LaTeX-Dokument
\documentclass[a4paper]{scrreprt}
\usepackage[ngerman,english,american]{babel}
\usepackage[
	backend= bibtex,
	bibstyle=authoryear,
	citestyle = authoryear,
	natbib=true,					% 	- allow natbib commands
	mcite=true,					%	- allow mcite commands
	hyperref=true,					% 	- activate hyperref support
	backref=true,					% 	- activate backrefs
	isbn=false,						% 	- don't show isbn tags
	url=false,						% 	- don't show url tags
	doi=false,						% 	- don't show doi tags
	urldate=long,					% 	- display type for dates
	maxnames=99,%
	minnames=1,%
	maxbibnames=99,%
	minbibnames=1,%
	maxcitenames=2,%
	mincitenames=1%
]{biblatex}
\addbibresource{test.bib}
\begin{document}
 \cite{Einstein.1972}.
\printbibliography
\end{document}
 
%Das ist mein biblatex-Dokument
@book{Einstein.1972,
 author = {Einstein, Albert, and Freud, Sigmund},
 year = {1972},
}
Und anstatt: Einstein and Freud, 1972
will ich :       Einstein & Freud, 1972
Viele Grüße
 
			
			
							[code]%Das ist mein LaTeX-Dokument
\documentclass[a4paper]{scrreprt}
\usepackage[ngerman,english,american]{babel}
\usepackage[
	backend= bibtex,
	bibstyle=authoryear,
	citestyle = authoryear,
	natbib=true,					% 	- allow natbib commands
	mcite=true,					%	- allow mcite commands
	hyperref=true,					% 	- activate hyperref support
	backref=true,					% 	- activate backrefs
	isbn=false,						% 	- don't show isbn tags
	url=false,						% 	- don't show url tags
	doi=false,						% 	- don't show doi tags
	urldate=long,					% 	- display type for dates
	maxnames=99,%
	minnames=1,%
	maxbibnames=99,%
	minbibnames=1,%
	maxcitenames=2,%
	mincitenames=1%
]{biblatex}
\addbibresource{test.bib}
\begin{document}
 \cite{Einstein.1972}.
\printbibliography
\end{document}
[/code]
[code]%Das ist mein biblatex-Dokument
@book{Einstein.1972,
 author = {Einstein, Albert, and Freud, Sigmund},
 year = {1972},
}
[/code]
Und anstatt: Einstein and Freud, 1972
will ich :       Einstein & Freud, 1972
Viele Grüße