![기사 인용 시 < >>를 피하세요.](https://rvso.com/image/476237/%EA%B8%B0%EC%82%AC%20%EC%9D%B8%EC%9A%A9%20%EC%8B%9C%20%3C%20%3E%3E%EB%A5%BC%20%ED%94%BC%ED%95%98%EC%84%B8%EC%9A%94..png)
논문을 쓰고 있는데 참고문헌에 문제가 있습니다. 나는 이 구성을 사용하고 있습니다:
\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
제 질문은 인용문의 모양을 어떻게 맞춤설정할 수 있느냐는 것입니다. 내 상사는 일반적으로 인용에 <<>>가 사용되지 않는다고 말하지만, 모양을 사용자 정의하는 방법이나 이를 피하는 스타일을 찾을 수 없습니다.
도와 주셔서 감사합니다!