## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive `2019` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 请问一下如何将 ElegantBook 模板中的 Time New Roman 英文字体换成原来默认的英文字体,并且不影响代码的字体。 这是 `elegantbook.cls` 中的相关代码,请问应该如何修改。 ```code \RequirePackage{newtxtext} \RequirePackage{anyfontsize} \ifdefstring{\ELEGANT@math}{newtx}{ \RequirePackage{newtxmath} \let\Bbbk\relax \RequirePackage{esint} %%% use yhmath pkg, uncomment following code % \let\oldwidering\widering % \let\widering\undefined % \RequirePackage{yhmath} % \let\widering\oldwidering %%% use esvect pkg, uncomment following code % \RequirePackage{esvect} \DeclareSymbolFont{CMlargesymbols}{OMX}{cmex}{m}{n} \let\sumop\relax\let\prodop\relax \DeclareMathSymbol{\sumop}{\mathop}{CMlargesymbols}{"50} \DeclareMathSymbol{\prodop}{\mathop}{CMlargesymbols}{"51} }{\relax} ```

2 回答2

0
建议你到[这里](https://github.com/ElegantLaTeX/ElegantBook/issues "这里")提问,作者看到后会回复你。
0
> 请问一下如何将 ElegantBook 模板中的 Time New Roman 英文字体换成原来默认的英文字体,并且不影响代码的字体。 `newtxtext` 不是 Time New Roman > 请问应该如何修改 不用 ElegantBook,自己造轮子,反正也不难

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。