LaTeX断行与分页

另起一行,而不另起一段:code

\\
% tow backslashes

orm

\newline

强制断行后禁止分页:xml

\\*

另起一页:ci

\newpage

影响断行和分页:it

\linebreak[n]
\nolinebreak[n]
\pagebreak[n]
\nopagebreak[n]

n取0到4之间的数。table

即便给出“break”命令,LaTeX仍然试图对其页面的右边界。将n设定为小于4的数,可让LaTeX在排版效果不佳的时候选择忽略这个命令。class

下降断行标准:分页

\sloppy

恢复缺省状态:float

\fussy
相关文章
相关标签/搜索