参考文献key自动补全问题
KKFeng opened this issue · 1 comments
KKFeng commented
在VScode中键入\cite{}命令无法自动补全参考文献的名称,
同样的操作在类似的模板中没问题(如https://github.com/BHOSC/BUAAthesis ),推测是该模板的影响了此功能
note286 commented
你可以修改为
% 参考文献
% 手册中参考文献标准似乎并没有严格按照国标GBT7714-2015执行
% \Bib{bst/GBT7714-BUAA}{ref}
\bibliographystyle{bst/GBT7714-BUAA}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{参考文献}
\bibliography{ref}
识别到\bibliography
命令就会触发补全。