summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/fetamont/README
blob: 9d6d1b774a3dc5bc45df18a6ac63e8c378181320 (plain)
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
DESCRIPTION:
The Logo typeface, which is known from logos like METAFONT, METAPOST or 
METATYPE1 used to be very limited in the number of glyphs. The Fetamont 
typeface extends the Logo fonts to complete the T1 encoding. The designs
of the glyphs A, E, F, M, N, O, P, S, T are based on the METAFONT 
constructions by D. E. Knuth. The glyphs Y and 1 imitate the shapes of 
the corresponding glyphs in the METATYPE1 logo that is due to the 
METATYPE1 team (Boguslaw Jackowski, Janusz M. Nowacki and Piotr 
Strzelczyk). There exists a LaTeX package for the Fetamont typeface. 
Both the package and the typeface are distributed under the terms of the 
LaTeX Project Public License (LPPL).

Copyright (c) 2014 Linus Romer

INSTALLATION:
The installation process will depend on your LaTeX distribution. Your
distribution will probably provide an installation package that can
easily be installed by a package manager.

The main steps for a manual installation will be similar to the 
following:

1. Run LaTeX on fetamont.ins:
    latex fetamont.ins
   This will produce the files fetamont.map, T1ffm.fd, T1ffmw.fd and 
   fetamont.sty.
2. Determine your local texmf tree:
    kpsexpand '$TEXMFLOCAL'
   In the following, we assume that /usr/local/share/texmf is your 
   local texmf tree.
3. Copy the files into your local texmf tree:
    cp dist/tfm/* /usr/local/share/texmf/fonts/tfm/public/fetamont
    cp dist/afm/* /usr/local/share/texmf/fonts/afm/public/fetamont
    cp dist/type1/* /usr/local/share/texmf/fonts/type1/public/fetamont
    cp dist/opentype/* /usr/local/share/texmf/fonts/opentype/public/fetamont
    cp fetamont.sty T1ffm.fd T1ffmw.fd /usr/local/share/texmf/tex/latex/fetamont
    cp fetamont.map /usr/local/share/texmf/fonts/map/dvips/fetamont
4. Add the line "Map fetamont.map" to your updmap.cfg and refresh
   the LaTeX database:
    mktexlsr
    updmap-sys --enable Map fetamont.map
    update-updmap
    updmap-sys
5. (Optional) Running pdfLaTeX on fetamont.dtx should now produce the 
   package documentation in pdf format:
    pdflatex fetamont.dtx
    cp fetamont.pdf /usr/local/share/texmf/doc/fonts/fetamont
    cp fetamont-typeface.pdf /usr/local/share/texmf/doc/fonts/fetamont