Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I can't seem to get the Garamond font to work. I tried the .zip file from here to no avail. No error messages. I extracted its contents to a folder called 'package' which is in the same folder as my tex file.

I'm trying the following commands:

\usepackage[t1]{fontenc}
\usepackage{lmodern}
\usepackage{garamond}
...
\fontfamily{ugm}\selectfont
...

The \fontfamily{ppl} works for palantino though :S

Any suggestions would be greatly appreciated.

share|improve this question
1  
There are at least two garamond.sty files out there (ctan.org/search/…). Can you link to exactly what you downloaded? – Joseph Wright Aug 15 '12 at 10:57
Sorry - I got confused with a previous attempt via CTAN - I'm am currently trying the approach given here: gael-varoquaux.info/computers/garamond/index.html – Rowell Aug 15 '12 at 11:01
This is actually driving me mad trying to get this font working. – Rowell Aug 15 '12 at 12:03
3  
The package uses ggm as family name not ugm. Beside this: you should make an effort to write better questions. Don't sent code snippets but small complete examples. Say how you compile. Say what doesn't work (did you computer explode or what is the problem?). And show the log-file. – Ulrike Fischer Aug 15 '12 at 13:29

closed as too localized by lockstep, Stefan Kottwitz Oct 7 '12 at 12:40

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.