Text Formatting ⇒ Consecutive linebreaks
Consecutive linebreaks
How do I go on about adding X number of consecutive linebreaks?
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Consecutive linebreaks
Hi kultiza,
welcome to the board!
You could use \vspace, for instance
or some other value using other units.
Stefan
welcome to the board!
You could use \vspace, for instance
Code: Select all
\vspace{5\baselineskip}
Stefan
LaTeX.org admin
Re: Consecutive linebreaks
Thanks, Stefan! Works like a charm 

Re: Consecutive linebreaks
This doesn't work for arbitrary X but if, for example, you're just looking to make a subsectional break like the stuff in books, I'd use
\subsection*{}
\subsection*{}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Consecutive linebreaks
You should note that in case that the length \parindent is different from Zero this yields an inconsistent new paragraph which is not indented.lalop wrote:This doesn't work for arbitrary X but if, for example, you're just looking to make a subsectional break like the stuff in books, I'd use
\subsection*{}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10