Dekel Tsur wrote:
> 
> You can already control the linespacing using the document dialog.
> You can also set the margins, but the width of the dialogs is not changes
> accordingly (it is fixed to 4in). It is easy to fix this so the width
> will be relative to \textwidth.
Dekel,
OK, I defined a \newlength{parenLength} in hollywood.cls just before the
definition of parenthetical.
I then set its default with \setlength{parenLength}{1.5in}
That worked. I can put in ERT parenLength = \the\parenLength
and it prints out the value. So far so good.
Now, I add in ERT \setlength{parenLength}{4in}
parenLength = \the\parenLength
and it prints the new parenLength, but it has no other effect. A line
that was broken is still broken although it should now fit on one line.
What am I missing? I'll do the same with dialog length if I can get it
to work.

> PS: Garst, I notices that some parameters (e.g. margins) are not
> set by hollywood.cls, and instead they appear in the hollywood template.
> Why?
I moved these into the hollywood.cls, and will do some other cleanup.
Garst

Reply via email to