Re: CellMargins Question
- To: mathgroup at smc.vnet.net
- Subject: [mg81948] Re: CellMargins Question
- From: Mike Honeychurch <mike.honeychurch.noreply at id.au>
- Date: Sun, 7 Oct 2007 05:35:59 -0400 (EDT)
- References: <fe7i99$p2m$1@smc.vnet.net>
CellMargins->{{Inherited,Inherited},{10,10}}
On 6/10/07 6:50 PM, in article fe7i99$p2m$1 at smc.vnet.net, "John"
<jwa0 at lehigh.edu> wrote:
> I used
>
> CreateDocument[Notebook[Cell["NAME","Title","Text"],Cell["Intro","Section","Te
> xt"],
> Cell["Words....","Text","Text"]]]
>
> and it created a notebook which I named, saved and printed.
>
> Now I want to change the vertical, white space between cells, without
> changing the right and left margins on the printed page.
>
> I think CellMargins->{{x,y},{10,10}} would do the job, if I knew the
> values of x and y.
>
> John
>
>