From MacOSX-TeX@email.esm.psu.edu Sat Aug 13 20:00:30 2005
Return-path: 
Received: from mac.com (smtpin23-en2 [10.13.11.59])
 by ms83.mac.com (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005))
 with ESMTP id <0IL600KP7QOU33@ms83.mac.com>; Sat,
 13 Aug 2005 17:00:30 -0700 (PDT)
Received: from ENGRMAIL2.engr.psu.edu
 (engrexnode2.cedcc.psu.edu [130.203.201.22])
	by mac.com (Xserve/smtpin23/MantshX 4.0) with ESMTP id j7E00QTw017982; Sat,
 13 Aug 2005 17:00:27 -0700 (PDT)
Received: from engremail2.engr.psu.edu ([130.203.201.116])
 by ENGRMAIL2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713); Sat,
 13 Aug 2005 20:00:02 -0400
Received: from email.esm.psu.edu ([130.203.247.204]) by engremail2.engr.psu.edu
 with Microsoft SMTPSVC(5.0.2195.6713); Sat, 13 Aug 2005 19:59:57 -0400
Date: Sat, 13 Aug 2005 20:00:13 -0400
From: TeX on Mac OS X Mailing List 
Subject: MacOSX-TeX Digest #1463 - 08/13/05
Sender: MacOSX-TeX@email.esm.psu.edu
To: TeX on Mac OS X Mailing List 
Message-id: <8013.61039@email.esm.psu.edu>
MIME-version: 1.0
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable
Precedence: List
X-LR-SENT-TO: mail.engr.psu.edu
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
List-Software: LetterRip Pro 4.05 (0531) by LetterRip Software, LLC.
X-OriginalArrivalTime: 13 Aug 2005 23:59:57.0133 (UTC)
 FILETIME=[1B5EC7D0:01C5A063]

MacOSX-TeX Digest #1463 - Saturday, August 13, 2005

  Unicode&XeLaTeX
          by 

  Re: [OS X TeX] Unicode&XeLaTeX
          by "Bernhard Barkow" 

  Re: [OS X TeX] Unicode&XeLaTeX
          by "Bruno Voisin" 

  Re: [OS X TeX] Unicode&XeLaTeX
          by "Bruno Voisin" 

  Re: [OS X TeX] Fourier as TrueType?
          by "Michael S. Hanson" 


----------------------------------------------------------------------

Subject: Unicode&XeLaTeX
From: 
Date: Sat, 13 Aug 2005 17:20:52 +0200 (CEST)

 Hello all,

 thanks to the many people who answered my mail about a week ago. But I s=
till
can't solve my basic problem; if I compile the following file with XeLaTe=
X,

\documentclass{article}
\begin{document}
 This is the greek letter =B5. (yes, this is $\mu$).
\end{document}

 the first "mu" does not appear on the PDF file. But XeLaTeX should know
Unicode,
my Mac keyboard uses Unicode, so why doesn't it work ?

                                                                         =
                           Ewan




----------------------------------------------------------------------

Subject: Re: [OS X TeX] Unicode&XeLaTeX
From: "Bernhard Barkow" 
Date: Sat, 13 Aug 2005 17:44:09 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 13.08.2005, at 17:20, delanoy@math.univ-lyon1.fr wrote:
>  Hello all,
>
>  thanks to the many people who answered my mail about a week ago. =20
> But I still
> can't solve my basic problem; if I compile the following file with =20
> XeLaTeX,
>
> \documentclass{article}
> \begin{document}
>  This is the greek letter =B5. (yes, this is $\mu$).
> \end{document}
>
>  the first "mu" does not appear on the PDF file. But XeLaTeX should =20=

> know
> Unicode,
> my Mac keyboard uses Unicode, so why doesn't it work ?

Is the file saved as UTF-8 unicode? For example, when using TeXShop, =20
you have to set this in the preferences (Encoding =3D UTF-8 Unicode).

HTH,
BB


