source: projects/specs/trunk/t/texlive/updmap-hdr.cfg.texlive-20131101 @ 7951

Revision 7951, 3.7 KB checked in by munepi, 11 years ago (diff)

tlnet 20131101

Line 
1# texmf-dist/web2c/updmap-hdr.cfg
2# based on updmap-hdr.cfg of TeX Live 2013
3# $Id: updmap-hdr.cfg 29729 2013-04-08 00:26:46Z karl $
4#
5# The updmap.cfg in the TEXMFDIST tree is generated by tlmgr by
6# concatenating updmap-hdr.cfg with the updmap.cfg files in this tree.
7#
8# To make local customizations to the map files, using one of the
9# following methods is simplest:
10# 1) run
11#       updmap-sys --enable Map=foo.map
12#    for each map file.  (Or MixedMap instead of Map, if your font has
13#    both Metafont and outline definitions.)  See the updmap --help
14#    documentation. This will add lines to the updmap.cfg file in
15#    TEXMFSYSCONFIG (creating it if necessary).
16#
17# 2) put all your additional fonts into TEXMFLOCAL, edit
18#    TEXMFLOCAL/web2c/updmap.cfg, and run updmap-sys.
19#
20# See the output of updmap --help and/or
21# http://tug.org/fonts/fontinstall.html for more.
22#
23# In any case, manual edits to TL's updmap.cfg files, psfonts.map,
24# pdftex.map, etc., will be lost on update.  So don't do that.
25#
26# The default settings of the updmap options (not maps) are also
27# specified in TEXMFDIST/web2c/updmap.cfg (also coming originally from
28# updmap-hdr.cfg) and can be overridden by an updmap.cfg in any other
29# tree.
30
31#
32# Options for updmap.
33
34
35# dvipsPreferOutline
36#
37# Should dvips (by default) prefer bitmap fonts or outline fonts
38# if both are available? Independent of this setting, outlines
39# can be forced by putting "p psfonts_t1.map" into a config file
40# that dvips reads. Bitmaps (for the fonts in question) can
41# be forced by putting "p psfonts_pk.map" into a config file.
42# We provide such config files which can be enabled via
43# dvips -Poutline ... resp. dvips -Ppk ...
44#
45dvipsPreferOutline true
46
47
48# LW35
49#
50# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
51# how are the filenames chosen? Valid settings:
52#   URW:     URW fonts with "vendor" filenames (e.g. n019064l.pfb)
53#   URWkb:   URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
54#   ADOBE:   Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
55#   ADOBEkb: Adobe fonts with  "berry" filenames (e.g. phvbo8an.pfb)
56#
57LW35 URWkb
58
59
60# dvipsDownloadBase35
61#
62# Should dvips (by default) download the standard 35 LaserWriter fonts
63# with the document (then set dvipsDownloadBase35 true) or should these
64# fonts be used from the ps interpreter / printer?
65# Whatever the default is, the user can override it by specifying
66# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
67# the LW35 fonts resp. use the built-in fonts.
68#
69dvipsDownloadBase35 true
70
71
72# pdftexDownloadBase14
73#
74# Should pdftex download the base 14 pdf fonts? Since some configurations
75# (ps / pdf tools / printers) use bad default fonts, it is safer to download
76# the fonts. The PDF files will get bigger, though.
77#
78pdftexDownloadBase14 true
79
80
81# dvipdfmDownloadBase14
82#
83# Should dvipdfm(x) download the base 14 pdf fonts? Since some configurations
84# (ps / pdf tools / printers) use bad default fonts, it is safer to download
85# the fonts. The pdf files will get bigger, though.
86#
87dvipdfmDownloadBase14 true
88
89
90# kanjiEmbed
91#
92# updmap generates a file kanjix.map for usage with dvipdfmx. With this
93# option one can switch between not embedding any kanji font, or
94# any of the several available.
95#
96# The value can be any string. When updmap is run, the substring
97# @kanjiEmbed@ in a map file name will be replaced with this value, and
98# the respective map file used.
99#
100# Valid settings are currently {noEmbed|ms|ipa|ipaex|hiragino|hiragino-pron|morisawa|morisawa-pr6n|kozuka|kozuka-pr6|kozuka-pr6n| ... }:
101kanjiEmbed ipaex
102
103
104# kanjiVariant
105#
106# Valid settings are currently {|-04}:
107kanjiVariant
108
109
110# pxdviUse
111#
112# Valid settings are {true|false}:
113pxdviUse true
114
115
116# (end of updmap-hdr.cfg)
Note: See TracBrowser for help on using the repository browser.