--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/8c375aea-c29a-4373-b369-78c2d5d2ea77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Envie um exemplo mínimo do código que está usando.
Em 20 de mai de 2017 5:47 PM, "Danillo Souza" <danill...@gmail.com> escreveu:
Olá, pessoal.--
Estou enfrentando problemas para incluir as referências em minha dissertação usando o template abntex2. O arquivo com as bibliografias foi salvo como sugerido (abntex2-modelo-references.bib), porém, ao colocar o comando \bibliography{abntex2-modelo-references} (sem o ".bib") é exibido o seguinte erro:
LaTeX Error: Something's wrong--perhaps a missing \item. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.3 ...th{\labelsep}{0pt}\begin{thebibliography}{}
Ao por o comando com a extensão .bib o seguinte erro é exibido:
(no line number): This is BibTeX, Version 0.99d (TeX Live 2016/Debian) Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 The top-level auxiliary file: main.aux A level-1 auxiliary file: abntex2-modelo-include-comandos.aux I found no \bibstyle command---while reading file main.aux You've used 33 entries, 0 wiz_defined-function locations, 129 strings with 1028 characters, and the built_in function-call counts, 0 in all, are: = -- 0 > -- 0 < -- 0 + -- 0 - -- 0 * -- 0 := -- 0 add.period$ -- 0 call.type$ -- 0 change.case$ -- 0 chr.to.int$ -- 0 cite$ -- 0 duplicate$ -- 0 empty$ -- 0 format.name$ -- 0 if$ -- 0 int.to.chr$ -- 0 int.to.str$ -- 0 missing$ -- 0 newline$ -- 0 num.names$ -- 0 pop$ -- 0 preamble$ -- 0 purify$ -- 0quote$ -- 0 Alguém sabe como ajudar? Agradeço desde já. Danillo Souza.
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
No modelo que vc enviou, nenhuma das citações feitas no texto constam do arquivo .bib.
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: main.aux
The style file: abntex2-alf.bst
Database file #1: abntex2-options.bib
Database file #2: abntex2-modelo-references.bib
Warning--I didn't find a database entry for "NBR14724:2011"
Warning--I didn't find a database entry for "NBR6028:2003"
Warning--I didn't find a database entry for "abntex2classe"
Warning--I didn't find a database entry for "abntex2-wiki-como-customizar"
Warning--I didn't find a database entry for "abntex2cite"
Warning--I didn't find a database entry for "abntex2cite-alf"
Warning--I didn't find a database entry for "memoir"
+---------------------------------------------------------+
| Estilo bibliográfico abntex2-alf.bst versão v-1.9.5 |
| Em caso de dúvidas ou problemas com este estilo procure |
+---------------------------------------------------------+
(There were 7 warnings)
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/ec310c40-094f-44d3-8bc5-debfed6a43ba%40googlegroups.com.
A opção para isto seria \nocite{*} mas, segundo o manual abntex2cite, isso não é possível (veja na seção 6.2.2, pág 12).
http://texdoc.net/texmf-dist/doc/latex/abntex2/abntex2cite.pdf
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/3c55c025-eacb-4301-b3db-108b5db822da%40googlegroups.com.