重新启动Aprofeaf中附录主体中参考标签的编号
我在期刊手稿中使用以下脚本创建了一个补充部分:
\appendix
%%%
\renewcommand{\appendixname}{S}
\renewcommand{\thesection}{S}
\renewcommand\thefigure{\thesection.\arabic{figure}}
\setcounter{figure}{0}
\renewcommand*{\thepage}{S\arabic{page}}
\setcounter{page}{1}
%%%
\begin{center}
\section*{Supplementary Material}
\end{center}
%%%
\subsection{Sub-heading1}
使用Multibib软件包为附录生成了单独的书目,如下所示:
\usepackage[resetlabels]{multibib}
\newcites{supp}{Supplementary References}
并声明
%% Loading supplementary bibliography style file
\bibliographystylesupp{unsrt}
% Loading supplementary bibliography database
\bibliographysupp{cas-sc-template-refs.bib}
\end{document}
导致参考部分,看起来像这样: 补充参考
但是,人体文本中的参考标签不会改变:
S.2。讨论
S.2.1。子标签2
在 财产对能量和密度的值的相互依存关系 如图S.4a和S.4b所示。有一个清晰的数据聚类 基于基于其依赖性的主要属性的要点 在图S.4C中的二级性质上。高价值组成 观察到所有苹果,并且观察到中等价值的苹果 成为橙子。因此,预测的价值将其中的大多数放在 低 - 和中值范围[66]。
参考号仍然来自主文档的参考书目。
我已经尝试了\ ecellAreOption {resetLabels} {\ continulellabelsfalse} option
在 http://tug.ctan.org/tex-archive/macros/macros/latex/contrib/contrib/multibib/multibib/multibib/multibib.pdf ,但无用。
是否有任何方法可以重新使用这些参考标签?
I have created a supplementary section in my journal manuscript using the following script:
\appendix
%%%
\renewcommand{\appendixname}{S}
\renewcommand{\thesection}{S}
\renewcommand\thefigure{\thesection.\arabic{figure}}
\setcounter{figure}{0}
\renewcommand*{\thepage}{S\arabic{page}}
\setcounter{page}{1}
%%%
\begin{center}
\section*{Supplementary Material}
\end{center}
%%%
\subsection{Sub-heading1}
A separate bibliography also has been generated for the appendix using the multibib package as follows:
\usepackage[resetlabels]{multibib}
\newcites{supp}{Supplementary References}
and declaring
%% Loading supplementary bibliography style file
\bibliographystylesupp{unsrt}
% Loading supplementary bibliography database
\bibliographysupp{cas-sc-template-refs.bib}
\end{document}
resulting in a reference section that looks like this:
Supplmentary References
However, the reference labels in the body text does not change:
S.2. Discussion
S.2.1. Subheading2
The role of the structural of squares and the circles is clearly seen in the
interdependence of property on the values of energy and density as
shown in Figures S.4a and S.4b. There is a clear clustering of data
points based on the primary property as viewed against its dependence
on secondary property in Figures S.4c. The high-value compositions
are observed to be all apples and the medium value ones are observed
to be oranges. The values thus predicted placed most of them in the
low– and medium–value range [66].
The reference numbers are still from the main document's bibliography.
I have tried the \DeclareOption{resetlabels}{\continuouslabelsfalse} option
in the multibib package documentation given in http://tug.ctan.org/tex-archive/macros/latex/contrib/multibib/multibib.pdf but to no avail.
Is there any way to renumber these reference labels as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论