Hi there,
I would like to ask you...
In my document i don't like to see loose letters at the and, such as "a" etc. But when I insert in front of that letter "a" \\ or \\* - it forces "a" to go on the new line but leaves the gap in the previous (it is not the new paragraph but it still leaves there that gap) - it is not justified any more... Would anyone know what to use in order to start a new line but at the same time have justified the previous one as before?
Thank you.
ak
General ⇒ line break without starting a new paragraph
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: line break without starting a new paragraph
Hi,
you could use \linebreak instead of \\ or \newline.
But consider to write a non-breaking space by a tilde ~ after the one letter word instead of a manual line break.
Stefan
you could use \linebreak instead of \\ or \newline.
But consider to write a non-breaking space by a tilde ~ after the one letter word instead of a manual line break.
Stefan
LaTeX.org admin
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: line break without starting a new paragraph
Thank you!
a.k.
a.k.