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

Bug#133785: marked as done (tetex-bin: latex doesn't generate extended-ascii characters)



Your message dated Wed, 13 Feb 2002 10:25:57 -0800
with message-id <200202131826.g1DIQNTJ005386@diziet.clawpaws.net>
and subject line Bug#133785: tetex-bin: latex doesn't generate extended-ascii characters 
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; 13 Feb 2002 16:03:48 +0000
>From eric@andago.com Wed Feb 13 10:03:48 2002
Return-path: <eric@andago.com>
Received: from 27.red-80-59-189.pooles.rima-tde.net (smtp.andago.net) [80.59.189.27] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16b1sp-0007rk-00; Wed, 13 Feb 2002 10:03:48 -0600
Received: from eric (pc6-red14.andago.net [192.168.14.6])
	by smtp.andago.net (Postfix) with ESMTP id DE0403FD21
	for <submit@bugs.debian.org>; Wed, 13 Feb 2002 17:03:18 +0100 (CET)
Received: from eric by eric with local (Exim 3.33 #1 (Debian))
	id 16b1ag-0006XP-00; Wed, 13 Feb 2002 16:45:02 +0100
From: Eric Van Buggenhaut <eric@eric.andago.net>
Subject: tetex-bin: latex doesn't generate extended-ascii characters
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10
Reply-To: eric@andago.com
Message-Id: <[🔎] E16b1ag-0006XP-00@eric>
Sender: Eric Van Buggenhaut <eric@andago.com>
Date: Wed, 13 Feb 2002 16:45:02 +0100
Delivered-To: submit@bugs.debian.org

Package: tetex-bin
Version: 1.0.7+20011202-3
Severity: normal

When including characters like ° (ascii 176) or º (ascii 186) in a .tex file, they don't appear
in the resulting .dvi

-- System Information
Debian Release: 3.0
Kernel Version: Linux mrmime 2.4.7-mosix #2 Tue Aug 14 12:07:33 CEST 2001 i686 unknown

Versions of the packages tetex-bin depends on:
ii  debianutils    1.15           Miscellaneous utilities specific to Debian.
ii  dpkg           1.9.18         Package maintenance system for Debian
ii  ed             0.2-19         The classic unix line editor
ii  libc6          2.2.4-7        GNU C Library: Shared libraries and Timezone
ii  libkpathsea3   1.0.7+20011202 shared libkpathsea for teTeX
ii  libpng2        1.0.12-3       PNG library - runtime
ii  libstdc++2.10- 2.95.4-1       The GNU stdc++ library
ii  libtiff3g      3.5.5-6        Tag Image File Format library
ii  libxaw7        4.1.0-13       X Athena widget set library
ii  tetex-base     1.0.2+20011202 basic teTeX library files
ii  xlibs          4.1.0-13       X Window System client libraries
ii  zlib1g         1.1.3-19       compression library - runtime

---------------------------------------
Received: (at 133785-close) by bugs.debian.org; 13 Feb 2002 18:27:22 +0000
>From c@eskimo.com Wed Feb 13 12:27:22 2002
Return-path: <c@eskimo.com>
Received: from avocet.mail.pas.earthlink.net (avocet.prod.itd.earthlink.net) [207.217.120.50] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16b47m-0000JK-00; Wed, 13 Feb 2002 12:27:22 -0600
Received: from lsanca1-ar16-4-33-174-055.elnk.dsl.gtei.net ([4.33.174.55] helo=diziet.clawpaws.net)
	by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1)
	id 16b47k-0006qM-00; Wed, 13 Feb 2002 10:27:20 -0800
Received: from diziet.clawpaws.net (localhost [127.0.0.1])
	by diziet.clawpaws.net (8.12.1/8.12.1/Debian -5) with ESMTP id g1DIQNTJ005386;
	Wed, 13 Feb 2002 10:26:23 -0800
Message-Id: <200202131826.g1DIQNTJ005386@diziet.clawpaws.net>
To: eric@andago.com, 133785-close@bugs.debian.org
cc: "C.M. Connelly" <cmc@debian.org>
Reply-To: cmc@debian.org
Subject: Re: Bug#133785: tetex-bin: latex doesn't generate extended-ascii characters 
In-Reply-To: Message from Eric Van Buggenhaut <eric@eric.andago.net> 
   of "Wed, 13 Feb 2002 16:45:02 +0100." <[🔎] E16b1ag-0006XP-00@eric> 
References: <[🔎] E16b1ag-0006XP-00@eric> 
X-Mailer: mh-e 6.0; nmh 1.0.4+dev; Emacs 21.1
Date: Wed, 13 Feb 2002 10:25:57 -0800
From: "C.M. Connelly" <c@eskimo.com>
Delivered-To: 133785-close@bugs.debian.org

"EvB" == Eric Van Buggenhaut <eric@eric.andago.net> writes:


    EvB> When including characters like ° (ascii 176) or º (ascii
    EvB> 186) in a .tex file, they don't appear in the resulting
    EvB> .dvi

That's a feature, not a bug.

The characters you cite are high-ASCII (8-bit).  TeX is based on
low-ASCII (7-bit) text, for maximum portability and because it's
pretty old.  To get nonstandard characters, you have to use LaTeX
commands.


Without loading any special packages, \textordmasculine will get
you ASCII 186 (masculine ordinal).  To get a degree symbol, you
have to stretch a bit, defining a command such as

\newcommand{\degree}{\ensuremath{\,{}^{\circ}}}

that you would use as ``92\degree'' in text.

(Or perhaps

\newcommand{\degree}[1]{#1\ensuremath{^\circ}}
\newcommand{\degreeC}[1]{#1\ensuremath{^\circ}~C}

used as \degree{92} or \degreeC{92}.)


Alternatively, you could load the inputenc package and specify an
input encoding that includes the characters you want to use.  With
an appropriate encoding, you'll have both \textdegree and
\textordmasculine commands.  Be sure to read the documentation for
inputenc (``texdoc inputenc'').

(Note that many of the encoding definition files simply define
\textdegree as I did in my first example, then use
\DeclareInputText to associate the LaTeX command with the
particular character.)

BTW, a search on Google for ``LaTeX degree'' would have given you
pretty much the same answers I've given you here.

   CMC

+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
 Behind the counter a boy with a shaven head stared vacantly into space, 
 a dozen spikes of microsoft protruding from the socket behind his ear.
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
   C.M. Connelly               cmc@debian.org                   SHC, DS
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 



Reply to: