source: projects/specs/trunk/t/texlive/updmap-hdr.cfg.texlive-20110705 @ 5207

Revision 5207, 5.2 KB checked in by munepi, 12 years ago (diff)

upgrade to TeX Live 2011

Line 
1# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $
2#
3# The full updmap.cfg is generated by concatenating updmap-hdr.cfg with
4# all the Map and MixedMap lines from an installation, possibly
5# appending a local configuration file.
6#
7# To make local customizations to the map files, please use of the
8# following methods:
9#
10# 1) call
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.
15#
16# 2) add your local map entries to the file
17#       TEXMFLOCAL/web2c/updmap-local.cfg
18#    and then call
19#       tlmgr generate updmap
20#    which will concatenate updmap-local.cfg to the end of the final
21#    updmap.cfg.  (You can override the local.cfg file location with the
22#    --localcfg option; see tlmgr --help.)
23#
24# If you use either of these methods, your local adaptations will be
25# preserved when tlmgr updates the installation or this config file.
26# Manual edits to updmap.cfg may be lost on update.
27
28
29################################################################
30# OPTIONS
31################################################################
32
33#
34# dvipsPreferOutline
35#
36# Should dvips (by default) prefer bitmap fonts or outline fonts
37# if both are available? Independent of this setting, outlines
38# can be forced by putting "p psfonts_t1.map" into a config file
39# that dvips reads. Bitmaps (for the fonts in question) can
40# be forced by putting "p psfonts_pk.map" into a config file.
41# We provide such config files which can be enabled via
42# dvips -Poutline ... resp. dvips -Ppk ...
43#
44# Valid settings for dvipsPreferOutline are true / false:
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)
56LW35 URWkb
57
58#
59# dvipsDownloadBase35
60#
61# Should dvips (by default) download the standard 35 LaserWriter fonts
62# with the document (then set dvipsDownloadBase35 true) or should these
63# fonts be used from the ps interpreter / printer?
64# Whatever the default is, the user can override it by specifying
65# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
66# the LW35 fonts resp. use the built-in fonts.
67#
68# Valid settings are true / false:
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# Valid settings are true (download the fonts) or false (don't download
78# the fonts). Adobe recommends embedding all fonts.
79pdftexDownloadBase14 true
80
81#
82# dvipdfmDownloadBase14
83#
84# Should dvipdfm download the base 14 pdf fonts? Since some configurations
85# (ps / pdf tools / printers) use bad default fonts, it is safer to download
86# the fonts. The pdf files will get bigger, though.
87# Valid settings are true (download the fonts) or false (don't download
88# the fonts).
89dvipdfmDownloadBase14 true
90
91#
92# kanjiEmbed
93#
94# updmap generates a file kanjix.map for usage with dvipdfmx. Using this
95# option one can switch between not embedding any kanji font, and several
96# available.
97# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring
98# in a map file name will be replaced with this settings, and the respective
99# map file used.
100kanjiEmbed noEmbed
101
102#
103# pxdviUse
104#
105# This description is from
106# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA
107#
108# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like
109# the other generated map files) if one sets the updmap.cfg option "pxdviUse"
110# to "true".
111# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map
112# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his
113# own xdvi-ptex.map. The advantage of each setting is summerized as follows:
114#   pxdviUse=true: the displaying image by pxdvi and the output pdf by
115#     dvipdfmx look similar. So, if one thinks that a pdf is the final output
116#     (and he use pxdvi only for previewing it), he should use this option.
117#   pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if
118#     there is no real bold font.
119# Note that no file is removed by setting "pxdviUse"; one has to remove old
120# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the
121# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample.
122pxdviUse true
123
124################################################################
125# Map files.
126################################################################
127#
128# There are two possible entries: Map and MixedMap. Both have one additional
129# argument: the filename of the map file. MixedMap ("mixed" means that
130# the font is available as bitmap and as outline) lines will not be used
131# in the default map of dvips if dvipsPreferOutline is false. Inactive
132# Map files should be marked by "#! " (without the quotes), not just #.
133#
134
Note: See TracBrowser for help on using the repository browser.