## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `2...
## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `2020`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
在标准文档类 `article` 下,一个小节标题后至少跟有 2 行正文,代码如下:
```tex
\documentclass{article}
\usepackage{showframe}
\begin{document}
\section{Sec 1}
1\\2\\3\\4\\5\\6\\7\\8\\9\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\20\\
21\\22\\23\\24\\25\\26\\27\\28\\29\\30\\31\\32\\33\\34\\35\\36\\37\\38
% \\39
\section{Sec2}
1\\2\\3\\4\\5
\end{document}
```
![](https://wenda.latexstudio.net/data/attach/200809/eTGgHFlR.png)
当 section 1 添加 1 行后,section 2 的标题将被挤到下一页去,即使当前页面仍排得下该标题 + 1 行正文。
```tex
\documentclass{article}
\usepackage{showframe}
\begin{document}
\section{Sec 1}
1\\2\\3\\4\\5\\6\\7\\8\\9\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\20\\
21\\22\\23\\24\\25\\26\\27\\28\\29\\30\\31\\32\\33\\34\\35\\36\\37\\38
\\39
\section{Sec2}
1\\2\\3\\4\\5
\end{document}
```
![](https://wenda.latexstudio.net/data/attach/200809/FqVnpQbv.png)
请问这个 2 行的阈值是由哪个变量控制的?应如何调整。
一周热门 更多>