Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Text Styling > Text Layout Options >

ParagraphSpacing

ParagraphSpacing
is an option for Cell, StyleBox and Style which specifies how much extra space to leave between successive paragraphs of text.
  • ParagraphSpacing->{c, 0} leaves an extra space of c times the height of the font in the paragraph.
  • ParagraphSpacing->{c, n} leaves an extra space of c times the height of the font plus n printer's points.
  • Paragraph breaks are taken to occur whenever an explicit newline character appears in a block of text.
  • Extra space specified by ParagraphSpacing is inserted before the first line of each paragraph. No extra space is inserted if the paragraph is at the beginning of a cell or a string.
Create cells with varying amounts of space between paragraphs:
Create cells with varying amounts of space between paragraphs:
In[1]:=
Click for copyable input
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team