blob: e8426784f8f681bf741d0e15372b47d27e3925f9 (
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
|
Herbert Bayers Universal Font For Metafont
This is a distribution of my implementation of the universal font
by Herbert Bayer of the bauhaus school for METAFONT. It is supported
in LaTeX with a package and font definition file.
The distribution file are:
README this file.
universal.dtx documentation and source file
universal.ins bacth file for docstrip
forms.eps PostScribt filefor the documenation
front.ps color front page for documentation
To install this font, do in a temporary directory:
1)
latex universal.ins
2)
move the files
universal.sty
ot1universal.fd
to some diretory seached by LaTeX, e.g. in teTeX:
/usr/lib/texmf/local/tex/latex/bayer/, or %TEXINPUTS%
in DOS.
3)
move the file *.mf to a directory searched by
METAFONT, e.g. in teTeX:
/usr/lib/texmf/local/fonts/sources/bayer/, or
%MFINPUTS% in DOS.
4)
do
latex universal.dtx
latex universal.dtx
makeindex -s gind -o universal.ind universal.idx
makeindex -s gglo -o universal.gls universal.glo
latex universal.dtx
to produce the documentation.
This implemantation is copyright of Christian Holm, but is distributed
under the GNU General Public Lisence.
Happy typesetting :-)
Christian Holm
|