mengchaoheng / SCUT_thesis

华南理工大学硕博士学位论文模板(LaTeX)。Latex templates for the thesis of South China University of Technology
GNU General Public License v3.0
306 stars 59 forks source link

封面显示异常 #30

Open SherlockHolmes221 opened 1 year ago

SherlockHolmes221 commented 1 year ago

替换掉原来的thesis_cover.pdf 并 加上pdfcover之后 \documentclass[unicode,master,pdfcover]{scutthesis} % 出现错误: Package pdfpages Error: Page 8 of `thesis_cover.pdf' does not exist. xdvipdfmx:fatal: Image inclusion failed for "./thesis_cover.pdf" (page=2). 初步觉得是文件的问题,不是路径的问题,是我导出的pdf他识别不了吗? 谢谢

mengchaoheng commented 1 year ago

第八页不存在,你把空白页好好对照着看一下,cls文件有一条指令是导入pdf的,搜pdf能找到,它指定了导入多少页,你可以百度他的语法。然后使用适当的PDF,而不是缺页的。即空白页也要加。

mengchaoheng commented 1 year ago

@SherlockHolmes221

SherlockHolmes221 commented 1 year ago

work了,感谢

lianchengmingjue commented 6 months ago

hhh,我今天也碰到这个错了,而且更奇怪 我有注意保留空白页,一共8页的封面文件,丢进去之后报错

开始 : xelatex.exe -synctex=1 -interaction=nonstopmode "scutthesis".tex xdvipdfmx:fatal: Image inclusion failed for "./thesis_cover.pdf" (page=2). No output PDF file written. fwrite: Broken pipe xelatex.exe: 出现错误

比上面那个少一行Package pdfpages Error: 最后查出来原因是我做的thesis_cover.pdf里面是用Adobe Acobat插入空白页的,后面改成直接在Word里插入空白页,然后打印成pdf再插入就能正常编译了。

mengchaoheng commented 6 months ago

最后查出来原因是我做的thesis_cover.pdf里面是用Adobe Acobat插入空白页的,后面改成直接在Word里插入空白页,然后打印成pdf再插入就能正常编译了。

给你点赞,为了让更多人看到我再打开这个issue,其实这里面有很多细节会出现问题。比如我刚刚更新的编译链,是之前一位同学她估计没仔细看编译说明,没点对按钮,编译错误。现在慢慢增加说明让大家不要点错。