HFUTTUG / HFUT_Thesis

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

overleaf版本和最新版区别 #56

Closed jayus71 closed 1 year ago

jayus71 commented 1 year ago

检查

编译环境

描述问题

我是直接用的overleaf上的模板开始编写的,但是今天在看issue的时候发现overleaf的版本似乎并不是跟GitHub上同步的,因为现在答辩迫在眉睫,重新开始用github上的模板有点来不及了,所以我想知道overleaf的版本和github上的有什么地方不同吗?

比如 #31 提到的问题,overleaf上的模板仍然存在,在修改了htutthesis.cls后问题才解决。

截图:

image

复现上述问题的代码:

\documentclass[degree=doctor]{hfutthesis}
\begin{document}
abc
\end{document}
zepinglee commented 1 year ago

建议将 github 仓库的 .cls 文件覆盖 overleaf 的项目。

overleaf 上的项目虽然也是以 git 仓库的形式管理的,但是不能从本地 git push 上去,同步很不方便。

jayus71 commented 1 year ago

收到 我替换一下