在下面的文档中,我使用了elsarticle
类及其elsarticle-num
引用样式。输出结果中存在一些次要但重要的问题:
第一个参考资料是一个网站,它有两个主要问题。
- URL 地址出现在新行中,而不是在第一行的延续中。
- 其次,它的字体格式与其他的有所不同。
在第三次引用中,年份没有出现在输出中。
在第四个参考文献中,虽然我
PI
在文件中用大写字母写了“ ”bib1.bib
,但它却以小写字母显示为“pi”。
\documentclass[preprint,12pt]{elsarticle}
\biboptions{sort&compress}
\begin{document}
\section{Introduction}
Here goes some literature review from e.g.
\cite{Latex,siciliano2016springer,khalil2002nonlinear,shahnazi2008position}
\clearpage
\section*{References}
\bibliographystyle{elsarticle-num}
\bibliography{bib1}
\end{document}
bib1.bib
@book{siciliano2016springer,
title={Springer handbook of robotics},
author={Siciliano, Bruno and Khatib, Oussama},
year={2016},
publisher={Springer}
}
@misc{Latex,
author = {An expert},
title = {LaTeX experts},
url = {https://tex.stackexchange.com/},
}
@article{khalil2002nonlinear,
title={Nonlinear systems, 3rd},
author={Khalil, Hassan K},
journal={New Jewsey, Prentice Hall},
volume={9},
number={4.2},
year={2002}
}
@article{shahnazi2008position,
title={Position control of induction and DC servomotors: a novel adaptive fuzzy PI sliding mode control},
author={Shahnazi, Reza and Shanechi, Hasan Modir and Pariz, Naser},
journal={IEEE Transactions on Energy Conversion},
volume={23},
number={1},
pages={138--147},
year={2008},
publisher={IEEE}
}