wie kann ich den \cite-Befehl so konfigurieren, dass zwei Autoren durch "&" anstatt durch "and" verknüpft werden?
Hier sind meine Skripteinstellungen:
 
\RequirePackage[					% use biblatex for bibliography
	bibencoding=utf8,				% 	- use auto file encode
	style=numeric,				% 	- use alphabetic (or numeric)
   bibstyle=authoryear,			%	- use author-year bib style
	citestyle=authoryear,			%	- use author-year cite style
	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}


