What's the difference between "\\" and "\par"?
Thanks
Text Formatting ⇒ Difference between "\\" and "\par"
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Difference between "\\" and "\par"
\\
ends a line, the following text starts at the beginning of a new line. The next line belongs to the same (logical) paragraph.\par
ends the paragraph (so implicitly also the line). But because the paragraph is ended, a paragraph indentation or a paragraph skip may be added, in addition to the line skip, depending on the settings.
LaTeX.org admin
-
- Posts: 5
- Joined: Thu May 10, 2012 5:00 am
Re: Difference between "\\" and "\par"
Thanks, I don't know how I can possibly thank you enough.