在我的文本的不同部分我使用了它\newline
(因为我需要强制换行),但是如何确保新行不会在换行命令之后立即分离或分页?
这只适用于某些(而非全部)换行符。
使用文档类在 LuaLaTex 中输入memoir
。
编辑
平均能量损失
\documentclass[a4paper,12pt,twoside]{memoir}
\begin{document}
~\vspace{19.5cm} \\
First line of tex \\%*
Second line of tex
\end{document}
以下是运行上述代码后的输出(图像):