如何将定理模式的头部变成英文 #271
Charlessong98
started this conversation in
General
Replies: 2 comments
-
|
定理环境的部分已经解决,方法在手册里就能找到,在\njusetup[theorem]{...}里用define重新定义需要用到的定理模式即可。但是其他部分还不清楚,比如如何修改将目录页的“目录”二字改成“content”? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
可以考虑给模板加入一个英文版的功能选项,工作量略大,短时间内我暂时不会做。 你提到的几个翻译问题,都可以从 % 加在导言区
\ctexset{
contentsname = Contents, % 目录
listfigurename = List of figures, % 插图目录
listtablename = List of tables, % 表格目录
chapter/name = Chapter~, % 章标题
chapter/number = \arabic{chapter} % 章编号
} |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
我希望在正文中全部用英文书写。但我发现设置里很多东西标题都是默认中文,比如章节标题,定理引理标题。这让我很烦恼,希望有人能帮助我解决这个问题。
Beta Was this translation helpful? Give feedback.
All reactions