From MacOSX-TeX@email.esm.psu.edu Tue Oct 15 20:09:01 2002
Received: from engrmail2.engr.psu.edu ([130.203.201.8]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Tue, 15 Oct 2002 19:59:59 -0400
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Tue, 15 Oct 2002 19:59:59 -0400
Date: Tue, 15 Oct 2002 20:00:01 -0400
Subject: MacOSX-TeX Digest #455 - 10/15/02
From: "TeX on Mac OS X Mailing List" 
To: "TeX on Mac OS X Mailing List" 
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable
Sender: 
Precedence: Bulk
List-Software: LetterRip Pro 3.0.7 by Fog City Software, Inc.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
Return-Path: MacOSX-TeX@email.esm.psu.edu
Message-ID: 
X-OriginalArrivalTime: 15 Oct 2002 23:59:59.0486 (UTC) FILETIME=[F80E11E0:01C274A6]

MacOSX-TeX Digest #455 - Tuesday, October 15, 2002

  Re: [OS X TeX] Unicode and TexShop, iTexMac
          by "J=E9r=F4me Laurens" 
  Re: [OS X TeX] Unicode and TexShop, iTexMac (errata)
          by "J=E9r=F4me Laurens" 
  Re: TexShop & Textures
          by "Lawrence C Paulson" 
  Re: [OS X TeX] Re: TexShop & Textures
          by "Roel Wuyts" 
  Re: [OS X TeX] Re: TexShop & Textures
          by "Michael Murray" 
  Re: [OS X TeX] TeXShop won't open .ps in jaguar
          by "Lee Phillips" 
  Installing new TrueType fonts
          by "Matthias Zenger" 
  Re: [OS X TeX] Installing new TrueType fonts
          by "William Adams" 
  Re: [OS X TeX] Installing new TrueType fonts
          by "Georgios Pyrgiotakis" 
  Re: [OS X TeX] Re: TexShop & Textures
          by "Themis Matsoukas" 
  Re: [OS X TeX] Installing new TrueType fonts
          by "Matthias Zenger" 
  Re: [OS X TeX] Re: TexShop & Textures
          by "Gerben Wierda" 


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

Subject: Re: [OS X TeX] Unicode and TexShop, iTexMac
From: "J=E9r=F4me Laurens" 
Date: Tue, 15 Oct 2002 09:22:18 +0200


Le lundi, 14 oct 2002, =C3=A0 15:06 Europe/Zurich, Cyril Niklaus a =
=C3=A9crit :

>
> On Monday, October 14, 2002, at 05:07 PM, J=C3=A9r=C3=B4me Laurens =
wrote:
>> Please notice that iTeXMac provides support for UTF-8, and all other=20=

>> encodings in Mac OS X: there is help available, I hope
> Glad to discover that, and thanks for the plist. Now on to the=20
> nitpicking:
> with document:
> \documentclass[11pt]{article}
> \usepackage{ucs}
> \usepackage[utf8]{inputenc}
> \begin{document}
> Avad\=3D{a}na \\
> Avad=C4=81na
> \end{document}
>
> I've added the plist, and opened my test file, changed the string=20
> encoding to utf-8, typed a few letters with the extended unicode=20
> keyboard, saved, compiled: all perfect: displays fine both in the=20
> editor and in the preview.
> Close the document, reopen it: first problem: the letters are not what=20=

> they should be:
> ie the "a macron" is now a "=C6=92=C3=85", and the string encoding =
claims it's=20
> western-mac. If I compile,  things are balmy though. If I change the=20=

> encoding back to utf-8, compilation coughs on : "
> ! Package ucs Error: Unknown Unicode character 402 =3D U+0192,
> (ucs)                possibly declared in uni-1.def.
> (ucs)                Type H to see if it is available with options.
>
> See the ucs package documentation for explanation.
> Type  H   for immediate help.
>  ...
>
> l.6 Avad^^c6^^92
>                  ^^c3^^85na
> ? h
> Unicode character 402 =3D U+0192:
> LATIN SMALL LETTER F WITH HOOK
> LATIN SMALL LETTER SCRIPT F
> Character is not defined in uni-*.def files.
> Enter I! to define the glyph.
> "
>
> If I erase the =C6=92=C3=85 and replace it with the "a macron", things =
again are=20
> fine.
> Am I right in guessing that the editor does not pay attention to the=20=

> string encoding when opening files, and thus messes them up (at least=20=

> visually, since they still compile correctly?), and when restating the=20=

> unicode nature of the text, the messed-up diacritics get in the way.
> It's bugging me, as the point of using unicode was (to me) to get a=20
> more visually readable text in the first palce, so if my diacritics=20
> TeX-style are to be replaced by other, less readeable characters...
>
> De toute mani=C3=A8re, merci pour un programme bien pratique,
> Cyril
>
You are right. There is no way for an editor to guess what is the=20
encoding used, except when explictely explain inside the file itself.

iTeXMac has a preferred string encoding. If you it to read a file with=20=

a different encoding, just add the line

%!iTeXMac(encoding): UTF-8

in the very beginning of your source file.

However, the first time you save the file, you MUST set the actual=20
string encoding.


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

Subject: Re: [OS X TeX] Unicode and TexShop, iTexMac (errata)
From: "J=E9r=F4me Laurens" 
Date: Tue, 15 Oct 2002 09:34:13 +0200


--Apple-Mail-2-525478953
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=3DWINDOWS-1252;
	format=3Dflowed


Le mardi, 15 oct 2002, =3DE0 09:22 Europe/Zurich, J=3DE9r=3DF4me Laurens a =
=3D
=3DE9crit :

>>



>> If I erase the =3D83=3DC5 and replace it with the "a macron", things =
=3D
again=3D20
>> are fine.
>> Am I right in guessing that the editor does not pay attention to =
the=3D20=3D

>> string encoding when opening files, and thus messes them up (at =
least=3D20=3D

>> visually, since they still compile correctly?), and when restating=3D20
>> the unicode nature of the text, the messed-up diacritics get in =
the=3D20=3D

>> way.
>> It's bugging me, as the point of using unicode was (to me) to get =
a=3D20=3D

>> more visually readable text in the first palce, so if my =
diacritics=3D20=3D

>> TeX-style are to be replaced by other, less readeable characters...
>>
>> De toute mani=3DE8re, merci pour un programme bien pratique,
>> Cyril
>>
> You are right. There is no way for an editor to guess what is the=3D20
> encoding used, except when explictely explain inside the file itself.
>
> iTeXMac has a preferred string encoding. If you it to read a file =
with=3D20=3D

> a different encoding, just add the line
>
> %!iTeXMac(encoding): UTF-8
>
> in the very beginning of your source file.
>
> However, the first time you save the file, you MUST set the actual=3D20
> string encoding.
>

sorry:

> %!iTeXMac(charset): UTF-8

if you opened a file and characters seem weird you probably used a=3D20
wrong string encoding, use the menu "Format:String Encoding:Revert=3D20
with" to reread it witha different string encoding=3D

--Apple-Mail-2-525478953
Content-Transfer-Encoding: quoted-printable
Content-Type: text/enriched;
	charset=3DWINDOWS-1252



Le mardi, 15 oct 2002, =3DE0 09:22 Europe/Zurich, J=3DE9r=3DF4me Laurens a =
=3D
=3DE9crit :








If I erase the =3D83=3DC5 and replace it with the "a
macron", things again are fine.

Am I right in guessing that the editor does not pay attention to the
string encoding when opening files, and thus messes them up (at least
visually, since they still compile correctly?), and when restating the
unicode nature of the text, the messed-up diacritics get in the way.

It's bugging me, as the point of using unicode was (to me) to get a
more visually readable text in the first palce, so if my diacritics
TeX-style are to be replaced by other, less readeable characters...


De toute mani=3DE8re, merci pour un programme bien pratique,

Cyril


You are right. There is no way for an editor to guess what
is the encoding used, except when explictely explain inside the file
itself.


iTeXMac has a preferred string encoding. If you it to read a file with
a different encoding, just add the line


%!iTeXMac(encoding): UTF-8


in the very beginning of your source file.


However, the first time you save the file, you MUST set the actual
string encoding.




sorry:=3D20


%!iTeXMac(FFFF,0000,0000charset):
UTF-8



if you opened a file and characters seem weird you probably used a
wrong string encoding, use the menu "Format:String Encoding:Revert
with" to reread it witha different string encoding=3D

--Apple-Mail-2-525478953--


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

Subject: Re: TexShop & Textures
From: "Lawrence C Paulson" 
Date: Tue, 15 Oct 2002 09:47:08 +0100

Both TexShop and Textures have strong plus and minus points.  TexShop is 
free, is compatible with other Unix-based TeX systems, and gives PDF 
output directly.  For simple TeX/LaTeX jobs it should be fine.  Textures 
is better if you need synchronicity (the output-to-source mapping), use 
non-standard fonts like Mathtime, or can't cope with having to replicate 
parts of the TeTeX tree just to store your macro and bibtex files. 
Personally I can't wait for the MacOS X version of Textures, but even in 
Classic it works perfectly.

Larry Paulson


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

Subject: Re: [OS X TeX] Re: TexShop & Textures
From: "Roel Wuyts" 
Date: Tue, 15 Oct 2002 12:45:28 +0200

What do you mean exactly by 'replicating parts of the TeTeX tree just 
to store your macro and bibtex files' ? I make symbolic links to these 
that point to a common bib-file that I use, but maybe I misunderstood 
your remark. Since it sounds dreadful I am wondering what I am missing.

On Tuesday, October 15, 2002, at 10:47 AM, Lawrence C Paulson wrote:

> Both TexShop and Textures have strong plus and minus points.  TexShop 
> is free, is compatible with other Unix-based TeX systems, and gives 
> PDF output directly.  For simple TeX/LaTeX jobs it should be fine.  
> Textures is better if you need synchronicity (the output-to-source 
> mapping), use non-standard fonts like Mathtime, or can't cope with 
> having to replicate parts of the TeTeX tree just to store your macro 
> and bibtex files. Personally I can't wait for the MacOS X version of 
> Textures, but even in Classic it works perfectly.
>
> Larry Paulson
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> Threaded list archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
Roel Wuyts                                                   Software 
Composition Group
roel.wuyts@iam.unibe.ch                       University of Bern, 
Switzerland
http://www.iam.unibe.ch/~wuyts/
Board Member of the European Smalltalk User Group: www.esug.org


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

Subject: Re: [OS X TeX] Re: TexShop & Textures
From: "Michael Murray" 
Date: Tue, 15 Oct 2002 20:42:46 +0930

>What do you mean exactly by 'replicating parts of the TeTeX tree 
>just to store your macro and bibtex files' ? I make symbolic links 
>to these that point to a common bib-file that I use, but maybe I 
>misunderstood your remark. Since it sounds dreadful I am wondering 
>what I am missing.
>


Have a look at

http://www.rna.nl/tex.html#not%20found



Michael

-- 
_________________________________________________________
Assoc/Prof Michael Murray                                                  =
 
School of Pure Mathematics         Fax: 61+ 8 8303 
3696                                      
University of Adelaide             Phone: 61+ 8 8303 4174       
Australia  5005      Email: mmurray@maths.adelaide.edu.au             
Home Page: http://www.maths.adelaide.edu.au/pure/mmurray
PGP public key:
http://www.maths.adelaide.edu.au/pure/mmurray/pgp.txt
University of Adelaide CRICOS # 00123M
________________________________________________________


    



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

Subject: Re: [OS X TeX] TeXShop won't open .ps in jaguar
From: "Lee Phillips" 
Date: Tue, 15 Oct 2002 10:15:58 -0400

On Fri, Oct 11, 2002 at 02:16:40PM -0400, tom keyes wrote:
> 
> Well, neither downloading a new copy of TeXShop nor calling ps2pdf13 in 
> /usr/local/bin/ps2pdf made any difference, and i don't have any spaces 
> in my filenames. console still gives only "MANPATH undefined variable". 
> same behavior on 2 machines....tom

I get this sometimes on one of the two machines I use with OS X, when 
using "man" or "path". I haven't figured out what's going on with this,
but try defining MANPATH to "" and see if that works.

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

Subject: Installing new TrueType fonts
From: "Matthias Zenger" 
Date: Tue, 15 Oct 2002 16:27:37 +0200

I am using Gerben Wierda's teTeX distribution and I would
like to add some additional TrueType fonts (in particular,
Courier New and Andale Mono). I would be very grateful
if someone who succeeded in doing this could point me to
some documentation/web-site etc. which explains this procedure.
Thanks for any help!

-- Matthias


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

Subject: Re: [OS X TeX] Installing new TrueType fonts
From: "William Adams" 
Date: Tue, 15 Oct 2002 10:38:57 -0400

1 - www.tug.org
2 - interesting URLs
3 - `` Using TrueType fonts with TeX (LaTeX) and pdfTeX (pdfLaTeX) by
Damir Rakityansky''
    http://www.radamir.com/tex/ttf-tex.htm

You should really read Karl Berry's FontName docs, and the FontInst
documentation though.

Or, the Google search:
http://www.google.com/search?hl=3Den&ie=3DISO-8859-1&q=3Dinstalling+new+tru=
etype+fonts+Mac+OS+X+Tex

Yields the following link (at the bottom of the first page at the moment)
http://www.it.ms.unimelb.edu.au/tex/help/faq/uktug-faq/texfaq_11.html
to the FAQ.

William

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

Subject: Re: [OS X TeX] Installing new TrueType fonts
From: "Georgios Pyrgiotakis" 
Date: Tue, 15 Oct 2002 11:17:25 -0400

Well what I do for using true type fonts (works with wolfram and kerkis 
fonts)...

1) Go to ~/Library/texmf/fonts/type1/ make a directory font_name/ in 
there as directed by the font distributor (i.e. for wolfram I made the 
wolfram/ directory) place in there the true type fonts.
Most of the times there are als afm tfm and vf fonts. Place them in the 
proper directory like you did with the type1 fonts.

