Page has the wrong paper size US Letter

最近在上傳ICPR會議的論文時,官網檢測論文格式有問題:Page has the wrong paper size US Letter
這裏帖一下解決辦法:
最好就是改documentclass,我這邊報錯後直接去會議官網找要求改成這樣.
\documentclass[10pt,conference,a4paper]{IEEEtran}(替換latex模板的對應行就行)
在這裏插入圖片描述
最好參考官方的要求,然後下面帖一下其他的解決辦法:
(1)在\begin{document}之前加上
\usepackage[letterpaper,top=72pt,bottom=72pt,left=36pt,right=36pt]{geometry},具體的內容可以參考網站的要求,如下圖測試時所示
在這裏插入圖片描述
(2)更改documentclass的一些其它格式
\documentclass[conference, compsocconf]{IEEEtran}
\documentclass[conference, compsoc]{IEEEtran}
\documentclass[a4paper, conference, compsocconf]{IEEEtran}
\documentclass[10pt, a4paper, conference, compsocconf]{IEEEtran}
上述可以嘗試

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章