Your message dated Thu, 6 Oct 2011 11:08:19 -0400
with message-id <[email protected]>
and subject line Bug #641496 Closed
has caused the Debian Bug report #641496,
regarding dblatex: Setting xsl:output encoding parameter causes footnotes to
generate non-processable latex.
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.)
--
641496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641496
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dblatex
Version: 0.3-2
Severity: normal
EXAMPLE doc:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"/usr/share/xml/docbook/schema/dtd/4.3/docbookx.dtd">
<article>
<sect1>
<para>
Some word<footnote><para><ulink url="">Here</ulink> for
example.</para></footnote>.
</para>
</sect1>
</article>
EXAMPLE xsl file:
<?xml version='1.0'?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
<xsl:output encoding="Latin1" />
</xsl:stylesheet>
Output (eventually) from latex:
! Illegal parameter number in definition of \@title.
<to be read again>
8
l.29 \title{Ͱtͱt}
?
If a "q" (for quiet) is entered then it continues processing, however that
is incredibly inconvenient for docbook processing. If I go into the tex file
and delete the Ͱt and ͱt encodings, then it works then also. Again
very inconvenient, also it is not maintainable.
Whether I actually put a URL in the quotes or not is immaterial. It creates
non-processable tex.
I found the following about that topic (a bit old):
http://mail-archives.apache.org/mod_mbox/httpd-docs/200306.mbox/%[email protected]%3E
-- System Information:
Debian Release: 6.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dblatex depends on:
ii docbook-xml 4.5-7 standard XML documentation system
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-apt 0.7.100.1+squeeze1 Python interface to libapt-pkg
ii python-support 1.0.10 automated rebuilding support for P
ii texlive 2009-11 TeX Live: A decent selection of th
ii texlive-bibtex-extra 2009-10 TeX Live: Extra BibTeX styles
ii texlive-extra-utils 2009-10 TeX Live: TeX auxiliary programs
ii texlive-latex-extra 2009-10 TeX Live: LaTeX supplementary pack
ii texlive-math-extra 2009-10 TeX Live: Advanced math typesettin
ii xsltproc 1.1.26-6 XSLT 1.0 command line processor
Versions of packages dblatex recommends:
ii libxml2-utils 2.7.8.dfsg-2+squeeze1 XML utilities
Versions of packages dblatex suggests:
pn docbook <none> (no description available)
ii ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii gv [pdf-viewer] 1:3.7.1-1 PostScript and PDF viewer for X
ii imagemagick 8:6.6.0.4-3 image manipulation programs
pn latex-cjk-all <none> (no description available)
ii lmodern 2.004.1-3 scalable PostScript and OpenType f
pn opensp <none> (no description available)
pn texlive-lang-cyrillic <none> (no description available)
pn texlive-xetex <none> (no description available)
pn transfig <none> (no description available)
ii xpdf [pdf-viewer] 3.02-12 Portable Document Format (PDF) rea
-- no debconf information
--- End Message ---
--- Begin Message ---
Basically this was a non-bug since the problem was (apparently) caused
by the interaction with a non-debian xsl file and the encoding.
--- End Message ---