Generalgtamac fonts don't work

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Sgietus
Posts: 4
Joined: Fri Oct 31, 2008 1:46 pm

gtamac fonts don't work

Post by Sgietus »

Hi,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

gtamac fonts don't work

Post by localghost »

The gtamacbaskerville package is simply not installed. Since I am not familiar with fonts on a Mac, refer to some other sources [1,2]. These may help you with this issue.

[1] Nabble - TeX i-Package updated, Easy Mac font support for PDFTeX
[2] Fonts - MacTeX - TeX Users Group


Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Sgietus
Posts: 4
Joined: Fri Oct 31, 2008 1:46 pm

Re: gtamac fonts don't work

Post by Sgietus »

Thanks, but I'm afraid the links don't really help. As Gerben wrote:

> 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?
Post Reply