ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Gerben Wierda <Gerben.Wierda-ORJpgvefH5M@public.gmane.org>
Subject: TeX i-Package updated, Easy Mac font support for PDFTeX
Date: Tue, 6 Dec 2005 09:16:49 +0100	[thread overview]
Message-ID: <A7399AEF-E126-4291-88E6-15AF1FC93C35@rna.nl> (raw)

The TeX i-Package has been updated. It now contains support for  
several Mac fonts using the gtamacfonts package. Both LaTeX and  
ConTeXt are supported. Note: only PDFTeX (not TeX+dvips) is  
supported. PS trickery like font expansion and pstricks is not  
supported. This is all because of the formats of the fonts (truetype).

Apple ships the fonts packed in socalled "font suit cases". PDFTeX  
can only use the fonts unpacked. To unpack them a tool called fondu  
can be used. There is an i-Package for fondu. If fondu is installed  
*before* TeX is installed, the TeX i-Package will automatically  
unpack the Mac fonts in the right TeX directory. Note that  
distributing the Apple fonts (packed or unpacked) is a breach of  
copyright, hence I do not distribute the fonts and nor should you.

After installing fondu and TeX, you can us it like this:

To use these fonts with LaTeX, put e.g. the following in your file:

	\usepackage[T1]{fontenc}
	\usepackage{gtamachoefler}

Such a style file will make Hoefler Text the serif (roman) text font  
and Gill Sans the sans serif font. The following basic styles are  
available:
	gtamacbaskerville.sty
	gtamacdidot.sty
	gtamacgeorgia.sty
	gtamachoefler.sty

There are more. See the manual for details. For the same effect using  
ConTeXt, enter e.g.:

	\usetypescriptfile[type-gtamacfonts]
	\usetypescript[Hoefler][ec]
	\setupbodyfont[Hoefler,12pt]

Support for ConTeXt is better than support for LaTeX for the simple  
reason that ConTeXt is more powerful.

Example documents and a manual can be found in the texmf.gwtex/doc/ 
fonts/gtamacfonts subdirectory. To get the manual you can type  
"texdoc gtamacfonts" in a Terminal window. Also check out "texdoc  
GTAHoeflerSymbols" in a Terminal window.

G

PS. I expect to do one more update with this with some changes to the  
manual and such, but nothing fundamental.
------------------------- 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 Archive: http://tug.org/pipermail/macostex-archives/



                 reply	other threads:[~2005-12-06  8:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A7399AEF-E126-4291-88E6-15AF1FC93C35@rna.nl \
    --to=gerben.wierda-orjpgvefh5m@public.gmane.org \
    --cc=MacOSX-TeX-yNUTs0qEFpZ/1wmUHrjjoYdd74u8MsAO@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).