一些经验
#232
Replies: 4 comments 2 replies
-
第四点:首先先把Windows中的Cambria Math的字体文件放在项目目录中,然后修改cls文件中的数学字体设置,往其中的可选项中添加cambria.ttc:
即可生效 |
Beta Was this translation helpful? Give feedback.
0 replies
-
似乎还需要在这里将原始的 math-font 替换为 cambria.ttc
|
Beta Was this translation helpful? Give feedback.
0 replies
-
算法的名称还是会显示algorithm 不会显示“算法” 请问怎么解决 |
Beta Was this translation helpful? Give feedback.
1 reply
-
请开一个单独的 Issue @HElenZWHU |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
经过了3个月的千锤百炼(浑水摸鱼),下周终于要答辩了。现在有点空,把用模板使用过程中的一些经验总结一下。方便以后的小朋友吧。
注:2和3是由于我之前的文章的Latex代码已经写好了,迁移到这个模板上的时候出现冲突。如果从头在这个模板上开始写文章,则并不存在这样的问题。
注释掉195-203行
增加
将372行注释掉
\RequirePackage { subcaption }
并将319行改为
\renewcommand\cftsubsecindent{4em}
目录中三级标题缩进 #66 (comment)最后,感谢模板的开发人员,没有这个模板的话写毕业论文应该相当麻烦。
然后我把我修改后的cls文件放在这里。我并不懂cls文件语法,这个文件的修改也全是照葫芦画瓢,但是它确实能够完成我的目标,只是结构比较混乱。希望能为大家提供参考。
whu-thesis.txt
Beta Was this translation helpful? Give feedback.
All reactions