
考慮代碼:
\documentclass[12pt]{book}
\usepackage[showframe,paperwidth=5.5in,paperheight=8.25in]{geometry}
\textwidth=4in \textheight=3.50in
\begin{document}
\thispagestyle{empty}
\noindent{\textbf{\textit{Looking to Increase the Linebreak Gap on an\linebreak Ad Hoc Basis}}}
\end{document}
產生輸出:
問題:如何增加linebreak
指令的垂直間隙,以便(在本例中)「Ad Hoc Basis」出現在目前位置下方 10pt 處。謝謝。
評論:我想,也許,類似的東西\linebreak[10pt]
可能會起作用;但是,雖然它不會給出錯誤,但[10pt]
假設命令的部分對輸出沒有影響。