Open main menu

Changes

1,791 bytes added ,  01:30, 1 April 2005
Are you having font problems when you try to make a My Way on a Mac? Here's a fix.
Thanks Patrick!
 
== Are you having font problems when you try to make a My Way on a Mac? Here's a fix. ==
 
 
[by prmartin@unimelb.edu.au <Paul R Martin>]
 
I encountered problems of the "font not found" kind when I tried to make a My Way document on Mac OSX 10.3 with the standard TeTex installation. Following suggestion from the ntg-context mailing list members I modified the context module [mag-01] at follows:
 
1) open a Terminal window
2) locate the file s-mag01.tex. Here's how I did it: the location wasn't exactly where I was told it should be, but the solution worked, so I'm happy.
[nvri-hayden:~] paulm% locate s-mag-01.tex
/usr/local/teTeX/share/texmf.tetex/tex/context/base/s-mag-01.tex
 
3) edit the file by inserting the line:
 
\usetypescript[adobekb][\defaultencoding]
 
just before the lines:
 
\usetypescript
[palatino][\defaultencoding]
 
4) save the file and recompile the My Way document.
 
Thanks to Thomas A.Schmitz for the solution and to Otared Kavian and Hans Hagen for additional comments.
Below are some the comments from them which may be of use: If I discover what they mean and it seems useful I'll write a My Way to explain it all.
 
PRM
 
--------Additional comments:
From: Hans Hagen <pragma@wxs.nl>
> Thomas A.Schmitz wrote:
> 3. Just before them, insert this line:
> \usetypescript[adobekb][\defaultencoding]
that should go in your local cont-sys.tex file; alternatively say
\usetypescript[berry][\defaultencoding]
 
From: Otared Kavian <otared@wanadoo.fr>
In my experience, I had to say:
\usetypescript [adobekb][\defaultencoding]
\setupbodyfont[pos]
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino,10pt]
 
in order to have any success in typesetting that file (under Mac OS X
10.3.8 and Gerben Wierda's TeX).
-------------------------
Anonymous user