fuysgit
fuysgit
> 把这个删除,直接修改最初的内容就行 这样行了吗?
> 可以了 帮帮忙啊,大佬
> 1. word 的单倍行距与字体有关,具体见 zhlineskip 宏包 > > 2. 根据 2018 年的一篇帖子,mathptmx 与 bm 不能在一起使用,见 https://tex.stackexchange.com/questions/424894/doubled-letter-when-i-using-bm > > 3. 文档类选项 `10.5pt` 为无效选项,有效选项为:`10pt`、`11pt`、`12pt` > > 4. 不允许在 multicols 环境中使用标准浮动体 table 和...
额,分栏搞定了,我命令输错了。
> 都是基础问题。建议先去完整地看一遍入门材料。 > > `geometry` 宏包无法使用。该命题为假。 > > ``` > \documentclass[a4paper]{ctexart} > \usepackage{geometry} > \geometry{margin = 1in} > \usepackage{blindtext} > \begin{document} > \blindtext > \end{document} > ``` > > ...
> 建议按照官方的模板填写。不推荐新人去实现模板的格式。 不是额,是我自己要弄个模板翻译个文章。
> > 我想把公式右边编号和编号两边的括号的字体都设置为 新罗马。 我通过 `\theequation` 修改了参数,但最后只实现了编号和编号右边的括号的字体改成了新罗马字体,编号左边的括号的字体没变,如下图所示 > > [图片] > > 修改 `\theequation` 参数的代码如下: > > ``` > > \newfontfamily\EngTwo{Times New Roman} > > \renewcommand{\theequation}{\EngTwo{\arabic{equation}}} > > ``` >...
> ``` > \documentclass[a4paper]{ctexart} > \usepackage{mathtools} > \newfontfamily\EngTwo{Times New Roman} > \renewtagform{default}[\EngTwo]{\EngTwo(}{\EngTwo)} > \usetagform{default} > \begin{document} > > \begin{equation} > E = mc^2 \label{a} > \end{equation} > > \end{document} >...
> See also: https://github.com/tuna/thuthesis/blob/60661f7d140c192418cc9151b54a6c59a99fae23/thuthesis.dtx#L3529-L3563 非常感谢
The Python version is 3.13 version info is * Spyder version: 6.1.0 (conda) * Python version: 3.13.5 64-bit * Qt version: 6.9.1 * PyQt6 version: 6.9.1 * Operating System: Windows-11-10.0.26200-SP0