[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#508355: texlive-latex-recommended: Current Koma-classes break xkeyval behaviour



Package: texlive-latex-recommended
Version: 2007.dfsg.1-4
Severity: important

The current Koma-script included in testing (lenny) redefines the
commands \KV@split and \KV@default, thus breaking the latex-package
"xkeyval". This is an issue with version 2.95 of Koma-script.
Starting from 2.96, this problem is resolved by a new definition 
making the commands compatible to the earlier version.

I hope for a "newer" or a "fixed" version of either texlive or the 
included Koma-script to be included in the upcoming release "lenny".

Sincerly,
Joe Werner

##################################
minimal input file

test.tex
----
\documentclass[paper=a4]{test}

\begin{document}
  test
\end{document}

##################################
other files

test.cls
----
\def\fileversion{0.1}
\def\filedate{2008/12/10}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{test}[\filedate\space\fileversion\space test package]
\RequirePackage{xkeyval}
\DeclareOptionX{paper}{%
  \PassOptionsToClass{paper=#1}{scrreprt}%
  \ClassInfo{\@currname}{Option `paper=#1' passed to scrreprt}%
}
\ProcessOptionsX
\let\@classoptionslist\relax
\LoadClass{scrreprt}
\endinput


######################################
 List of ls-R files

-rw-rw-r-- 1 root users 1222  1. Dez 21:48 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 79 23. Sep 11:09 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 23. Nov 17:16 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27  8. Okt 16:27 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27  8. Okt 16:27 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
######################################
 Config files
lrwxrwxrwx 1 root root 20 23. Nov 17:16 /usr/share/texmf/web2c/texmf.cnf -> /etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 3895  1. Dez 21:48 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 7701  1. Dez 21:48 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 5209  1. Dez 21:48 /var/lib/texmf/tex/generic/config/language.dat
######################################
 Files in /etc/texmf/web2c/
insgesamt 4
-rw-r--r-- 1 root root 283 20. Jun 2007  mktex.cnf
######################################
 md5sums of texmf.d
42c20d7e8bd343542772b5a145bf8ad8  /etc/texmf/texmf.d/05TeXMF.cnf
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
f68e5add6afd6585b982f2f78e2e6a92  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
30f4f13357c2761ed01a6a15f28725a5  /etc/texmf/texmf.d/95NonPath.cnf

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-latex-recommended depends on:
ii  texlive-common             2007.dfsg.1-4 TeX Live: Base component
ii  texlive-latex-base         2007.dfsg.1-4 TeX Live: Basic LaTeX packages

Versions of packages texlive-latex-recommended recommends:
ii  latex-beamer     3.07-1                  LaTeX class to produce presentatio
ii  latex-xcolor     2.11-1                  Easy driver-independent TeX class 
ii  prosper          1.00.4+cvs.2007.05.01-4 LaTeX class for writing transparen
pn  texlive-latex-re <none>                  (no description available)

texlive-latex-recommended suggests no packages.

Versions of packages tex-common depends on:
ii  debconf                       1.5.24     Debian configuration management sy
ii  ucf                           3.0010     Update Configuration File: preserv

Versions of packages texlive-latex-recommended is related to:
pn  tetex-base                    <none>     (no description available)
pn  tetex-bin                     <none>     (no description available)
pn  tetex-extra                   <none>     (no description available)
ii  tex-common                    1.11.3     common infrastructure for building

-- debconf information excluded



Reply to: