In my text citations, I would like to have the following:
1 author -> show 1 author
2 authors -> show both authors
3+ authors -> show only one author et al
I've tried maxnames 1
and maxnames 2
but both didn't work.
sorry, I am new to this platform. My current setup is:
\documentclass[12pt,a4paper]{article}
\usepackage{etex}
\usepackage[style=authoryear, backend=biber, maxnames=2, minnames=1]{biblatex}
\addbibresource{Quellen.Stand.19.05.25.bib}
\DeclareFieldFormat{url}{\textnormal{\url{#1}}}
\DeclareFieldFormat{urldate}{\textnormal{\url{#1}}}
\renewcommand*{\bibfont}{\normalfont\fontsize{8}{10}\selectfont}
\usepackage{csquotes}
\usepackage{url}
\usepackage{xurl} %für Line-Breaks in URL
\usepackage{xcolor}
\usepackage[colorlinks=true, linkcolor=cyan, urlcolor=cyan, citecolor=cyan]{hyperref}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{balance}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage{booktabs} %für Tabellen
\usepackage{float} %damit Tabellen an meinem erwünschten Platz auftauchen
\usepackage{caption} %um Tabelle caption DInge zu tun
\usepackage{graphicx} % For including images
\usepackage[absolute,overlay]{textpos} % For positioning the image
\usepackage{multicol} %für Text in 2 Spalten
\usepackage{subcaption}
\usepackage{changepage}
\usepackage{makecell}
does that help?
document
environment.author
tag withbiblatex
. If I've misunderstood your formatting objective, feel free to revert.maxnames
should in principle be the right choice (modulo pickingmaxcitenames
ormaxbibnames
): See tex.stackexchange.com/q/1554/35864. Often theuniquelist
feature causes some confusion here, though: tex.stackexchange.com/q/69028/35864.