論文の引用では< >>を避ける

論文の引用では< >>を避ける

論文を書いているのですが、参考文献に関して問題があります。次の設定を使用しています:

\usepackage[
backend=biber,
style=ieee,
sorting=none
]{biblatex}
\addbibresource{bibliography.bib}

平均的な引用は次のようになります。

@article{general_article,
    author = {Egerstedt, Magnus and Martini, Simone and Cao, Ming and Camlibel, Kanat and Bicchi, Antonio},
    title = {Interacting with Networks: How Does Structure Relate to Controllability in Single-Leader, Consensus Networks?}, 
    journal = {IEEE Control Systems Magazine}, 
    year = {2012},
  volume={32},
  number={4},
  pages={66-73},
}

結果は次のようになります:

M. Egerstedt, S. Martini, M. Cao, K. Camlibel e A. Bicchi, ≪Inte-
racting with Networks: How Does Structure Relate to Controllabi-
lity in Single-Leader, Consensus Networks?≫ IEEE Control Systems
Magazine, vol. 32, n. 4, pp. 66–73, 2012

質問は、引用の外観をカスタマイズするにはどうしたらよいかということです。上司は、引用では <<>> は一般的に使用しないと言っていますが、外観をカスタマイズする方法や、それを避けるスタイルを見つけることができません。

助けてくれてありがとう!

関連情報