我在 BibTeX 中使用 Vancouver 格式 ( \bibliographystyle{vancouver}
)。在我的一些参考文献中,参考文献末尾出现了一个分号(在图片中显示为黄色)。我想删除那个分号。
我的 MWE:
\begin{filecontents}{myrefs.bib}
@article{perez2021offset,
author = {Anthony Perez and Yu Yang},
title = {Offset-free ARX-based adaptive model predictive control applied to a nonlinear process},
journal = {ISA Transactions},
year = {2021}
}
\end{filecontents}
\documentclass[journal, 10pt, onecolumn]{IEEEtran}
\renewcommand\IEEEkeywordsname{Keywords}
\hyphenation{op-tical net-works semi-conduc-tor}
\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}
\begin{document}
\title{ Fractional}
\maketitle
\IEEEpeerreviewmaketitle
\section{Introduction}
\IEEEPARstart{F}{ractional} in \cite{perez2021offset}
\bibliographystyle{vancouver}
\bibliography{myrefs}
\end{document}