📜  在乳胶中添加新页面 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:05.441000             🧑  作者: Mango

代码示例2
\include always uses \clearpage, a not entirely sensible default. 
It is intended for entire chapters, not for subsections.

You can fix it either by using \input{filename} or loading the "newclude" package 
and writing \include*{filename} instead.