-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrutiger.txt
executable file
·72 lines (46 loc) · 1.92 KB
/
frutiger.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
####################################
# Frutiger Font Installation Notes #
####################################
Linux Installation Notes
========================
Usual location of texmf folder:
Linux: /usr/share/texmf
1/ Copy the file frutiger.tar.gz into the parent directory of your texmf
folder (probably /usr/share).
2/ Unzip the file.
3/ Edit the file texmf/dvips/config/config.ps with your favorite editor, e.g.
vi or ed.
4/ Change the line "% p +myfonts.map" to "p +frutiger.map".
5/ Execute "texhash"; under Windows use the MikTex configuration manager to
rebuild the font library.
6/ Test the new font by replacing the current sans serif font with the new
Frutiger font:
\renewcommand{\sfdefault}{pfr}
\sffamily{Test}
Then, "Test" should be in Frutiger font.
Windows Installation Notes
==========================
Usual location of texmf folder:
C:\texmf
1/ Copy the file frutiger.tar.gz into the parent directory of your texmf
folder (probably C:\).
2/ Unzip the file.
3/ Edit the file c:\texmf\miktex\config\updmap.cfg. (In case it
does not yet exist, create it as a new file.) Add the line
Map frutiger.map
and save the file; then execute the following commands
in a command line window ("DOS shell"):
initexmf -u
updmap
For more help consider:
http://www.tug.org/tex-archive/nonfree/fonts/urw/garamond/README.garamond
Mac Installation Notes
======================
Installing the Frutiger Font under Mac should be similar to Linux. However, the
following installation notes have also proven to work for Mac OS X:
1/ Store frutiger.map in /usr/local/texlive/2007/texmf-dist/fonts/map/
(/Macintosh HD/Library/teTeX/texlive/2007/texmf-dist/fonts/map/)
2/ Excute the command: updmap --enable Map=frutiger.map
(sudo updmap-sys --enable Map=frutiger.map)
More information can be found here:
http://email.esm.psu.edu/pipermail/macosx-tex/2007-June/031062.html