最近在上传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}
上述可以尝试
Page has the wrong paper size US Letter
最新推荐文章于 2024-07-14 18:55:45 发布