
estou trabalhando como modelo NeurIPS no verso. Pela minha leitura, entendo que esse natbib
é o pacote padrão para referência. Tentei ler as instruções com atenção e também ler o tutorial oficial do Overleaf no natbib
.
Mas ainda não consigo usar a referêncianormalmente? Prefiro ter referências em um arquivo separado, por exemplo, my_ref.bib
que contenha:
@inproceedings{Arora2018StrongerGB,
title={Stronger generalization bounds for deep nets via a compression approach},
author={Sanjeev Arora and Rong Ge and Behnam Neyshabur and Yi Zhang},
booktitle={International Conference on Machine Learning},
year={2018}
}
e então em main.tex
, eu faço isso:
\section*{References}
\bibliographystyle{IEEEtran}
\bibliography{my_ref}
[Editado] Adicionei o IEEEtran.bst
arquivo.
e depois use \cite{Arora2018StrongerGB}
no main.tex
. Eu também tentei citet{Arora2018StrongerGB}
. Mas também não funciona com este modelo.
Sinta-se à vontade para inspecionar o projeto:https://www.overleaf.com/8778352361kqjtqqkyncyw
Qualquer recomendação é apreciada. Obrigado!
Aqui está o conteúdo do logoutput.blg
This is BibTeX, Version 0.99d (TeX Live 2022)
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
The top-level auxiliary file: output.aux
The style file: IEEEtran.bst
You've used 1 entry,
0 wiz_defined-function locations,
87 strings with 538 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$ -- 0
quote$ -- 0
skip$ -- 0
stack$ -- 0
substring$ -- 0
swap$ -- 0
text.length$ -- 0
text.prefix$ -- 0
top$ -- 0
type$ -- 0
warning$ -- 0
while$ -- 0
width$ -- 0
write$ -- 0