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

Bug#301773: tetex-extra: \appendix causes extra dots after section numbers



Package: tetex-extra
Version: 2.0.2c-6
Severity: normal

Hi!

When using the KOMAScript class (book or report) with an \appendix,
all chapter/section/etc. numbers get an extra dot appended which is
undesirable and inconsistent. However, this only happens after the
second latex run.

The following code shows a minimal example. If both the \appendix and
the \renewcommand (which does the relevant part of the \appendix
effect) are commented out, numbering is correct, i. e. looks like

  1.1 First Section

If one of the commands is activated, the numbering looks like 

  1.1. First Section

(starting from the second latex run).

Do you know an easy quickfix for this? This is crucial for my friend's
diploma thesis...

Thanks,

Martin

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

\documentclass{scrreprt}

\begin{document}
    \chapter{First Chapter}
    \section{First Section}

    % either command causes dots to be appended after chapter/section numbers
    % after second latex run

    %\appendix

    \renewcommand{\thechapter}{\Alph{chapter}}

    \chapter{First appendix}
\end{document}

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

-rw-rw-r--  1 root staff 79 2005-02-07 11:53 /usr/local/share/texmf/ls-R
-rw-rw-r--  1 root staff 91 2005-02-07 11:53 /usr/local/lib/texmf/ls-R
-rw-rw-r--  1 root users 834 2005-03-28 06:26 /var/lib/texmf/ls-R
lrwxrwxrwx  1 root root 29 2005-02-07 11:50 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages tetex-extra depends on:
ii  dpkg                      1.10.27        Package maintenance system for Deb
ii  gsfonts                   8.14+v8.11-0.1 Fonts for the Ghostscript interpre
ii  tetex-base                2.0.2c-6       Basic library files of teTeX
ii  tetex-bin                 2.0.2-26       The teTeX binary files
ii  ucf                       1.14           Update Configuration File: preserv

-- no debconf information

-- 
Martin Pitt               http://www.piware.de
Ubuntu Developer    http://www.ubuntulinux.org
Debian Developer         http://www.debian.org

Attachment: signature.asc
Description: Digital signature


Reply to: