Text FormattingParagraph break with empty line between

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ryan88
Posts: 1
Joined: Fri May 01, 2009 10:06 am

Paragraph break with empty line between

Post by ryan88 »

Hi,

I was wondering if it was possible to change the way the paragraphs are displayed in the article class. Instead of the first line of each paragraph being indented, I would like to have to indentation, but instead two carriage returns to signify a new paragraph.

Any help with this would be great.

Thanks,

Ryan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Paragraph break with empty line between

Post by gmedina »

Hi,

the parskip package could be useful for you.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Paragraph break with empty line between

Post by localghost »

ryan88 wrote:[…] Instead of the first line of each paragraph being indented, I would like to have to indentation, but instead two carriage returns to signify a new paragraph. […]
Don't think in the small dimensions of word processors. Fixed spaces restrict the capabilities of LaTeX. The package suggested by gmedina can only serve as interim solution (like mentioned in its description). Think about using alternative document classes like memoir or those of KOMA Script. These classes have built-in mechanisms to manage this issue much better.


Best regards and welcome to the board
Thorsten
Post Reply