Problem (and solution) confirmed for me on Hardy amd64. Version 1.4 of
2007/02/22 is the latest available from http://www.ctan.org/tex-
archive/macros/latex/contrib/listings/ and works with the KOMA classes
included in texlive 2007-13.

For those who do not want to manually install the new version manually,
there is a workaround. You can redefine the \lstlistoflistings command
like this in your document header:

\makeatletter%
\renewcommand*{\lstlistoflistings}{%
  \begingroup
    [EMAIL PROTECTED]
      [EMAIL PROTECTED]
    \else
      [EMAIL PROTECTED]
    \fi
    [EMAIL PROTECTED]
    [EMAIL PROTECTED]
    [EMAIL PROTECTED]
    \setlength{\parfillskip}{\z@ [EMAIL PROTECTED] 1fil}%
    [EMAIL PROTECTED]
    [EMAIL PROTECTED]
  \endgroup
}
\makeatother

(taken from http://www.komascript.de/node/477)

-- 
listings.sty version doesn't compile with KOMA classes in texlive 2007-13
https://bugs.launchpad.net/bugs/245810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to