"Fossies" - the Fresh Open Source Software Archive 
Member "install-tl-20231204/texmf-dist/web2c/updmap-hdr.cfg" (22 Mar 2020, 3511 Bytes) of package /linux/misc/install-tl-unx.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) INI source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # $Id: updmap-hdr.cfg 54473 2020-03-22 10:53:53Z hironobu $
2 #
3 # The updmap.cfg in the TEXMFDIST tree is generated by tlmgr by
4 # concatenating updmap-hdr.cfg with the updmap.cfg files in this tree.
5 #
6 # To make local customizations to the map files, using one of the
7 # following methods is simplest:
8 # 1) run
9 # updmap-sys --enable Map=foo.map
10 # for each map file. (Or MixedMap instead of Map, if your font has
11 # both Metafont and outline definitions.) See the updmap --help
12 # documentation. This will add lines to the updmap.cfg file in
13 # TEXMFSYSCONFIG (creating it if necessary).
14 #
15 # 2) put all your additional fonts into TEXMFLOCAL, edit
16 # TEXMFLOCAL/web2c/updmap.cfg, and run updmap-sys.
17 #
18 # See the output of updmap --help and/or
19 # http://tug.org/fonts/fontinstall.html for more.
20 #
21 # In any case, manual edits to TL's updmap.cfg files, psfonts.map,
22 # pdftex.map, etc., will be lost on update. So don't do that.
23 #
24 # The default settings of the updmap options (not maps) are also
25 # specified in TEXMFDIST/web2c/updmap.cfg (also coming originally from
26 # updmap-hdr.cfg) and can be overridden by an updmap.cfg in any other
27 # tree.
28
29 #
30 # Options for updmap.
31
32
33 # dvipsPreferOutline
34 #
35 # Should dvips (by default) prefer bitmap fonts or outline fonts
36 # if both are available? Independent of this setting, outlines
37 # can be forced by putting "p psfonts_t1.map" into a config file
38 # that dvips reads. Bitmaps (for the fonts in question) can
39 # be forced by putting "p psfonts_pk.map" into a config file.
40 # We provide such config files which can be enabled via
41 # dvips -Poutline ... resp. dvips -Ppk ...
42 #
43 dvipsPreferOutline true
44
45
46 # LW35
47 #
48 # Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
49 # how are the filenames chosen? Valid settings:
50 # URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb)
51 # URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
52 # ADOBE: Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
53 # ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb)
54 #
55 LW35 URWkb
56
57
58 # dvipsDownloadBase35
59 #
60 # Should dvips (by default) download the standard 35 LaserWriter fonts
61 # with the document (then set dvipsDownloadBase35 true) or should these
62 # fonts be used from the ps interpreter / printer?
63 # Whatever the default is, the user can override it by specifying
64 # dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
65 # the LW35 fonts resp. use the built-in fonts.
66 #
67 dvipsDownloadBase35 true
68
69
70 # pdftexDownloadBase14
71 #
72 # Should pdftex download the base 14 pdf fonts? Since some configurations
73 # (ps / pdf tools / printers) use bad default fonts, it is safer to download
74 # the fonts. The PDF files will get bigger, though.
75 #
76 pdftexDownloadBase14 true
77
78
79 # dvipdfmDownloadBase14
80 #
81 # Should dvipdfm(x) download the base 14 pdf fonts? Since some configurations
82 # (ps / pdf tools / printers) use bad default fonts, it is safer to download
83 # the fonts. The pdf files will get bigger, though.
84 #
85 dvipdfmDownloadBase14 true
86
87
88 # jaEmbed, scEmbed, tcEmbed, koEmbed
89 #
90 # updmap generates a file kanjix.map for usage with dvipdfmx. With this
91 # option one can switch between not embedding any kanji font, or
92 # any of the several available.
93 #
94 # The value can be any string. When updmap is run, the substring
95 # @jaEmbed@ in a map file name will be replaced with this value, and
96 # the respective map file used.
97 #
98 jaEmbed haranoaji
99 scEmbed arphic
100 tcEmbed arphic
101 koEmbed baekmuk
102 jaVariant -04
103
104
105 # (end of updmap-hdr.cfg)