____________________________________________________
_________________________________ Bernhard Barkow __
__                                                __
__ mail bb@creativeeyes.at __ www.creativeeyes.at __
__ Phone  +43 699 12660415 __ Fax   +43 1 8775334 __
___________________ gpg key ID _ A89F09C45921020D __


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFC/hVMqJ8JxFkhAg0RAh49AKCJO8i8/OBV24qA3248jmMQQYqDKgCeO6Ug
AgENZAzz2KRLPipkpG8El/k=3D
=3Dr5jr
-----END PGP SIGNATURE-----

----------------------------------------------------------------------

Subject: Re: [OS X TeX] Unicode&XeLaTeX
From: "Bruno Voisin" 
Date: Sat, 13 Aug 2005 17:56:47 +0200

Le 13 ao=FBt 05 =E0 17:20, delanoy@math.univ-lyon1.fr a =E9crit :

>  thanks to the many people who answered my mail about a week ago. =20
> But I still
> can't solve my basic problem; if I compile the following file with =20
> XeLaTeX,
>
> \documentclass{article}
> \begin{document}
>  This is the greek letter =B5. (yes, this is $\mu$).
> \end{document}
>
>  the first "mu" does not appear on the PDF file. But XeLaTeX should =20=

> know
> Unicode,
> my Mac keyboard uses Unicode, so why doesn't it work ?

You have to specify a font that includes the letter =B5, at the =20
appropriate Unicode slot. This isn't the case of the default TeX =20
fonts (i.e. the Computer Modern fonts). You need to use an AAT (the =20
OS X font technology) font instead, or an OpenType font. For example, =20=

Hoefler Text.

Try downloading the xunicode and fontspec packages from:




Then install them inside ~/Library/texmf/tex/xelatex/, and compile =20
the following (the first two lines are for TeXShop, in case you're =20
using it):

     %!TEX TS-program =3D xelatex
     %!TEX encoding =3D UTF-8 Unicode
     \documentclass{article}
     \usepackage{xunicode,fontspec}
     \setromanfont[Mapping=3Dtex-tex]{Hoefler Text}
     \begin{document}
      This is the greek letter =B5. (yes, this is $\mu$).
     \end{document}

Works here (you'll notice the difference between the two =B5's, the one =20=

from Hoefler Text and the other from Computer Modern.

Bruno Voisin




----------------------------------------------------------------------

Subject: Re: [OS X TeX] Unicode&XeLaTeX
From: "Bruno Voisin" 
Date: Sat, 13 Aug 2005 17:59:50 +0200

Le 13 ao=FBt 05 =E0 17:56, Bruno Voisin a =E9crit :

>     \setromanfont[Mapping=3Dtex-tex]{Hoefler Text}

Mapping should be tex-text, not tex-tex. Sorry.

Bruno Voisin=

----------------------------------------------------------------------

Subject: Re: [OS X TeX] Fourier as TrueType?
From: "Michael S. Hanson" 
Date: Sat, 13 Aug 2005 16:28:10 -0400

On Aug 12, 2005, at 6:39 AM, Michel Bovani wrote:

>> Le 11 ao=FBt 05 =E0 21:08, Michel Bovani a =E9crit :
>>
>>> All the stuff is here
>>>
>>> ftp://ftp.gutenberg.eu.org/pub/gut/distribs/fourier/fourier-mac- =20
>>> v15-12-02-2005.sit
>>>
>> Thanks for making this available. Given these are FFIL screen =20
>> font  files and LWFN printer font files, I imagine they have to =20
>> be  installed in the Classic font folder, right?
>
> AFAIK lwfn are supported by mac osX. I put all in ~/Library/Fonts =20
> and it just work...

     Thanks for these fonts -- very helpful!  One question:  is there =20=

any reason not to place them in /Library/Fonts rather than ~/Library/=20
Fonts?  Thanks again.

                                         -- Mike



----------------------------------------------------------------------
End of MacOSX-TeX Digest

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: