Your message dated Sun, 29 May 2005 17:51:32 +1200 with message-id <[EMAIL PROTECTED]> and subject line html2ps: Hyphenation does not work 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; 21 Sep 2004 13:46:57 +0000 >From [EMAIL PROTECTED] Tue Sep 21 06:46:56 2004 Return-path: <[EMAIL PROTECTED]> Received: from aopsysadsl.net1.nerim.net (stan.aopsys) [62.212.101.94] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C9kyu-0005qs-00; Tue, 21 Sep 2004 06:46:56 -0700 Received: from laurent by stan.aopsys with local (Exim 4.34) id 1C9kys-0005sp-LV; Tue, 21 Sep 2004 15:46:54 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Laurent Martelli <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: html2ps: Hyphenation does not work X-Mailer: reportbug 2.63 Date: Tue, 21 Sep 2004 15:46:54 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Laurent Martelli <[EMAIL PROTECTED]> X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "From" header Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: html2ps Version: 1.0b3-3.1 Severity: normal Tags: patch I have TeX's hyphenation files but it complains it cannot find them. As a matter of fact, after looking at the code, %hyphenation_file is not initialized at all. Here's a small patch to make it work for french documents. *** /usr/bin/html2ps 2003-08-23 19:14:20.000000000 +0200 --- /home/laurent/bin/html2ps 2004-09-21 15:41:08.000000000 +0200 *************** *** 1055,1060 **** --- 1055,1061 ---- $qc=join(')(',@qc); $qo2=join(')(',@qo2); $qc2=join(')(',@qc2); + %hyphenation_file = (fr => '/usr/share/texmf/tex/generic/hyphen/frhyph.tex'); $hyphenation_file{''}=$hyphenation_file{'en'}; $br=$collapse_br?"f":"t"; $gd=0; -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.26 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages html2ps depends on: ii libhtml-parser-perl 3.36-1 A collection of modules that parse ii libpaper-utils 1.1.14 Library for handling paper charact ii libwww-perl 5.800-1 WWW client/server library for Perl ii perl 5.8.4-2 Larry Wall's Practical Extraction ii perlmagick 5:6.0.7.1-1 A perl interface to the libMagick ii tk8.3 [wish] 8.3.5-3 Tk toolkit for Tcl and X11, v8.3 - ii tk8.4 [wish] 8.4.7-1 Tk toolkit for Tcl and X11, v8.4 - ii weblint-perl [weblint] 1.28-1 A syntax and minimal style checker -- no debconf information --------------------------------------- Received: (at 272685-done) by bugs.debian.org; 29 May 2005 05:51:33 +0000 >From [EMAIL PROTECTED] Sat May 28 22:51:33 2005 Return-path: <[EMAIL PROTECTED]> Received: from wproxy.gmail.com [64.233.184.199] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DcGhx-0005mJ-00; Sat, 28 May 2005 22:51:33 -0700 Received: by wproxy.gmail.com with SMTP id 67so1661235wri for <[EMAIL PROTECTED]>; Sat, 28 May 2005 22:51:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ugS6sbCUs3uCtzeSqnpn7u3VUCKHmF6CvNx87exOKxAxbOw15wWJ1BuGevAUtgakdKI010FxXZXUJDUASU+T3+lmCCL7n9KHMjT9QFHtKDo1RQkpwwP7Q/o54hEyJdaBxeoUUrPElJxJCzqCBtIMywVh13jpUWw7jWT5AF0cvaU= Received: by 10.54.34.62 with SMTP id h62mr1745638wrh; Sat, 28 May 2005 22:51:32 -0700 (PDT) Received: by 10.54.49.76 with HTTP; Sat, 28 May 2005 22:51:32 -0700 (PDT) Message-ID: <[EMAIL PROTECTED]> Date: Sun, 29 May 2005 17:51:32 +1200 From: Nigel Jones <[EMAIL PROTECTED]> Reply-To: Nigel Jones <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: html2ps: Hyphenation does not work Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: As said by reporter: hyphenation settings are in /etc/html2psrc so bug is not valid, Thanks, --=20 N Jones -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]