
나는 함께 일하고 있다뒷면의 NeurIPS 템플릿. 내가 읽은 내용을 통해 이것이 natbib
참조용 기본 패키지라는 것을 이해합니다 . 나는 지침을 주의 깊게 읽으려고 노력했고 에 대한 공식 Overleaf 튜토리얼도 읽으려고 노력했습니다 natbib
.
하지만 여전히 참조를 사용할 수 없습니다.보통? 나는 다음을 my_ref.bib
포함하는 별도의 파일에 참조를 두는 것을 선호합니다 .
@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}
}
그런 다음 에서 main.tex
다음을 수행합니다.
\section*{References}
\bibliographystyle{IEEEtran}
\bibliography{my_ref}
[수정됨] 파일을 추가했습니다 IEEEtran.bst
.
그런 \cite{Arora2018StrongerGB}
다음 main.tex
. 나도 시도했다 citet{Arora2018StrongerGB}
. 하지만 이 템플릿에서는 작동하지 않습니다.
프로젝트를 자유롭게 검사해 보세요.https://www.overleaf.com/8778352361kqjtqqkyncyw
어떤 추천이라도 주시면 감사하겠습니다. 감사해요!
로그 내용은 이렇습니다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