我即將在 IEEE access 期刊上提交一篇研究文章。我正在使用可在線上進行 tex 編輯的背頁版本,並且我正在使用 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 Latex 範本中,有一個「.」。在「\corresp」行之後的行。刪除“.”,則第一個空白頁將被刪除。