2) Usually with the fonts it 's coming a file named *.map. Put this in 
the directory ~/Library/texmf/dvips/config/

3) Also if there are files named *.sty and *.fd place it in the 
~/Library/texmf/tex/latex/font_name/

4) At the end run the command texhash as a root and now you should be 
done...

If you want many users to use those fonts then you should go to 
/usr/local/teTeX/share/texmf/ and follow the same instructions again.

I hope to helped you...

Georgios Pyrgiotakis

On Tuesday, October 15, 2002, at 10:27 , Matthias Zenger wrote:

> I am using Gerben Wierda's teTeX distribution and I would
> like to add some additional TrueType fonts (in particular,
> Courier New and Andale Mono). I would be very grateful
> if someone who succeeded in doing this could point me to
> some documentation/web-site etc. which explains this procedure.
> Thanks for any help!
>
> -- Matthias
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> Threaded list archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


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

Subject: Re: [OS X TeX] Re: TexShop & Textures
From: "Themis Matsoukas" 
Date: Tue, 15 Oct 2002 13:15:54 -0400

Mathtime fonts that work in Textures can be converted to work in OS X. 
Synchronicity is the single most important feature that I miss in OS X 
tex.

Themis Matsoukas

On Tuesday, October 15, 2002, at 04:47 AM, Lawrence C Paulson wrote:

