답변1
그만큼IEEEtrandocument 클래스는 비회의 모드에서 글꼴(Palatino)을 사용하며 모양이 동일한 것처럼 ``
보이지만 ''
자세히 보면 동일하지 않습니다.
\documentclass[10pt,journal,compsoc]{IEEEtran}
\begin{document}
``foo'', "bar"
\fontfamily{cmr}\selectfont % select the Computer modern font
``foo'', "bar"
\end{document}
이에 대한 자세한 내용:에 관한 매뉴얼IEEE트랜스문서 클래스, 섹션 II D 2에서 다음을 읽습니다.
Compsoc 모드:주목할만한 compsoc 모드 형식 기능은 다음과 같습니다.
- 기본 텍스트 글꼴은 Times Roman에서 Palatino/Palladio로 변경됩니다(비회의 compsoc 모드에만 해당).