Your message dated Sat, 19 Jul 2008 02:50:33 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: rst2newlatex: output upsets texlive when section title
contains SECTION SIGN (§) character
has caused the Debian Bug report #486781,
regarding rst2newlatex: output upsets texlive when section title contains
SECTION SIGN (§) character
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
486781: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486781
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-docutils
Severity: normal
$ cat >x <<EOF
=====================================
Has SECTION SIGN in a section title
=====================================
Foo Implementation (See Requirements §2.3)
==========================================
Foo
Bar Implementation (See Requirements §12)
==========================================
Bar
EOF
$ cat >y <<EOF
=====================================
Has SECTION SIGN in a section title
=====================================
Foo Implementation (See Requirements 2.3)
==========================================
Foo
Bar Implementation (See Requirements 12)
==========================================
Bar
EOF
$ rst2newlatex --output-encoding=utf8:strict x x.tex && rubber --inplace --pdf x
compiling x.tex...
compiling x.tex...
$ rst2newlatex --output-encoding=utf8:strict x x.tex && rubber --inplace --pdf y
compiling y.tex...
y.tex:142: Missing \endcsname inserted.
y.tex:142: leading text: }
y.tex:142: Missing \endcsname inserted.
y.tex:142: leading text: }
y.tex:161: Missing \endcsname inserted.
y.tex:161: leading text: }
y.tex:161: Missing \endcsname inserted.
y.tex:161: leading text: }
y.tex:176: Extra \endcsname.
y.tex:176: leading text: \Ddepartdocument
$ echo $?
1
--- End Message ---
--- Begin Message ---
Version: 0.5-1
I didn't close it in the changelog because I encountered some unrelated
problems with TeX output (the picins.sty issue you reported upstream,
which I later worked around), but on further testing it appears that
docutils 0.5 is happy with section titles containing §.
Simon
signature.asc
Description: Digital signature
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team