I would like to force a linebreak, but at the same time I would like to force LaTeX to print at the and of the line, so I would like no space at the and of the line!
Asked
Active
Viewed 374 times
2
1 Answers
2
You can use \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}

esdd
- 85,675
\documentclass{...}and ending with\end{document}. – Jul 03 '14 at 09:23\linebreak? – egreg Jul 03 '14 at 10:22\raggedleftand\raggedrightsimultaneously; How to make text aligned left/center/right in the same line? – Werner Jul 03 '14 at 19:50