CheckBoxStudio / BUAAThesis

北航研究生学位论文模板(Word+LaTeX).
MIT License
517 stars 109 forks source link

参考文献key自动补全问题 #72

Open KKFeng opened 8 months ago

KKFeng commented 8 months ago

在VScode中键入\cite{}命令无法自动补全参考文献的名称, 同样的操作在类似的模板中没问题(如https://github.com/BHOSC/BUAAthesis ),推测是该模板的影响了此功能

note286 commented 8 months ago

你可以修改为

% 参考文献
% 手册中参考文献标准似乎并没有严格按照国标GBT7714-2015执行
% \Bib{bst/GBT7714-BUAA}{ref}
\bibliographystyle{bst/GBT7714-BUAA}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{参考文献}
\bibliography{ref}

识别到\bibliography命令就会触发补全。