Bug#287309: marked as forwarded (tetex-bin: example using html \special is a bit off)
Your message dated Mon, 27 Dec 2004 19:27:09 +0100
with message-id <[🔎] 873bxrha0y.fsf@alhambra.bioz.unibas.ch>
has caused the Debian Bug report #287309,
regarding tetex-bin: example using html \special is a bit off
to be marked as having been forwarded to the upstream software
author(s) tex-k@mail.tug.org.
(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 287309-forwarded) by bugs.debian.org; 28 Dec 2004 08:47:34 +0000
>From frank@kuesterei.ch Tue Dec 28 00:47:34 2004
Return-path: <frank@kuesterei.ch>
Received: from idmailgate1.unizh.ch [130.60.68.105]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CjD0w-0003wj-00; Tue, 28 Dec 2004 00:47:34 -0800
Received: from alhambra.bioz.unibas.ch ([130.60.169.112])
by idmailgate1.unizh.ch (8.12.10/8.12.10/Debian-2) with ESMTP id iBS8lVvb024618;
Tue, 28 Dec 2004 09:47:31 +0100
Received: from localhost ([127.0.0.1] helo=alhambra.bioz.unibas.ch)
by alhambra.bioz.unibas.ch with esmtp (Exim 3.35 #1 (Debian))
id 1CizaI-0008Bk-00; Mon, 27 Dec 2004 19:27:10 +0100
To: tex-k@mail.tug.org
Cc: 287309-forwarded@bugs.debian.org, Sanjoy Mahajan
<sanjoy@mrao.cam.ac.uk>,
debian-tetex-maint
<debian-tetex-maint@lists.debian.org>
Subject: Re: Bug#287309: tetex-bin: example using html \special is a bit off
X-Attribution: fant
X-Ehrenamt: http://www.langau.de
In-Reply-To: <[🔎] E1CieZs-0000Pw-00@approximate.corpus.cam.ac.uk> (Sanjoy
Mahajan's message of "Sun, 26 Dec 2004 15:01:20 -0500")
References: <[🔎] E1CieZs-0000Pw-00@approximate.corpus.cam.ac.uk>
From: =?iso-8859-1?q?Frank_K=FCster?= <frank@debian.org>
Date: Mon, 27 Dec 2004 19:27:09 +0100
Message-ID: <[🔎] 873bxrha0y.fsf@alhambra.bioz.unibas.ch>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/)
Delivered-To: 287309-forwarded@bugs.debian.org
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=-4.5 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Hello dvips maintainers,
a Debian user has reported an error in the dvips info page. Below is a
simple patch.=20
Regards, Frank
Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk> schrieb:
> Package: tetex-bin
> Version: 2.0.2-23
> Severity: minor
> File: /usr/share/info/dvips.info.gz
>
> In the info node, this snippet
>
> `name'
> Defines URL targets in your TeX documents, so links can be
> resolved. For example:
> \special{html:<a name=3D"#paradise">}Paradise\special{html:</a>}
> is exactly where you are right now.
> This will resolve an `href=3D"paradise"'.
>
> is slightly incorrect. It should be:
>
> `name'
> Defines URL targets in your TeX documents, so links can be
> resolved. For example:
> \special{html:<a name=3D"paradise">}Paradise\special{html:</a>}
> is exactly where you are right now.
> This will resolve an `href=3D"#paradise"'.
>
> i.e. the '#' character should go with the 'href' rather than with the
> 'name'.
--- dvips.texi.orig Mon Dec 27 19:23:12 2004
+++ dvips.texi Mon Dec 27 19:23:21 2004
@@ -2946,10 +2946,10 @@
Defines URL targets in your @TeX{} documents, so links can be
resolved. For example:
@example
-\special@{html:<a name=3D"#paradise">@}Paradise\special@{html:</a>@}
+\special@{html:<a name=3D"paradise">@}Paradise\special@{html:</a>@}
is exactly where you are right now.
@end example
-This will resolve an @samp{href=3D"paradise"}.
+This will resolve an @samp{href=3D"#paradise"}.
=20
@item img
@flindex mailcap @r{and hypertext}
--=20
Frank K=FCster
Inst. f. Biochemie der Univ. Z=FCrich
Debian Developer
Reply to: