summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/fetamont/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fetamont/README')
-rw-r--r--Master/texmf-dist/doc/fonts/fetamont/README48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/fetamont/README b/Master/texmf-dist/doc/fonts/fetamont/README
new file mode 100644
index 00000000000..9d6d1b774a3
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fetamont/README
@@ -0,0 +1,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