How to install the Futura font in TeX Live 2010 in Linux(Ubuntu 10.10)?
|
Expanding on rvf0068's answer, first get pfu.zip from CTAN and unzip it inside You then need the font files. You may have these from Adobe or from Linotype, and the instructions are slightly different. For fonts from Adobe, copy the
Copy the On the other hand, for fonts from Linotype copy the
Copy the In both cases, you almost certainly will not have the full folder structure inside You then need to run
or for the Linotype ones:
(This is done at the Terminal.) |
|||||
|
|
See http://www.ctan.org/tex-archive/fonts/metrics/w-a-schmidt/. Futura is pfu. From pfu.txt in that directory: "This bundle includes all files required to use the "Adobe Futura" Type1 fonts with LaTeX on the Un*x or PC platform." |
|||||||||||||
|
homefolder name it.fonts(a DOT before the fonts), then copy your fonts to it then open a terminal and typefc-cache. Now you have access to those font in any program and TeXLive. – hassan_noori Feb 15 '11 at 6:37\usepackage[T1]{fontenc} \usepackage{tgadventor}– Mica Feb 16 '11 at 17:52