General ⇒ gtamac fonts don't work
gtamac fonts don't work
I just installed MacTeX-2008 (and fondu), but I can't seem to get the gtamac fonts to work.
\documentclass[]{article}
\usepackage{texnansi}
\usepackage{gtamacbaskerville}
\begin{document}
Test
\end{document}
gives
This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
\write18 enabled.
%&-line parsing enabled.
entering extended mode
(./Test3.tex
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german-x-2008-06-18, ngerman-x-2008-06-18, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, la
tin, mongolian, mongolian2a, bokmal, nynorsk, polish, portuguese, romanian, rus
sian, sanskrit, serbian, slovak, slovenian, spanish, swedish, turkish, ukenglis
h, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2008/texmf-dist/tex/latex/ly1/texnansi.sty
(/usr/local/texlive/2008/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2008/texmf-dist/tex/latex/ly1/ly1enc.def)
(/usr/local/texlive/2008/texmf-dist/tex/latex/ly1/ly1ptm.fd)))
! LaTeX Error: File `gtamacbaskerville.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
(./Test3.aux)
LaTeX Font Warning: Font shape `LY1/cmr/m/n' undefined
(Font) using `LY1/ptm/m/n' instead on input line 6.
[1{/usr/local/texlive/2008/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./Test3.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
){/usr/local/texlive/2008/texmf-dist/fonts/enc/dvips/base/texnansi.enc}</usr/l
ocal/texlive/2008/texmf-dist/fonts/type1/urw/times/utmr8a.pfb>
Output written on Test3.pdf (1 page, 8163 bytes).
Transcript written on Test3.log.
Can anyone help me out? I don't know much about the mechanics of LaTeX, but I believe this is actually supposed to work immediately.
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
gtamac fonts don't work
[1] Nabble - TeX i-Package updated, Easy Mac font support for PDFTeX
[2] Fonts - MacTeX - TeX Users Group
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: gtamac fonts don't work
> 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's no mention of having to install the .sty packages yourself. Searching the web and CTAN does not yield any results for gtamacbaskerville.sty, or any of the above. Do you have these .sty files anywhere on your computer? If so, where? Maybe I have them, but need to move them to another directory?