summaryrefslogtreecommitdiff
path: root/fonts/chess/skaknew/install.vtex
blob: d84d49b0c47791f3de2a85032694995ba2e6869f (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Installing the files
---------------------
Copy the files into the following directories; the paths are
appropriate for all TDS-compliant TeX systems auch as teTeX,
fpTeX, MikTeX or VTeX/Free:

*.pfb        ->  texmf/fonts/type1/public/skaknew
*.afm        ->  texmf/fonts/afm/public/skaknew
*.tfm        ->  texmf/fonts/tfm/public/skaknew
SkakNew.map  ->  texmf/dvips/config
SkakNew.ali  ->  texmf/fonts/map/vtex


|  The file SkakNew.ali is only required for VTeX;
|  SkakNew.map is only required with systems other than
|  VTeX.

Certain TeX systems require manually updating of a "filename
database" after adding of new files.  Please, consult the
documentation of your TeX system!



Configuring your TeX system
---------------------------
The required actions depend on the particular TeX system.
Particular instructions provided for

          * teTeX 2.0 and later,
          * VTeX/Free 8.x and later.

In case you have a different TeX system, consult its
documentation how to make it use the additional font map
file named "SkakNew.map", which resides in the directory
texmf/dvips/config/.


Configuring teTeX:
Use the shell script "updmap" to add the font map file named
"SkakNew.map" to the configuration.  See the documentation
of your particular teTeX version how to use the script.
With teTeX 2.0 and above, execute the following commands:

  texhash
  updmap --enable Map SkakNew.map


Configuring VTeX/Free:
Make VTeX read the additional font map ("aliasing") file
SkakNew.ali.  This is usually accomplished by putting a
record for this file into each of the configuration files

  texmf/vtex/config/pdf.fm
and
  texmf/vtex/config/ps.fm

The name "SkakNew.ali" is to be added to the TYPE1 section
of the above-mentioned files:

TYPE1 {
  ...
  SkakNew.ali
  }