Your message dated Wed, 28 Dec 2005 15:47:18 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#344049: fixed in tex4ht 20051223-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Dec 2005 17:16:22 +0000
>From [EMAIL PROTECTED] Mon Dec 19 09:16:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from hexagon.math-inst.hu ([193.224.79.1] helo=renyi.hu)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EoOcY-0002Up-FF
        for [EMAIL PROTECTED]; Mon, 19 Dec 2005 09:16:22 -0800
Received: from pc63.math-inst.hu (pc63.math-inst.hu [193.224.79.63])
        by renyi.hu (8.8.8/8.8.8/3s) with ESMTP id SAA22298
        for <[EMAIL PROTECTED]>; Mon, 19 Dec 2005 18:16:19 +0100 (CET)
From: Braun Gabor <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: tex4ht: Command fails: mk4ht xhlatex file.tex
Date: Mon, 19 Dec 2005 18:16:16 +0100
User-Agent: KMail/1.7.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: tex4ht
Version: 20051214-1
Severity: normal
Tags: patch

*** Please type your report below this line ***

[EMAIL PROTECTED] /dev/shm$ mk4ht xhlatex file.tex
mk4ht (2005-09-23-22:09)
improper command: xhlatex
 option1:  mk4ht #1 "#2" "#3" "#4" "#5"

    #1: htlatex, mzlatex, oolatex, dblatex, dbmlatex,
        teilatex, teimlatex, uxhlatex, wlatex, xhlatex,
        xhmlatex

        also 'tex', 'texi', and 'context' instead of 'latex'

    #2: file name
    #3: optional arguments for latex/tex/texi/context
    #4: optional arguments for tex4ht.c
    #5: optional arguments for t4ht.c

 option2:  mk4ht ht #2 #3 "#4" "#5"

    #1: ht
    #2: latex, tex
    #3: file name
    #4: optional arguments for tex4ht.c
    #5: optional arguments for t4ht.c

 Within the program, in column three of the options
 variable, the  requests for the commands "latex",
 "tex", etc. can be replaced with other equivalent
 commands (e.g., "tex -fmt=latex").

It does not matter whether file.tex exists or what it contains, the 
command always gives this output.  However, the command line 
satisfies option1.

