I know 2 options to break the line.
Option 1:
Abcdef\\
Ghijkl
Result:
Abcdef
Ghijkl
Option 2:
Abcdef
Ghijkl
Result:
Abcdef
Ghijkl
Are there any rules when to use which?
PS: I'm using scrreprt as my document class.
I know 2 options to break the line.
Option 1:
Abcdef\\
Ghijkl
Result:
Abcdef
Ghijkl
Option 2:
Abcdef
Ghijkl
Result:
Abcdef
Ghijkl
Are there any rules when to use which?
PS: I'm using scrreprt as my document class.
\newlineand\linebreakby the way. See What is the difference between \newline and \? and also this page: Line breaks and blank spaces and the related Reference guide – Alenanno Jun 18 '15 at 23:08\noindent\ unless you do want some indentation. – Bernard Jun 19 '15 at 00:04\endgraf. Under some some circumstances, it works, while a blank and \ generate a complaint from the compiler. – Bernard Jun 19 '15 at 00:48\parindent0pt\parskip0ptbefore and you will see the same effect in both cases. Then try with\parindent1em\parskip1emand you will understand why is not the same use a line break that a new paragraph. – Fran Jun 19 '15 at 07:04\newlineor\linebreak? – Alenanno Jun 19 '15 at 16:14\smallskipor, if really necessary,\vskip. But I wouldn't use those when writing something like a paper - only for something like teaching materials or a handout. – cfr Jun 19 '15 at 16:38