Hi everyone,

I worked with the material on http://www.lyx.org/help/list/list.php3 in order 
to reduce the vertical spacing of Itemize and Enumerate, but either I misread 
or the info there is incomplete.

Based on http://www.lyx.org/help/list/list.php3 I created the following in my 
layout file:

\renewenvironment{itemize}
        {
        \begin{list}{}
                {
                \parsep=1pt
                \parskip=1pt
%               \parsepadditional=1pt
%               \itemsepadditional=1pt
%               \partopsepsame=1pt
%               \parskipvertical=1pt
                }
        }
        {%
        \end{list}
        }

The result was the same too-skippy spacing as usual, although if I 
substituted 9cm for 1pt it did make the spacing extremely long, so it's doing 
something. See the four commented out parameters? If I uncomment any one of 
them it errors out when rendering postscript. Additionally, my /renewcommand 
eliminates the bullets from the Itemize items.

Am I missing info, am I missing context, or am I missing something else? 

Thanks

Steve








-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.




Reply via email to