summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fontinst/base/examples/basicex2.tex
blob: 74fe2a4df5afb89ef0a8a9de2038dcd8d6af9bf0 (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
%
% basicex2.tex
%
% fontinst command file for writing map file fragments for 
% the raw fonts used by the fonts made in basicex.tex.
%

\input finstmsc.sty

% At this point, you might want to change some settings
% to make the map file fragments written better adjusted
% to your particular system. Some common examples are:
% 
%   \resetstr{PSfontsuffix}{.pfb}
% 
% which is useful if the actual fonts are in PFB format.
% 
%   \AssumeLWFN
% 
% This is useful if the font files are named according to
% the old Mac OS Classic convention for PostScript fonts
% (names like AGarBolIta).

\adddriver{dvips}{dvips.map}
% This causes a .map file for dvips to be written. 
% It is probably better to choose a name that has to 
% do with the fonts than to use `dvips.map'.
% In some systems, there is a program updmap which combines
% several small .map files such as this one into a large
% psfonts.map file. 
\adddriver{dvipdfm}{dvipdfm.map}
% Similar file for dvipdfm.
\adddriver{pltotf}{pltotf-script.sh}
% A shell script that runs pltotf on those .pl files
% which you need to turn into .tfm files.
\adddriver{debug}{mapdump.txt}
% This file contains the available data in a human-readable
% format. This is useful if your dvi driver uses some other
% kind of map file.

\input basicex.recs
% This is where all the work is done.

\donedrivers
% This closes the files and does some cleanup.

\bye