[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#173324: marked as done (tetex-base: \char92 etc. rendered as `` instead of \)



Your message dated Wed, 18 Dec 2002 14:13:34 +0000
with message-id <20021218141333.GA2708@polya>
and subject line Bug#173324: tetex-base: \char92 etc. rendered as `` instead of \
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; 16 Dec 2002 15:44:15 +0000
>From mike@wsmake.org Mon Dec 16 09:44:15 2002
Return-path: <mike@wsmake.org>
Received: from ns1.wsmake.org [63.149.173.253] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18NxPi-0000qP-00; Mon, 16 Dec 2002 09:44:15 -0600
Received: from mike by ns1.wsmake.org with local (Exim 3.36 #1 (Debian))
	id 18NxPa-0000hH-00; Mon, 16 Dec 2002 09:44:06 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Michael L. Brownlow" <mike@wsmake.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: tetex-base: \char92 etc. rendered as `` instead of \
X-Mailer: reportbug 2.9
Date: Mon, 16 Dec 2002 09:44:06 -0600
Message-Id: <[🔎] E18NxPa-0000hH-00@ns1.wsmake.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.6 required=5.0
	tests=SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

Package: tetex-base
Version: 1.0.2+20021025-3
Severity: normal

test.tex<<EOF
{\tt $\backslash$char`$\backslash\backslash$}: \char`\\

{\tt $\backslash$char92}: \char92

{\tt $\backslash$char"5C}: \char"5C

{\tt $\backslash$char'134}: \char'134

{\tt $\backslash$char``$\backslash$char``}: \char``\char``

{\tt $\backslash$char96$\backslash$char96}: \char96\char96

{\tt \$$\backslash$backslash\$}: $\backslash$

\bye
EOF

The references to ASCII '\' are rendered as '``' instead.
Did:
$ tex test
...
$ xdvi test.dvi

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ns1 2.4.19-k7 #1 Sun Oct 6 20:29:56 EST 2002 i686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages tetex-base depends on:
ii  dpkg                          1.10.9     Package maintenance system for Deb
ii  texinfo                       4.3-1      Documentation system for on-line i

-- no debconf information


---------------------------------------
Received: (at 173324-done) by bugs.debian.org; 18 Dec 2002 14:13:40 +0000
>From jdg@polya.uklinux.net Wed Dec 18 08:13:39 2002
Return-path: <jdg@polya.uklinux.net>
Received: from mail2.uklinux.net [80.84.72.32] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18Oex9-000787-00; Wed, 18 Dec 2002 08:13:39 -0600
Received: from polya (bts-0265.dialup.zetnet.co.uk [194.247.49.9])
	by mail2.uklinux.net (Postfix) with ESMTP id EE4BD409FA9
	for <173324-done@bugs.debian.org>; Wed, 18 Dec 2002 14:13:36 +0000 (UTC)
Received: from jdg by polya with local (Exim 3.36 #1 (Debian))
	id 18Oex4-0000i9-00; Wed, 18 Dec 2002 14:13:34 +0000
Date: Wed, 18 Dec 2002 14:13:34 +0000
From: Julian Gilbey <jdg@polya.uklinux.net>
To: 173324-done@bugs.debian.org
Subject: Re: Bug#173324: tetex-base: \char92 etc. rendered as `` instead of \
Message-ID: <20021218141333.GA2708@polya>
References: <[🔎] E18NxPa-0000hH-00@ns1.wsmake.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] E18NxPa-0000hH-00@ns1.wsmake.org>
User-Agent: Mutt/1.4i
Delivered-To: 173324-done@bugs.debian.org
X-Spam-Status: No, hits=-11.9 required=5.0
	tests=IN_REP_TO,REFERENCES,SIGNATURE_SHORT_SPARSE,
	      SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 

On Mon, Dec 16, 2002 at 09:44:06AM -0600, Michael L. Brownlow wrote:
> Package: tetex-base
> Version: 1.0.2+20021025-3
> Severity: normal

The behaviour you have observed is documented correct behaviour for
TeX.  Please see the font tables in Appendix F of The TeXbook: the
backslash is not included in the normal cmr10 font (which does not
follow the full ASCII encoding), whereas it is included in the cmtt10
typewriter font.  The following will probably do more of what you
expect.  (Although be warned that there's no `` ligature in cmtt10!)

test.tex<<EOF
\tt

$\backslash$char`$\backslash\backslash$: \char`\\

$\backslash$char92: \char92

$\backslash$char"5C: \char"5C

$\backslash$char'134: \char'134

\$$\backslash$backslash\$: $\backslash$

\bye
EOF

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

        Julian Gilbey, website: http://www.polya.uklinux.net/
   Debian GNU/Linux Developer, see: http://people.debian.org/~jdg/
     Visit http://www.thehungersite.com/ to help feed the hungry



Reply to: