Discussion:
double line spacing in notebook
(too old to reply)
Tun Myint Aung
2006-07-03 11:02:35 UTC
Permalink
Hi,

I have a text cell in my notebook. I would like to format it as double
line spacing paragraph. How can I do it?

Best Regards,

Tun Myint Aung
Graduate Student
National University of Singapore
E1A #02-18
Kent Ridge, 119260, Singapore
E-mail ***@nus.edu.sg <mailto:***@nus.edu.sg>
dh
2006-07-04 06:00:19 UTC
Permalink
Hi Tun,
right click into the cell and choose "Object Inspector".
Choose "Formatting Options", "Text layout Options", "Line Spacing"

Daniel
Post by Tun Myint Aung
Hi,
I have a text cell in my notebook. I would like to format it as double
line spacing paragraph. How can I do it?
Best Regards,
Tun Myint Aung
Graduate Student
National University of Singapore
E1A #02-18
Kent Ridge, 119260, Singapore
b***@ucdavis.edu
2006-07-04 06:06:35 UTC
Permalink
(i) Highlight the text cell you want to double the line spacing.

(ii)Then open the Options Inspector from the menu
Format->OptionsInspector

(iii) In the Options Inspector Pane go to Formatting Options->Text
Layout Options->Line Spacing

(iv) Underline Spacing go to Multiply and change from 1 to 2

Cheers,

Brian
Post by Tun Myint Aung
Hi,
I have a text cell in my notebook. I would like to format it as double
line spacing paragraph. How can I do it?
Best Regards,
Tun Myint Aung
Graduate Student
National University of Singapore
E1A #02-18
Kent Ridge, 119260, Singapore
David Annetts
2006-07-04 06:17:48 UTC
Permalink
Hi Tun,
Post by Tun Myint Aung
I have a text cell in my notebook. I would like to format it
as double line spacing paragraph. How can I do it?
This is right out of the Help Browser -- just search for double spacing in
the Master Index.

Quoting directly, "LineSpacing->{2, 0} makes the text double-spaced."

Regards,

Dave.
David Park
2006-07-04 06:24:59 UTC
Permalink
To obtain all the Options for a Cell evaluate...

Options[Cell] // TableForm

Among the options you will find LineSpacing. Look it up in Help. You want to
add ',LineSpacing->{2,0}' at the end of the underlying expression for the
Text cell. Put your cursor in the Text cell, press Shift-Ctrl-E and type it
in.

Or you can import the style sheet to the notebook and add it to all Text
cells. (Use Menu/Format/Edit Style Sheet/Import Private Copy.) Or you could
make your own style sheet.

David Park
***@earthlink.net
http://home.earthlink.net/~djmp/

From: Tun Myint Aung [mailto:***@nus.edu.sg]


Hi,

I have a text cell in my notebook. I would like to format it as double
line spacing paragraph. How can I do it?

Best Regards,

Tun Myint Aung
Graduate Student
National University of Singapore
E1A #02-18
Kent Ridge, 119260, Singapore
E-mail ***@nus.edu.sg <mailto:***@nus.edu.sg>

Loading...