
estoy trabajando conla plantilla NeurIPS al dorso. Según mi lectura, entiendo que natbib
es el paquete predeterminado como referencia. Intenté leer las instrucciones detenidamente y también leí el tutorial oficial al dorso en natbib
.
Pero todavía no puedo usar la referencia.normalmente? Prefiero tener referencias en un archivo separado, por ejemplo, my_ref.bib
que contenga:
@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}
}
y luego en main.tex
, hago esto:
\section*{References}
\bibliographystyle{IEEEtran}
\bibliography{my_ref}
[Editado] Agregué el IEEEtran.bst
archivo.
y luego usarlo \cite{Arora2018StrongerGB}
en el main.tex
. Yo también lo intenté citet{Arora2018StrongerGB}
. Pero tampoco funciona con esta plantilla.
No dudes en inspeccionar el proyecto:https://www.overleaf.com/8778352361kqjtqqkyncyw
Se agradece cualquier recomendación. ¡Gracias!
Aquí está el contenido del registro.output.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