On Fri, Dec 06, 2002 at 09:56:25AM -0500, Praedor Atrebates wrote:
> > Would a '{\baselineskip10pt' at the beginning and a '}' at the end in ERT
> > already help?
>
> Apparently not. Once again, adding the pair of "{" and "}" produces errors
> and prevents processing.
Could you send a minimalistic .lyx?
> As with the font size command, dropping the
> brackets may work but I would need to know what the counter tex command is
> for "\baselineskip10pt". Would it be "\normalskip"?
The original baselineskip...
Something like
\newdimen\oldbaselineskip
\oldbaselineskip=\baselineskip
\baselineskip=10pt
...
\baselineskip=\oldbaselineskip
might work.
Alternately, you could try the {} trick with \begingroup instead of { and
\endgroup instead of }
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)