Angus Leeming wrote:

Hmmm. Your file doesn't compile, Herbert. Let's fix that first.

I find that changing "\newenvironment{LyXitemize}{%", above to
"\newenvironment{LyXitemize*}{%" makes latex happy. Is that what you mean?

oh sorry, cut'n paste ... :-( Should be

Style Itemize*
  CopyStyle             Itemize
  LatexName             LyXitemize
  Preamble
    \usepackage{mdwlist}
    \newenvironment{LyXitemize}{%
      [EMAIL PROTECTED]
      \begin{itemize*}%
    }{\vspace{-\normalbaselineskip}%
      \end{itemize*}}
  EndPreamble
End

this is the style, where you do not need the additional \vspace
at the end.

the bug is another one:
when I insert Format->Paragraph->Space-After->User defined a
length like \normalbaselineskip and then ok, LyX makes
this to \vspace{0}! This is doubled wrong. At first it short
be \vspace{0pt} or with any other unit and second why is a
a length with a name not accepted?

Herbert




Reply via email to