在我使用的文字的不同部分\newline
(因為我需要強制換行),但是如何確保新行不會在換行命令之後立即分隔或分頁?
這應該只適用於某些(不是全部)換行符。
使用文件類別輸入 LuaLaTex memoir
。
編輯
微量元素
\documentclass[a4paper,12pt,twoside]{memoir}
\begin{document}
~\vspace{19.5cm} \\
First line of tex \\%*
Second line of tex
\end{document}
這是運行上述程式碼後的輸出(圖像):
![在此輸入影像描述](https://i.stack.imgur.com/8ioDC.png)