HFUTTUG / HFUT_Thesis

LaTeX Thesis Template for Hefei University of Technology
LaTeX Project Public License v1.3c
150 stars 24 forks source link

如何将封面系名称改为学院名称呢 #31

Closed cyinen closed 2 years ago

cyinen commented 2 years ago

检查

编译环境

描述问题

《合肥工业大学研究生学位论文写作规范》的 xx 文档的第xx页要求……而模板编译的结果是……

截图:

复现上述问题的代码:

\documentclass[degree=doctor]{hfutthesis}
\begin{document}
abc
\end{document}
l1teng commented 2 years ago

你可以修改这部分代码,

https://github.com/HFUTTUG/HFUT_Thesis/blob/32dd5e2fd21fd9918003f62a721828f35e5fe43a/hfutthesis.cls#L1688-L1690

将代码块中系名称修改为学院名称

l1teng commented 2 years ago

题外话,你可以提供一下学校最新的模板截图,如果相关内容需要更新,我们将对这部分进行修正。

Liyw979 commented 2 years ago

@l1teng

image image

在毕设系统中下载的模版

Liyw979 commented 2 years ago

正确的修改地方应该是 htutthesis.cls的这两个地方

https://github.com/HFUTTUG/HFUT_Thesis/blob/32dd5e2fd21fd9918003f62a721828f35e5fe43a/hfutthesis.cls#L2065

https://github.com/HFUTTUG/HFUT_Thesis/blob/32dd5e2fd21fd9918003f62a721828f35e5fe43a/hfutthesis.cls#L2196

cyinen commented 2 years ago

image

学院名字太长了,这种怎么才能放在一行啊

Liyw979 commented 2 years ago

没这么讲究吧,我看以前的论文都没写人工智能学院

l1teng commented 2 years ago

On Thu, May 26, 2022 at 6:11 PM Liyw @.***> wrote:

正确的修改地方应该是 htutthesis.cls的这两个地方

[image: image] https://user-images.githubusercontent.com/16919236/170467533-f9743882-ead4-49bf-9192-f5278fcbfd72.png

[image: image] https://user-images.githubusercontent.com/16919236/170467507-c9d974b2-3752-4db0-91f7-32d296a115de.png

— Reply to this email directly, view it on GitHub https://github.com/HFUTTUG/HFUT_Thesis/issues/31#issuecomment-1138374939, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5GK7DVP2Z23YF6S3W3I73VL5E4NANCNFSM5W7KSQCQ . You are receiving this because you were mentioned.Message ID: @.***>

正解

LaureatePoet commented 2 years ago

经过参考合肥工业大学毕业设计手册2022.1.pdf

35 已经修改此BUG。