-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
公式字体如何还原成原始的latex默认字体 #324
Comments
模板默认配置了 \documentclass[degree=doctor]{ustcthesis}
\ustcsetup{math-font = xits}
\begin{document}
\begin{align}
&\ddot{\delta\chi}k + 3H\dot{\delta\chi}k + \frac{k^2}{a^2} \delta \chi _ k = \frac{\sqrt{2\epsilon{\chi}}}{M{\rm Pl}} \big[ \ddot{\phi}\delta\phi_k + \mathcal{S}_k \big],
\\
&\ddot{\delta\phi}_k + 3H\dot{\delta\phi}k + \left( \frac{k^2}{a^2} - \mathcal{M}_{\text{eff}}^2 \right) \delta\phi_k = 0 ~,
\end{align}
\end{document} 这主要是因为:
\begin{equation}
\sin x = \exp y \text{ iff. } f(a) = b \text{ and } \theta = \phi
\end{equation}
如果你坚持使用 cm 风格的,可以使用 NewComputerModern: |
我写错了,应该是
对,cm 只有斜体。其他 opentype math 字体可以设置 |
这是因为 如果要让示例文档运行起来,需要额外进行以下配置: \usepackage{amssymb}
\usepackage{bm}
\let\increment\Delta
\let\uppi\pi
\let\symup\mathrm
\let\symbf\bm
\let\symbfsf\mathsf 我稍后修改一下模板,新增选项 |
非常感谢!幸苦了。其实我觉得《手册》里面要求的西文字体是 Times New Roman 应该只对正文适用,公式使用 Computer Morden应该没有问题,因为如果要求公式的西文部分也是 Times New Roman 配置的话,也只是大致接近,并不是完全符合 |
请问 |
8748832 只需要设置 math-style = TeX,
math-font = cm, 就可以了。 |
你好,我用原模版这么设置之后还是报错, 请问可以上传一下你说的这个修改后可以编译
|
你没用过 github 吗?8748832 已经是修改后的 cls,下载不就好了? |
对不起,我不太会用,给你们添麻烦,打扰了。我下完那个文件之后已经编译成功,但好像对 |
|
|
* 新增选项 math-font = cm (Computer Modern)([ustcthesis#324](https://github.com/ustctug/ustcthesis/issues/324))。 * 增加了 [gbt7714-2015参考文献格式](https://github.com/zepinglee/gbt7714-bibtex-style)选项(#5)。 * 修正了研究生学位论文节标题行距。 * 修正了英文摘要段首缩进距离。
* 新增选项 math-font = cm (Computer Modern)([ustcthesis#324](https://github.com/ustctug/ustcthesis/issues/324))。 * 增加了 [gbt7714-2015参考文献格式](https://github.com/zepinglee/gbt7714-bibtex-style)选项(#5)。 * 修正了研究生学位论文节标题行距。 * 修正了英文摘要段首缩进距离。
检查
ustcthesis.pdf
编译环境
描述问题
《研究生学位论文撰写手册》第 xx 页要求……而模板编译的结果是……
我在使用你们维护的3.3.1版本的毕业论文模版,发现里面的字体使用了多种选项都没办法还原成latex默认的字体(和花体),好像是因为使用了unicode-math这个包的原因。我想把这段公式
\begin{align}
&\ddot{\delta\chi}k + 3H\dot{\delta\chi}k + \frac{k^2}{a^2} \delta \chi _ k = \frac{\sqrt{2\epsilon{\chi}}}{M{\rm Pl}} \big[ \ddot{\phi}\delta\phi_k + \mathcal{S}_k \big],
\label{EoMQchi}\
&\ddot{\delta\phi}_k + 3H\dot{\delta\phi}k + \left( \frac{k^2}{a^2} - \mathcal{M}{\rm eff}^2 \right) \delta\phi_k = 0 ~,
\label{EoMQphi}
\end{align}
实现成如截图的字体效果,
请问应该如何修改模版?
截图:
The text was updated successfully, but these errors were encountered: