abntex / abntex/abntex2

Citações do tipo \cite não respeitam abnt-etal-cite=0

Offen
#201 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
ok no biblatex
Vorherrschende Sprache
TeX
Sterne
1.1k
Forks
223
PR-Merge-Kennzahlen
PR-Kennzahlen ausstehend

Beschreibung

Ao desabilitar a opção de omissão de coautores com 'et al' usando a configuração `abnt-etal-cite=0`, as citações do tipo `\cite` apresentam apenas o primeiro autor como se o mesmo fosse único.

Detectado utilizando o Overleaf.

Segue exemplo

```tex
% Configuração
\usepackage[alf,abnt-etal-cite=0]{abntex2cite}

% O comando abaixo gera (ACHICHI, 2015). !!! Não lista os demais autores
\cite{achichiEtAl2015}

% O comando abaixo apresenta corretamente todos os autores
% Achichi, Bailly, Cecconi, Destandau, Todorov e Troncy (2015)
\citeonline{achichiEtAl2015}
```

Entrada no .bib

```tex
@inproceedings{achichiEtAl2015,
TITLE = {DOREMUS: Doing Reusable Musical Data},
AUTHOR = {Achichi, Manel and Bailly, Rodolphe and Cecconi, C{\'e}cile and Destandau, Marie and Todorov, Konstantin and Troncy, Rapha{\"e}l},
Booktitle = {Proceedings of the 14th International Semantic Web Conference ({ISWC} 2015)},
address = {Bethlehem, PA, United States},
YEAR = {2015},
MONTH = {out},
URL = {https://hal.archives-ouvertes.fr/hal-01309167},
Urlaccessdate={17 abr 2018},
}
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.