Herbert Voss wrote:
> 
> "Garst R. Reese" wrote:
> >
> > \newlength{\oneinch}
> > \setlength{\oneinch}{72bp}
> > \providecommand{\linesperinch}[1]%
> > {\renewcommand{\baselinestretch}{\ratio{\oneinch}{\baselineskip} /(#1)}%
> > \normalsize}%
> > \endinput
> > %%
> > %% End of file `hollywood.cls'
> 
> there is a problem with the use of \ratio. both parameters must be
> a length.
\oneinch and \baselineskip are lengths. It will not even take 
\renewcommand{\baselinestretch}{\baselineskip *#1} 
> what about \usepackage{setspace}
> 
> and than in ert \setstretch{1.5} for 4 lines per inch (as an example)
Not very intuitive for the user, but it works well.
I have made that change to hollywood.cls and documented it in a note in
script_form.lyx
Thanks,
        Garst

Reply via email to