如何将引用从作者-日期格式改为数字格式(请参见截图)?

如何将引用从作者-日期格式改为数字格式(请参见截图)?

在此处输入图片描述

我正在使用从互联网上下载的论文模板。我在“参考”部分使用 natbib 样式。编译后,我得到的是作者年份格式。但我希望以方括号 ([]) 的形式写出“数字”格式。我尝试过一些讨论,例如

  1. 软件包 [square]{natbib} 的选项冲突

当出现错误时,

  1. 包 natbib 错误:参考书目与作者年份引用不兼容。...mand\NAT@force@numbers{}\NAT@force@numbers

但最终我没有得到“[]”类型的引用。

我的最低工作框架如下;

 % Thesis framework file.
%\PassOptionsToPackage{square,comma,numbers,sort&compress,super}{natbib}
\documentclass[11pt]{iitkgpthesis}
\usepackage{graphicx}
\usepackage{natbib}
\setcitestyle{square, comma, numbers,sort&compress, super}
\usepackage{xcolor}
\begin{document}

% Frontmatter. Add other pages as needed.
\pagenumbering{roman}
 \include{firstpage}
 \include{frontmatter}
% \include{abstract}
 \cleardoublepage
 \tableofcontents
 \include{listofnotation}
 \cleardoublepage
 \listoftables
 \listoffigures
 \cleardoublepage

% Main thesis section

\pagenumbering{arabic}

\input{Introduction}        %%Chapter 1%%

\newpage

%\input{Materialia}  %%Chapter 2%%

%\input{Workch-0}   %%Chapter 3%% 

%\input{Workch-1}   %%Chapter 4%%

%\input{Workch-2}   %%Chapter 5%%

%\input{Workch-3}   %%Chapter 6%%

%\input{Workch-4}   %%Chapter 7%%

% \input{litrev} 

% \input{formu}

% \input{probdef}

% \input{result}

%\include{Overall Summary and Conclusions}

\cleardoublepage

% A file for citations not appearing in the document itself.

% \input{nocites}
% 
\singlespacing

\bibliographystyle{abbrvnat}

\bibliography{RSC}

% If you have no appendices, remove the following two lines.
% If you have more appdences, add them as necessary.
% \appendix
% \include{apdxa}

\end{document}

\chapter{简介}

\subsection{文献综述}

(示例章节部分)本文采用浸没沉淀法制备了不同 PMMA 浓度的相转化聚偏氟乙烯/聚甲基丙烯酸甲酯 (PVDF/PMMA) 微孔膜。PMMA 浓度的增加对 PVDF 膜结晶度有显著影响,这通过差示扫描量热仪、X 射线衍射仪和小角 X 射线散射分析进行了研究。膜本体结构、孔隙率、亲水性、机械稳定性和水通量等性能随 PMMA 浓度而变化。当 PMMA 浓度超过 30 wt % 时,孔隙率增加,拉伸强度降低。液相到固相分离过程中的热力学不稳定性以及结晶度的变化对这些膜性能有很大的影响。然后,与其他成分相比,70/30 混合膜具有较高的孔隙率和纯水通量,因此被选为最佳成分。该膜用由氧化石墨烯和壳聚糖交联的钛酸盐衍生的复合填料改性。抗菌、防污和牛血清白蛋白分离研究表明,所开发的纳米复合膜是分离应用的潜在候选材料。

相关内容