Your message dated Thu, 14 May 2009 21:18:03 +0000
with message-id <[email protected]>
and subject line Bug#525692: fixed in dblatex 0.2.10-1
has caused the Debian Bug report #525692,
regarding assumes double quote is not an active 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.)


-- 
525692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dblatex
Version: 0.2.9-3

        dblatex puts double quotes into the intermediate `.tex' file as
        if these are not ``active'' characters, like:

\begin{lstlisting}[firstnumber=1,escapeinside={<:}{:>},]
$ <:\textbf{\textbf{echo} "\textbackslash{}"Hello, world!\textbackslash{}""}:>
"Hello, world!"
$ 
  \end{lstlisting}

        This works well for, e. g., English documents, but fails for
        Russian ones, since `babel' makes the double quote character
        active (as per babel.pdf, table 28 on page 247,
        texlive-latex-base-doc, 2007.dfsg.1-5.)

        I've attached a couple of trivial examples that show the problem
        -- one results in the example typeset fine, and the other
        results in missing double quotes in the example.

        I guess, there could be a problem with << and >> (in, e. g.,
        Shell code examples), too.

-- 
FSF associate member #7257
% -----------------------------------------  
% Autogenerated LaTeX file from XML DocBook  
% -----------------------------------------  
%%<params>
%%</params>
\documentclass{article}
\usepackage{ifxetex}
\ifxetex
\usepackage{fontspec}
\usepackage{xltxtra}
\setmainfont{DejaVu Serif}
\setsansfont{DejaVu Sans}
\else
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\fi
\usepackage{fancybox}
\usepackage{makeidx}
\usepackage[hyperlink]{docbook}
\renewcommand{\DBKreleaseinfo}{}
\setcounter{tocdepth}{5}
\setcounter{secnumdepth}{5}
\title{}
\author{}
\hypersetup{%
pdfcreator={DBLaTeX-0.2.9-3},%
pdftitle={},%
pdfauthor={}%
}
% ------------------
% Collaborators
% ------------------
\renewcommand{\DBKindexation}{
\begin{DBKindtable}
\DBKinditem{\writtenby}{}
\end{DBKindtable}
}
\makeindex
\makeglossary
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\mainmatter

An example of using \textbf{different}  \emph{markup}.
 

\begin{lstlisting}[firstnumber=1,escapeinside={<:}{:>},]
$ <:\textbf{\textbf{echo} "\textbackslash{}"Hello, world!\textbackslash{}""}:>
"Hello, world!"
$ 
  \end{lstlisting}

\end{document}

Attachment: russian-2009-04-26.xml
Description: XML document


--- End Message ---
--- Begin Message ---
Source: dblatex
Source-Version: 0.2.10-1

We believe that the bug you reported is fixed in the latest version of
dblatex, which is due to be installed in the Debian FTP archive:

dblatex_0.2.10-1.diff.gz
  to pool/main/d/dblatex/dblatex_0.2.10-1.diff.gz
dblatex_0.2.10-1.dsc
  to pool/main/d/dblatex/dblatex_0.2.10-1.dsc
dblatex_0.2.10-1_all.deb
  to pool/main/d/dblatex/dblatex_0.2.10-1_all.deb