> Both TexShop and Textures have strong plus and minus points.  TexShop 
> is free, is compatible with other Unix-based TeX systems, and gives PDF 
> output directly.  For simple TeX/LaTeX jobs it should be fine.  
> Textures is better if you need synchronicity (the output-to-source 
> mapping), use non-standard fonts like Mathtime, or can't cope with 
> having to replicate parts of the TeTeX tree just to store your macro 
> and bibtex files. Personally I can't wait for the MacOS X version of 
> Textures, but even in Classic it works perfectly.
>
> Larry Paulson
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> Threaded list archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
>


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

Subject: Re: [OS X TeX] Installing new TrueType fonts
From: "Matthias Zenger" 
Date: Tue, 15 Oct 2002 19:42:02 +0200

Thanks William and Georgios.

With the help of the articles mentioned by William (in particular the 
one
from Damir Rakityansky), I was able to create .tfm, .vf, and .afm files
from my .ttf source file. I put them into the directories suggested by
Georgios. I couldn't put anything into the type1 directory, because I
simply have no type1 font. I couln't really figure out where to leave
the .ttf file and whether it is necessary to modify some files in the
global texmf tree so that mktexpk can find all the relevant files.

Thanks,
   Matthias

> Well what I do for using true type fonts (works with wolfram and 
> kerkis fonts)...
>
> 1) Go to ~/Library/texmf/fonts/type1/ make a directory font_name/ in 
> there as directed by the font distributor (i.e. for wolfram I made the 
> wolfram/ directory) place in there the true type fonts.
> Most of the times there are als afm tfm and vf fonts. Place them in 
> the proper directory like you did with the type1 fonts.
>
> 2) Usually with the fonts it 's coming a file named *.map. Put this in 
> the directory ~/Library/texmf/dvips/config/
>
> 3) Also if there are files named *.sty and *.fd place it in the 
> ~/Library/texmf/tex/latex/font_name/
>
> 4) At the end run the command texhash as a root and now you should be 
> done...
>
> If you want many users to use those fonts then you should go to 
> /usr/local/teTeX/share/texmf/ and follow the same instructions again.
>
> I hope to helped you...
>
> Georgios Pyrgiotakis


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

Subject: Re: [OS X TeX] Re: TexShop & Textures
From: "Gerben Wierda" 
Date: Tue, 15 Oct 2002 19:46:09 +0200

On Tuesday, Oct 15, 2002, at 13:12 Europe/Amsterdam, Michael Murray 
wrote:

>> What do you mean exactly by 'replicating parts of the TeTeX tree just 
>> to store your macro and bibtex files' ? I make symbolic links to 
>> these that point to a common bib-file that I use, but maybe I 
>> misunderstood your remark. Since it sounds dreadful I am wondering 
>> what I am missing.
>>
> Have a look at
>
> http://www.rna.nl/tex.html#not%20found

Given that people think it is too complicated, I have just updated this 
:-)

G


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

-----------------------------------------------------
Mac TeX info, resources, and news can be found at:

-----------------------------------------------------
List archives can be found at:

Threaded list archives can be found at:

-----------------------------------------------------
See message headers for list info.
-----------------------------------------------------