General ⇒ line break without starting a new paragraph
-
- Posts: 59
- Joined: Sun Apr 27, 2008 12:50 pm
line break without starting a new paragraph
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10362
- Joined: Mon Mar 10, 2008 9:44 pm
Re: line break without starting a new paragraph
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
-
- Posts: 59
- Joined: Sun Apr 27, 2008 12:50 pm
Re: line break without starting a new paragraph
a.k.