dblatex_0.2.10.orig.tar.gz
  to pool/main/d/dblatex/dblatex_0.2.10.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Hoenen <[email protected]> (supplier of updated dblatex 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 14 May 2009 20:22:23 +0200
Source: dblatex
Binary: dblatex
Architecture: source all
Version: 0.2.10-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Hoenen <[email protected]>
Changed-By: Andreas Hoenen <[email protected]>
Description: 
 dblatex    - Produces DVI, PostScript, PDF documents from DocBook sources
Closes: 499500 525688 525692
Changes: 
 dblatex (0.2.10-1) unstable; urgency=low
 .
   * New upstream release, fixing several bugs:
     + Support monofont typesettings for non-western languages like bulgarian
       when using the XeTeX backend.  Thanks to W. Martin Borgert for reporting.
       Closes: #499500
     + Disable double quotes as active characters in the intermediate TeX files
       for russian and german documents.  Thanks to Ivan Shmakov for reporting.
       Closes: #525692
   * Remove patches that have been integrated upstream:
     + 20_html_doc_external_programlisting (#492675)
     + 20_html_doc_missing_images (#492675)
     + 20_pass_through_xslt_options (#514932)
     + 20_relax_xetex_dependency (#514293)
     + 20_spanish_support (#492304)
     + 20_ukranian_support (#482856)
     + 20_underscore_in_xreflabel (#492959)
   * Adapt patch 20_cjk_issues (#482857, #492350): Remove parts integrated
     upstream and rename the remaining, permanent patch in accordance with the
     patch numbering scheme: 10_cjk_font
   * Documentation changes:
     + Upstream has separated the Release Notes part of the User Manual into an
       own document.
     + Upstream has integrated the HTML documentation into the upstream package,
       thus it has become superfluous to create it at package build time.
     + Resulting packaging changes:
       • debian/control: Remove Build-Depends-Indep dependencies:
         ‣ docbook-xml
         ‣ docbook-xsl
         ‣ ghostscript
         ‣ sharutils
         ‣ transfig
         ‣ xsltproc
       • debian/rules: Remove HTML creation code.
       • debian/dblatex.doc-base → dblatex.doc-base.manual
       • debian/dblatex.doc-base.releasenotes: new
   * Clean up the new XeTeX FontSpec encoder code:
     + 10_xetex_fontspec_encoder.dpatch: Remove the wrong and superfluous 
shebang
       line of codec.py Thanks, lintian.
     + debian/rules: Don't install superfluous file test1.py
   * As package python-apt has dropped the warning 'apt API not stable yet' with
     release 0.7.9~exp1:
     + 10_analyze_failure.dpatch: Drop filtering of the warning.
     + debian/control: Version the dependency on python-apt (>= 0.7.9~exp1).
   * 10_analyze_failure.dpatch: On failure try to identify a typical error
     scenario (cyrillic document with none of the needed options specified) and
     emit a corresponding hint.  Thanks to Ivan Shmakov for the suggestion.
     Closes: #525688
   * Standards-Version: 3.8.1 (no changes needed)
Checksums-Sha1: 
 e5f4e3bbab2d3013effe627015f5869a10cba0ae 1061 dblatex_0.2.10-1.dsc
 d4a3d14e67925cb350e4a5ef1cd5dd3f54efbd96 1319622 dblatex_0.2.10.orig.tar.gz
 7a0d0f30eaba7fcc136b13442fde2bea3e6b271c 15609 dblatex_0.2.10-1.diff.gz
 55cecd211ad1e244c2be61b114b168c7ccc86891 1207058 dblatex_0.2.10-1_all.deb
Checksums-Sha256: 
 f0b8017a3e3a6abba95ba62bef72537b2eac3d347571ab672e173d0bfef4fae0 1061 
dblatex_0.2.10-1.dsc
 bfd5f784ed66838dcc4b6489e2966394e8f5fa567889d34257a56c8b5d1fa4ed 1319622 
dblatex_0.2.10.orig.tar.gz
 cd1754e24f0cf5d7c4f8a52162341a8173a5049e2f0fecf6fa4da3c35e0cb3e3 15609 
dblatex_0.2.10-1.diff.gz
 7d3a1c8e80d78b3441510c9e694c75fcc4f1731a7e7ad561f6e4709159781193 1207058 
dblatex_0.2.10-1_all.deb
Files: 
 f2ec61f7cf47c031a3c8408990ae2a9a 1061 text optional dblatex_0.2.10-1.dsc
 3744f8c62d44fe32b4909246ba3276ed 1319622 text optional 
dblatex_0.2.10.orig.tar.gz
 02b7d4831749be90e94ebc60814f2d71 15609 text optional dblatex_0.2.10-1.diff.gz
 cfb6074eec42b7e5e76847fc9ce13cb8 1207058 text optional dblatex_0.2.10-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoMhLgACgkQ3DVS6DbnVgSGIgCgqUdiOXseH6g8N3yKEviOEVQr
23AAnji57iOu+aTzE3WFDKwObGlAOTK2
=OSLL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to