Problema com citação de múltiplos autores no latex.

13 views
Skip to first unread message

Luís Fernando Duarte Santana

unread,
Feb 9, 2023, 9:58:27 PM2/9/23
to Latex-br

Sem título.png

Preciso colocar um "e" no lugar do ; nessa citação. Como faço? Alguém pode ajudar?

Emílio Kavamura

unread,
Feb 10, 2023, 11:19:00 AM2/10/23
to Latex-br
voce não menciona a classe e os packages... 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage[portuges]{babel}
\usepackage[style=authoryear,maxnames=2]{biblatex}

\usepackage{filecontents}

\begin{filecontents}{\jobname.bib}
@misc{Aut10a,
  author = {Author, A.},
  year = {2010},
  title = {And now for something completely different},
}

@misc{Aut10b,
  author = {Author, A. and Buthor, B.},
  year = {2010},
  title = {And now for something completely different},
}

@misc{Aut10c,
  author = {Author, A. and Buthor, B. and Cuthor, C.},
  year = {2010},
  title = {And now for something completely different},
}
\end{filecontents}

\bibliography{\jobname}

\begin{document}

\parencite{Aut10a}

\parencite{Aut10b}

\parencite{Aut10c}

% Name cap also in bibliography
\printbibliography

% No name cap in bibliography
\printbibliography[maxnames=99]

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Reply all
Reply to author
Forward
0 new messages