abntex/biblatex-abnt

@inproceedings generates unwanted uppercase text

talespaiva opened this issue · 5 comments

The first word inproceedings' booktitle entry is always in uppercase.

Example

This bib item:

@inproceedings{anvik2006should,
  title={Who should fix this bug?},
  author={Anvik, John and Hiew, Lyndon and Murphy, Gail C},
  booktitle={Proceedings of the 28th international conference on Software engineering},
  pages={361--370},
  year={2006}
}

Generates the following reference:

ANVIK, John; HIEW, Lyndon; MURPHY, Gail C. Who should fix this bug? In:PROCEEDINGS of the 28th international conference on Software engineering.[S.l.: s.n.], 2006. p. 361–370.

dbmrq commented

Obrigado! Nos últimos tempos não tenho tido tempo de atualizar o estilo, mas vou deixar a issue aqui pra me lembrar de resolver isso ou para, quem sabe, inspirar alguém a fazer uma PR. :)

Funcionou como eu esperava quando retirei o [upperfirst] dessa linha: ca1fc91#diff-bc4071c26c8a8b24384e158d0d5fb025R590

Como não sei o impacto dessa mudança, prefiro não criar o PR.

Obrigado pela atenção!

Estou com o mesmo problema, como alterar o arquivo ? Não consegui identificar a linha.

Eu não sei bem se isso se configura como um problema. Isso acontece por causa do booktitle sem autor do "livro". Esse campo está usando a configuração de quando não existir identificação de autoria ou responsabilidade deixar a primeira palavra em caixa alta. Nesse caso, você pode utilizar o campo maintitle no lugar de booktitle ou, se existir autor, utilizar também bookauthor.

dbmrq commented

Maravilha, vou fechar a issue então. Valeu!