disc0ver-csu / csu-thesis

中南大学学术论文LaTex模板。Central South University Thesis LaTeX Template.
206 stars 38 forks source link

设置type=doctor/master编译报错的问题 #44

Open sandykangaroo opened 1 year ago

sandykangaroo commented 1 year ago

作者您好,我目前准备采用该模板撰写研究生学位论文,但是生成过程中一直报错,不知该设置是否可用?或者是我的设置错误导致的?

note286 commented 1 year ago

你的具体操作是什么?报错是什么?

sandykangaroo commented 1 year ago

我直接克隆到本地,只将第11行 \documentclass[type=bachelor, output=electronic, fontset=none]{csuthesis} 改为 \documentclass[type=doctor, output=electronic, fontset=none]{csuthesis} 然后采用xelatex -> biber -> xelatex编译, recipe设置与项目.vscode文件夹下的设置一致。 编译报错,提示:Could not find file: coverCSU.png

之后,我尝试在images文件夹下添加 coverCSU.png,并将images文件夹添加进graduate.cls设置,即加入以下设置: \graphicspath{{figures/}{figure/}{pictures/}{picture/}{pic/}{pics/}{image/}{images/}} 编译失败,生成错误格式的pdf文件。 image 并出现大量编译错误信息: image

不知该模板是不是尚不支持硕博士论文的格式,因此特向您咨询。

note286 commented 1 year ago

我不是作者,我看了一下,确实有点问题,设置type=doctor时,csuthesis.cls会直接加载graduate.cls文件,里面有一些设置是冲突的。

等作者来解决吧。

sandykangaroo commented 1 year ago

好吧/(ㄒ_ㄒ)/~~

Edwardzcn commented 1 year ago

并不支持硕士/博士格式,只留了个接口。PS本科模版由于去年强制要求Word现在也不再维护这一项目了,您可以搜索一下有无硕士LaTeX的维护。