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}
上述可以尝试

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