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
发表论文、专利、项目等,目前是连续编号的,事实上应该每项都从1开始编号。
请添加每项都从1开始编号的功能?谢谢
The text was updated successfully, but these errors were encountered:
你可以在 bibliolist 环境内开头加上代码 \setcounter{SJTU@bib}{0} 来使得编号从 1 重新开始,如:
bibliolist
\setcounter{SJTU@bib}{0}
\begin{bibliolist}{00} \setcounter{SJTU@bib}{0} \item xxx \item yyy \end{bibliolist}
请添加每项都从1开始编号的功能?
我们已经添加了这项功能,但是暂未发布到 SJTUThesis 仓库中,在新版模板发布前,请暂时使用上面的变通办法,谢谢!
Sorry, something went wrong.
你可以在 bibliolist 环境内开头加上代码 \setcounter{SJTU@bib}{0} 来使得编号从 1 重新开始,如: \begin{bibliolist}{00} \setcounter{SJTU@bib}{0} \item xxx \item yyy \end{bibliolist} 请添加每项都从1开始编号的功能? 我们已经添加了这项功能,但是暂未发布到 SJTUThesis 仓库中,在新版模板发布前,请暂时使用上面的变通办法,谢谢!
非常感谢你的回复,解了我的燃眉之急
No branches or pull requests
发表论文、专利、项目等,目前是连续编号的,事实上应该每项都从1开始编号。
请添加每项都从1开始编号的功能?谢谢
The text was updated successfully, but these errors were encountered: