我想强制换行,但同时我想强制 LaTeX 在行末打印,所以我希望行末没有空格!
答案1
您可以使用\hfill
\documentclass{scrartcl}
\usepackage{showframe}% to s the page layout
\usepackage{blindtext}% dummy text
\begin{document}
\section{Test}
some text\hfill other text\hfill text\\
\blindtext
\end{document}