Skip to content

请问如何将本科生学位论文模板的参考文献格式更改为本学科期刊(AMS)格式 #222

Answered by atxy-blip
FakeChan asked this question in Q&A
Discussion options

You must be logged in to vote

模板提供了一个可以禁用全部 biblatex 设置的选项,关掉后可以完全按照 BibTeX 的方式设置参考文献样式。

\documentclass[biblatex=false]{njuthesis}
\usepackage{natbib}
\bibliographystyle{...}
\begin{document}
...
\end{document}

当然你也可以从找一个 biblatex 样式(比如 https://github.com/konn/biblatex-math),把 .bbx .cbx 复制到项目目录下然后设置 bib/style 选项。

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FakeChan
Comment options

@FakeChan
Comment options

Answer selected by FakeChan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers bibliography Related to bibliography
2 participants