Implementa norma ABNT NBR 10520:2023#276
Open
marco-carvalho wants to merge 1 commit intoabntex:masterfrom
Open
Implementa norma ABNT NBR 10520:2023#276marco-carvalho wants to merge 1 commit intoabntex:masterfrom
marco-carvalho wants to merge 1 commit intoabntex:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problema
A norma ABNT NBR 10520, que rege a apresentação de citações em documentos acadêmicos brasileiros, foi atualizada em julho de 2023. O pacote abntex2 ainda seguia exclusivamente a versão de 2002, fazendo com que milhares de trabalhos acadêmicos produzidos com LaTeX ficassem em desacordo com a norma vigente. Essa lacuna vinha sendo reportada pela comunidade há quase dois anos (issue #260 com 40 comentários) e motivou múltiplos PRs parciais (#266, #269, #270) que não foram integrados.
Solução
Esta mudança implementa de forma completa as exigências da NBR 10520:2023 (citações parentéticas com inicial maiúscula em vez de caixa alta, expressões latinas em itálico (apud, Id., Ibid., op. cit., etc.), et al. em itálico por padrão, supressão com
[...]em títulos sem autoria, e notas de rodapé com referência reduzida para citações subsequentes) enquanto preserva total retrocompatibilidade com a versão 2002 através da opçãonbr10520=2002. Resolve as demandas das issues #260, #269 e #270 em uma única implementação coerente e testável.