Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KKFeng opened this issue Nov 21, 2023 · 1 comment
Open

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

KKFeng opened this issue Nov 21, 2023 · 1 comment

Comments

@KKFeng
Copy link

KKFeng commented Nov 21, 2023

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

@note286
Copy link

note286 commented Nov 21, 2023

你可以修改为

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants