General ⇒ line break without starting a new paragraph
-
- Posts: 58
- 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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: line break without starting a new paragraph
a.k.