필요한 주요 문서에 저자 목록과 첫 번째 저자 이름을 입력하세요.

필요한 주요 문서에 저자 목록과 첫 번째 저자 이름을 입력하세요.

내 문서의 본문을 인쇄하고 싶습니다. 먼저 \fullcite{myref}를 사용하여 모든 저자 이름이 포함된 참조를 인쇄하고 이후 섹션에서는 저자 et만 인쇄하고 싶습니다. 알. 참고문헌 부분의 \citeauthor{myref} 다시 저자 et. 알 스타일. \fullcite{}는 예상대로 작동하지만 \citeauthor{myref}도 나에게 전체 목록을 제공합니다. 여기서는 첫 번째 저자만 원합니다... 런타임에 설정을 변경할 수 있습니까?

메인 코드 코드

\usepackage[
    
    backend=biber, %use modern biber instead of old natbib
   
    
    maxcitenames=30, %when using \textcite, at max print 2 author names
    mincitenames=1, %when using \textcite and we have many authors (et al), print 1 author name then et al
    minbibnames=1, %in bibliography, when there are many authors (et al), print 1 author name then et al
    maxbibnames=4 %in bibliography, print at maximum 6 author names
]{biblatex} 

관련 정보