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
引用图片的caption中使用\cite{}导致插图索引目录中同样出现\cite{}
\begin{figure}[htb] \centering \includegraphics[width=0.7\linewidth]{fig1-1} \caption{外部图片\cite{xxx}} \label{fig1-1} \end{figure}
目录前的插图索引中同样出现引用
图1.1 外部图片^[1]
这会导致最终参考列表的顺序与正文中引用文章的顺序不一致,因为"插图索引"要在正文之前。我觉得参考文献的顺序是与正文中引用的顺序一致更加合理。
The text was updated successfully, but these errors were encountered:
估计不好实现,我考虑下吧。
Sorry, something went wrong.
e2d053c
请阅读参考文献引用。
No branches or pull requests
引用图片的caption中使用\cite{}导致插图索引目录中同样出现\cite{}
目录前的插图索引中同样出现引用
这会导致最终参考列表的顺序与正文中引用文章的顺序不一致,因为"插图索引"要在正文之前。我觉得参考文献的顺序是与正文中引用的顺序一致更加合理。
The text was updated successfully, but these errors were encountered: