Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(5.0.2195.5329); Fri, 18 Jul 2003 10:40:14 +0200 Received: by mail.proteosys.com (8.12.9/8.12.2) with ESMTP id h6I8e2cH003234 for ; Fri, 18 Jul 2003 10:40:12 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.27]) by relay.uni-heidelberg.de (8.12.9/8.12.9) with ESMTP id h6I8Ydmp007603; Fri, 18 Jul 2003 10:34:39 +0200 (MET DST) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C34D08.34F42B00" Received: from listserv (listserv.uni-heidelberg.de [129.206.100.27]) by listserv.uni-heidelberg.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h6HM0DTv008378; Fri, 18 Jul 2003 10:34:08 +0200 Received: from LISTSERV.UNI-HEIDELBERG.DE by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8d) with spool id 0484 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 18 Jul 2003 10:34:08 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h6I8Y8M9013234 for ; Fri, 18 Jul 2003 10:34:08 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by relay.uni-heidelberg.de (8.12.9/8.12.9) with ESMTP id h6I8YYmp007579 for ; Fri, 18 Jul 2003 10:34:35 +0200 (MET DST) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19dQhG-0002uT-00 for LATEX-L@listserv.uni-heidelberg.de; Fri, 18 Jul 2003 10:34:34 +0200 Received: from [80.129.11.213] (helo=istrati.mittelbach-online.de) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 19dQhF-0003AQ-00 for LATEX-L@listserv.uni-heidelberg.de; Fri, 18 Jul 2003 10:34:34 +0200 Received: (from frank@localhost) by istrati.mittelbach-online.de (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id h6I8UMP01880; Fri, 18 Jul 2003 10:30:22 +0200 In-Reply-To: References: <20030710081528.A12401@diabolo.informatik.rwth-aachen.de> <16150.26432.179873.408825@pussy.npc.de> <200307171952.38152.tim@birdsnest.maths.tcd.ie> Return-Path: X-Mailer: VM 6.96 under Emacs 20.7.1 X-OriginalArrivalTime: 18 Jul 2003 08:40:23.0618 (UTC) FILETIME=[3AAFC220:01C34D08] X-Authentication-Warning: istrati.mittelbach-online.de: frank set sender to frank@mittelbach-online.de using -f X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) X-Spam-Score: -29.9 () EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_VM,X_AUTH_WARNING Content-class: urn:content-classes:message Subject: Re: XML, UTF-8 and TeX engines Date: Fri, 18 Jul 2003 09:30:22 +0100 Message-ID: A<16151.45086.191107.970370@istrati.mittelbach-online.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: XML, UTF-8 and TeX engines Thread-Index: AcNNCDrLAPiAptZNQZOVHqoPlWWQxg== From: "Frank Mittelbach" To: Reply-To: "Mailing list for the LaTeX3 project" Status: R X-Status: X-Keywords: X-UID: 4703 This is a multi-part message in MIME format. ------_=_NextPart_001_01C34D08.34F42B00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Torsten Bronger writes: > it's full of "\ifmmode ... \else ... \fi" constructs. So I must be > aware of the current mode for *most* characters. One line says > e.g.: > > 0x107 cacute "\ifmmode \acute{c}\else \'{c}\fi{}" > > My dream is to just insert the UTF-8 sequence of 0x107 and it > works. have a look at http://www.latex-project.org/code/experimental/inpmath.zip then, to make your dream come through :-) (perhaps you may want to work on filling the tables as that is not done = yet) > Of course, the "cacute" doesn't make sense in math mode, and it is not that, it is that TeX has different font models in text and = math and is not unicode aware. in fact even the above code is not working in TeX = but needs "eTeX" frank ------_=_NextPart_001_01C34D08.34F42B00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Re: XML, UTF-8 and TeX engines

Torsten Bronger writes:

 > it's full of "\ifmmode ... \else ... = \fi" constructs.  So I must be
 > aware of the current mode for *most* = characters.  One line says
 > e.g.:
 >
 > 0x107   = cacute           &= nbsp;       "\ifmmode \acute{c}\else = \'{c}\fi{}"
 >
 > My dream is to just insert the UTF-8 = sequence of 0x107 and it
 > works.

have a look at

  http:= //www.latex-project.org/code/experimental/inpmath.zip

then,  to make your dream come through  = :-)

(perhaps you may want to work on filling the tables as = that is not done yet)


 > Of course, the "cacute" doesn't = make sense in math mode, and

it is not that, it is that TeX has different font = models in text and math and
is not unicode aware. in fact even the above code is = not working in TeX but
needs "eTeX"


frank

------_=_NextPart_001_01C34D08.34F42B00--