我正在寫論文,但我在參考書目方面遇到了一些問題。我正在使用這個配置:
\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
我的問題是,如何自訂引文的外觀?我的主管說引文中通常不使用 <<>>,但我找不到如何自訂外觀,也找不到避免使用它們的樣式。
謝謝您的幫忙!