Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repetição do nome em \textapud #78

Open
leolca opened this issue Feb 8, 2021 · 0 comments
Open

Repetição do nome em \textapud #78

leolca opened this issue Feb 8, 2021 · 0 comments

Comments

@leolca
Copy link
Contributor

leolca commented Feb 8, 2021

O seguinte exemplo ilustra o caso:

\begin{filecontents*}{textapud.bib}
@article{collier09,
 author={C. Collier},
 title={AAA},
 journal={BBB},
 year=2009,
}
@article{doe2004,
 author={J. Doe},
 title={DDDD},
 journal={CCC},
 year=2004,
}
@article{doe2006,
 author={J. Doe},
 title={EEE},
 journal={FFF},
 year=2006,
}
\end{filecontents*}
\documentclass{article}
\usepackage[backend=biber,style=abnt,ittitles]{biblatex}
\addbibresource{textapud.bib}
\begin{document}
\apud{doe2004,doe2006}{collier09}\\
\textapud{doe2004,doe2006}{collier09}
\printbibliography
\end{document}

Onde obtemos como resultado:

(DOE, 2004; 2006 apud COLLIER, 2009)
Doe; Doe (2004; 2006 apud COLLIER, 2009)

Note que \apud tem o comportamento correto, enquanto \textapud repete o nome.

@dbmrq dbmrq added the pinned label Feb 9, 2021
@dbmrq dbmrq removed the pinned label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants