IOS Press Latex调试

鄙人在JIFS官网上下载了LaTeX模板,连接:

https://www.iospress.nl/journal/journal-of-intelligent-fuzzy-systems/?tab=submission-of-manus#submission-of-manuscripts

 

下载完成后,只保留了iosart2c.tex相关的文档,我删除了template相关的.tex文件。

 

模板有两个重大的问题阻碍了调试,1)\usepackage{natbib}报错;2)\usepackage{graphics}报错

1. 需要将1)的宏包修改为:

\usepackage[square,sort,comma,numbers]{natbib}

2. 需要将1)的宏包修改为:

\usepackage{graphicx}

 

如果需要添加其他的宏包或者\newtheorem{},可以修改为:

\usepackage[T1]{fontenc}
\usepackage{times}%
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage{color}
%\usepackage[dvips]{hyperref}
\usepackage{amsmath}
\usepackage{dcolumn}
%\usepackage{endnotes}
\usepackage{graphicx}
\usepackage{subfigure}
%\usepackage{cite}
\newtheorem{example}{Example}
\newtheorem{theorem}{Theorem}
\newtheorem{proof}{Proof}
\newtheorem{definition}{Definition}

 

 

其次,结尾部分注释掉所有template中给出的“\begin{thebibliography}~\end{thebibliography}”

修改为:

\bibliographystyle{elsarticle-num}
\bibliography{xxx}

“xxx”为bib文件名称

 

IOS Press LaTeX调试完成!

 

厉害了我的sumoier(https://www.cnblogs.com/sunny99/涩会姐技术支持!

 

posted @ 2020-12-01 11:36  20岁博客少女  阅读(531)  评论(0编辑  收藏  举报