Skip to content
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

section 和后面段落之间的空白 #253

Closed
lichang98 opened this issue Jun 1, 2022 · 1 comment
Closed

section 和后面段落之间的空白 #253

lichang98 opened this issue Jun 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@lichang98
Copy link

可改进的内容

section 和后面段落之间的空白不是固定的,有时候空白非常多

代码与步骤

建议可以添加 \titlespacing\section 设置一下

预期结果

No response

@lichang98 lichang98 added the enhancement New feature or request label Jun 1, 2022
@TheNetAdmin
Copy link
Owner

一般来讲这个空白是 LaTeX 自动调整的,不需要手动介入,强行设定空白间距反而会造成一些问题,例如文字重叠等等。

你可以给一个代码加截图的例子我看看吗,如果空白间距特别大,说不定可以参考 #125 (comment)

另一种调整方式是通过 CTeX 来调整标题前后间距

beforeskip=12pt,
afterskip=6pt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants