\\ の後に空白行をソースに含めると、出力にも空白行が表示されることがわかりました。例:
It's time to recognize the income tax as another horrible policy mistake like banning beer, and to return to the tax policies that were correct in the Constitution in the first place. Our future depends on it.
\\
Wherefore the 16th Amendment must forthwith be repealed.
ただし、LaTeX でこれを実行できるのは 1 回だけであることは間違いありません。必要な数の空白行を作成できる、より一般的な解決策として、\null を使用して空の段落を作成します。例:
It's time to recognize the income tax as another horrible policy mistake like banning beer, and to return to the tax policies that were correct in the Constitution in the first place. Our future depends on it.
\null
\null
\null
Wherefore the 16th Amendment must forthwith be repealed.