We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在VScode中键入\cite{}命令无法自动补全参考文献的名称, 同样的操作在类似的模板中没问题(如https://github.com/BHOSC/BUAAthesis ),推测是该模板的影响了此功能
The text was updated successfully, but these errors were encountered:
你可以修改为
% 参考文献 % 手册中参考文献标准似乎并没有严格按照国标GBT7714-2015执行 % \Bib{bst/GBT7714-BUAA}{ref} \bibliographystyle{bst/GBT7714-BUAA} \clearpage \phantomsection \addcontentsline{toc}{chapter}{参考文献} \bibliography{ref}
识别到\bibliography命令就会触发补全。
\bibliography
Sorry, something went wrong.
No branches or pull requests
在VScode中键入\cite{}命令无法自动补全参考文献的名称,
同样的操作在类似的模板中没问题(如https://github.com/BHOSC/BUAAthesis ),推测是该模板的影响了此功能
The text was updated successfully, but these errors were encountered: