Skip to content

achievements中的编号怎么在subsection中都从1开始呢 #949

Answered by LogCreative
ujust4fun asked this question in 提问
Discussion options

You must be logged in to vote

重置 SJTU@bib 计数器:\setcounter{SJTU@bib}{0} 即可。

\documentclass{sjtuthesis}
\NewDocumentCommand{\resetbibliocnt}{}{\setcounter{SJTU@bib}{0}}%
\begin{document}
\begin{achievements}
\subsection*{专利}
\begin{bibliolist}{01}
   \item 
   \item
\end{bibliolist}

\subsection*{软件著作权}
\resetbibliocnt%
\begin{bibliolist}{02}
   \item 
   \item

\end{bibliolist}
\end{achievements}
\end{document}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ujust4fun
Comment options

Answer selected by ujust4fun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
提问
Labels
None yet
2 participants