I suggest the following patch to fix this (and add the missing 
alternative "jhlatex" for #1):

--- /usr/bin/mk4ht      2005-12-15 12:48:47.000000000 +0100
+++ /home/gabor/mk4ht   2005-12-19 10:38:54.000000000 +0100
@@ -41,6 +41,10 @@
  "xhm", "xhmtex",   "tex",    "xhtml,mathml", " -cunihtf", "-cvalidate",
  "xhm", "xhmtexi",  "texi",   "xhtml,mathml", " -cunihtf", "-cvalidate",
  "xhm", "xhmcontext","texexec", "xhtml,mathml", " -cunihtf", "-cvalidate",
+ "xh", "xhlatex", "latex",  "xhtml", " -cunihtf", "-cvalidate",
+ "xh", "xhtex",   "tex",    "xhtml", " -cunihtf", "-cvalidate",
+ "xh", "xhtexi",  "texi",   "xhtml", " -cunihtf", "-cvalidate",
+ "xh", "xhcontext","texexec", "xhtml", " -cunihtf", "-cvalidate",
  "mz", "mzlatex",   "latex",   "xhtml,mozilla", " -cmozhtf",  "-cvalidate",
  "mz", "mztex",     "tex",     "xhtml,mozilla", " -cmozhtf",  "-cvalidate",
  "mz", "mztexi",    "texi",    "xhtml,mozilla", " -cmozhtf",  "-cvalidate",
@@ -81,7 +85,7 @@
   print " \n";
   print "    #1: htlatex, mzlatex, oolatex, dblatex, dbmlatex,\n";
   print "        teilatex, teimlatex, uxhlatex, wlatex, xhlatex,\n";
-  print "        xhmlatex\n";
+  print "        xhmlatex, jhlatex\n";
   print " \n";
   print "        also 'tex', 'texi', and 'context' instead of 'latex'\n";
   print " \n";

I am not sure whether the options passed to xhlatex etc are optimal.
I have just blindly copied the options for xhmlatex etc and removed 
mathml.

        Gabor Braun

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-2-686
Locale: LANG=hu_HU.iso88592, LC_CTYPE=hu_HU.iso88592 (charmap=ISO-8859-2) 
(ignored: LC_ALL set to hu_HU.iso88592)

Versions of packages tex4ht depends on:
ii  libc6                         2.3.5-8    GNU C Library: Shared libraries an
ii  libkpathsea3                  2.0.2-30   path search library for teTeX (run
ii  tetex-bin                     3.0-12     The teTeX binary files
ii  tex4ht-common                 20051214-1 LaTeX and TeX for Hypertext (HTML)

-- no debconf information

---------------------------------------
Received: (at 344049-close) by bugs.debian.org; 28 Dec 2005 23:51:01 +0000
>From [EMAIL PROTECTED] Wed Dec 28 15:51:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Erl0o-0002Wh-2J; Wed, 28 Dec 2005 15:47:18 -0800
From: Kapil Hari Paranjape <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#344049: fixed in tex4ht 20051223-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 28 Dec 2005 15:47:18 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.5 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: tex4ht
Source-Version: 20051223-1

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

tex4ht-common_20051223-1_all.deb
  to pool/main/t/tex4ht/tex4ht-common_20051223-1_all.deb
tex4ht_20051223-1.diff.gz
  to pool/main/t/tex4ht/tex4ht_20051223-1.diff.gz
tex4ht_20051223-1.dsc
  to pool/main/t/tex4ht/tex4ht_20051223-1.dsc
tex4ht_20051223-1_i386.deb
  to pool/main/t/tex4ht/tex4ht_20051223-1_i386.deb
tex4ht_20051223.orig.tar.gz
  to pool/main/t/tex4ht/tex4ht_20051223.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.
Kapil Hari Paranjape <[EMAIL PROTECTED]> (supplier of updated tex4ht 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.7
Date: Mon, 26 Dec 2005 10:49:39 +0530
Source: tex4ht
Binary: tex4ht tex4ht-common
Architecture: source i386 all
Version: 20051223-1
Distribution: unstable
Urgency: low
Maintainer: Kapil Hari Paranjape <[EMAIL PROTECTED]>
Changed-By: Kapil Hari Paranjape <[EMAIL PROTECTED]>
Description: 
 tex4ht     - LaTeX and TeX for Hypertext (HTML) - executables
 tex4ht-common - LaTeX and TeX for Hypertext (HTML) - support files
Closes: 344049 344051
Changes: 
 tex4ht (20051223-1) unstable; urgency=low
 .
   * New upstream release (2005-11-23-20:08).
        - Support for xhlatex in mk4ht. Closes: #344049.
        - Fix "<li>" tag for XML validation. Closes: #344051.
Files: 
 d6ef8a66ca46e6766e43de7d0b90229e 614 tex optional tex4ht_20051223-1.dsc
 0c6b71b857007c203607301c74e3ac47 3105032 tex optional 
tex4ht_20051223.orig.tar.gz
 546c8d8a172bc864bc277df2f3524d16 87407 tex optional tex4ht_20051223-1.diff.gz
 17c5ca86f4c70a8a7c2debcf0795a0e3 1165048 tex optional 
tex4ht-common_20051223-1_all.deb
 f5917e2fe48cee004f9afd82375e737b 151454 tex optional tex4ht_20051223-1_i386.deb

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

iD8DBQFDsyFfipBneRiAKDwRAgreAKCljGk9cexwPpXqde7XIwJkZIfDsQCguEkS
xz/EqDi2eKuVD/wO28tbuWg=
=Fvpq
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to