IEEE 액세스 저널에 연구 논문을 제출하려고 합니다. 나는 텍스트 편집을 위해 온라인에서 사용할 수 있는 뒷면 버전을 사용하고 있으며 IEEE 액세스 저널 템플릿도 사용하고 있습니다. tex 파일을 컴파일할 때마다 논문 제목 페이지 앞에 빈 페이지가 나타납니다. 나는 많은 것을 시도하고 있지만 할 수 없습니다. 이 문제와 관련해 도움을 주세요.
답변1
.\documentclass[journal,comsoc]{IEEEtran}
내 문제는 저자를 나열할 때 작은 구문 실수였습니다. 모든 저자를 나열한 후 바로 중괄호를 닫았지만 \thanks{}
블록 \thanks{}
안에 포함해야 합니다 \author{}
.
예를 들어, 이것은 정확합니다(IEEE 기본 템플릿에서):
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
John~Doe,~\IEEEmembership{Fellow,~OSA,}
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}
\thanks{M. Shell was with the Department
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}
\thanks{J. Doe and J. Doe are with Anonymous University.}
\thanks{Manuscript received April 19, 2005; revised August 26, 2015.}} %<- note the closing bracket here!
답변2
IEEE Access 라텍스 템플릿에는 "."가 있습니다. "\corresp" 줄 다음 줄에. "."을 제거하면 첫 번째 빈 페이지가 제거됩니다.