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

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

upgrade to TeX Live 2011

Line 
1# Generated by /opt/texlive/2011/bin/x86_64-linux/tlmgr on Tue Nov 22 23:31:08 2
2011
3# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $
4#
5# The full updmap.cfg is generated by concatenating updmap-hdr.cfg with
6# all the Map and MixedMap lines from an installation, possibly
7# appending a local configuration file.
8#
9# To make local customizations to the map files, please use of the
10# following methods:
11#
12# 1) call
13#       updmap-sys --enable Map=foo.map
14#    for each map file.  (Or MixedMap instead of Map, if your font has
15#    both Metafont and outline definitions.)  See the updmap --help
16#    documentation.
17#
18# 2) add your local map entries to the file
19#       TEXMFLOCAL/web2c/updmap-local.cfg
20#    and then call
21#       tlmgr generate updmap
22#    which will concatenate updmap-local.cfg to the end of the final
23#    updmap.cfg.  (You can override the local.cfg file location with the
24#    --localcfg option; see tlmgr --help.)
25#
26# If you use either of these methods, your local adaptations will be
27# preserved when tlmgr updates the installation or this config file.
28# Manual edits to updmap.cfg may be lost on update.
29
30
31################################################################
32# OPTIONS
33################################################################
34
35#
36# dvipsPreferOutline
37#
38# Should dvips (by default) prefer bitmap fonts or outline fonts
39# if both are available? Independent of this setting, outlines
40# can be forced by putting "p psfonts_t1.map" into a config file
41# that dvips reads. Bitmaps (for the fonts in question) can
42# be forced by putting "p psfonts_pk.map" into a config file.
43# We provide such config files which can be enabled via
44# dvips -Poutline ... resp. dvips -Ppk ...
45#
46# Valid settings for dvipsPreferOutline are true / false:
47dvipsPreferOutline true
48
49#
50# LW35
51#
52# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
53# how are the filenames chosen? Valid settings:
54#   URW:     URW fonts with "vendor" filenames (e.g. n019064l.pfb)
55#   URWkb:   URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
56#   ADOBE:   Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
57#   ADOBEkb: Adobe fonts with  "berry" filenames (e.g. phvbo8an.pfb)
58LW35 URWkb
59
60#
61# dvipsDownloadBase35
62#
63# Should dvips (by default) download the standard 35 LaserWriter fonts
64# with the document (then set dvipsDownloadBase35 true) or should these
65# fonts be used from the ps interpreter / printer?
66# Whatever the default is, the user can override it by specifying
67# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
68# the LW35 fonts resp. use the built-in fonts.
69#
70# Valid settings are true / false:
71dvipsDownloadBase35 true
72
73#
74# pdftexDownloadBase14
75#
76# Should pdftex download the base 14 pdf fonts? Since some configurations
77# (ps / pdf tools / printers) use bad default fonts, it is safer to download
78# the fonts. The pdf files will get bigger, though.
79# Valid settings are true (download the fonts) or false (don't download
80# the fonts). Adobe recommends embedding all fonts.
81pdftexDownloadBase14 true
82
83#
84# dvipdfmDownloadBase14
85#
86# Should dvipdfm download the base 14 pdf fonts? Since some configurations
87# (ps / pdf tools / printers) use bad default fonts, it is safer to download
88# the fonts. The pdf files will get bigger, though.
89# Valid settings are true (download the fonts) or false (don't download
90# the fonts).
91dvipdfmDownloadBase14 true
92
93#
94# kanjiEmbed
95#
96# updmap generates a file kanjix.map for usage with dvipdfmx. Using this
97# option one can switch between not embedding any kanji font, and several
98# available.
99# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring
100# in a map file name will be replaced with this settings, and the respective
101# map file used.
102kanjiEmbed noEmbed
103
104#
105# pxdviUse
106#
107# This description is from
108# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA
109#
110# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like
111# the other generated map files) if one sets the updmap.cfg option "pxdviUse"
112# to "true".
113# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map
114# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his
115# own xdvi-ptex.map. The advantage of each setting is summerized as follows:
116#   pxdviUse=true: the displaying image by pxdvi and the output pdf by
117#     dvipdfmx look similar. So, if one thinks that a pdf is the final output
118#     (and he use pxdvi only for previewing it), he should use this option.
119#   pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if
120#     there is no real bold font.
121# Note that no file is removed by setting "pxdviUse"; one has to remove old
122# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the
123# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample.
124pxdviUse true
125
126################################################################
127# Map files.
128################################################################
129#
130# There are two possible entries: Map and MixedMap. Both have one additional
131# argument: the filename of the map file. MixedMap ("mixed" means that
132# the font is available as bitmap and as outline) lines will not be used
133# in the default map of dvips if dvipsPreferOutline is false. Inactive
134# Map files should be marked by "#! " (without the quotes), not just #.
135#
136
137#! Map OrnementsADF.map
138#! Map ArrowsADF.map
139#! Map BulletsADF.map
140#! MixedMap allrunes.map
141#! Map euler.map
142#! MixedMap cm.map
143#! MixedMap cmextra.map
144#! MixedMap cyrillic.map
145#! MixedMap latxfont.map
146#! MixedMap symbols.map
147#! Map uaq.map
148#! Map antt.map
149#! Map arabi.map
150#! MixedMap arabtex.map
151#! Map archaicprw.map
152#! Map arev.map
153#! Map bkaiu.map
154#! Map bsmiu.map
155#! Map gbsnu.map
156#! Map gkaiu.map
157#! Map ascii.map
158#! Map augie.map
159#! Map auncial.map
160#! Map aurical.map
161#! Map ybv.map
162#! MixedMap bbold.map
163#! Map belleek.map
164#! Map bera.map
165#! Map ybd.map
166#! Map sqrcaps.map
167#! Map boondox.map
168#! Map pbsi.map
169#! Map burmese.map
170#! Map cantarell.map
171#! Map cmin.map
172#! MixedMap cbgreek-full.map
173#! MixedMap ccpl.map
174#! Map ccicons.map
175#! Map clm.map
176#! Map chemarrow.map
177#! Map cjhebrew.map
178#! MixedMap cmtext-bsr-interpolated.map
179#! Map cm-lgc.map
180#! MixedMap cm-super-t1.map
181#! MixedMap cm-super-t2a.map
182#! MixedMap cm-super-t2b.map
183#! MixedMap cm-super-t2c.map
184#! MixedMap cm-super-ts1.map
185#! MixedMap cm-super-x2.map
186#! Map cmcyr.map
187#! MixedMap cmll.map
188#! Map comfortaa.map
189#! Map original-context-symbol.map
190#! MixedMap csother.map
191#! MixedMap cstext.map
192#! Map cyklop.map
193#! Map dictsym.map
194#! Map dstroke.map
195#! Map droid.map
196#! Map yes.map
197#! Map epigrafica.map
198#! Map epiolmec.map
199#! MixedMap esint.map
200#! Map ESSTIX.map
201#! Map esvect.map
202#! MixedMap ethiop.map
203#! MixedMap eurosym.map
204#! Map fdsymbol.map
205#! Map fge.map
206#! Map foekfont.map
207#! Map fonetika.map
208#! Map fourier-utopia-expert.map
209#! Map fourier.map
210#! Map garuda-c90.map
211#! Map gfsartemisia.map
212#! Map gfsbaskerville.map
213#! Map gfsbodoni.map
214#! Map gfscomplutum.map
215#! Map gfsdidot.map
216#! Map gfsneohellenic.map
217#! Map gfsporson.map
218#! Map gfssolomos.map
219#! Map yfrak.map
220#! Map ugq.map
221#! Map grverb.map
222#! MixedMap hfbright.map
223#! MixedMap iby.map
224#! Map fi4.map
225#! Map Acorn.map
226#! Map AnnSton.map
227#! Map ArtNouv.map
228#! Map ArtNouvc.map
229#! Map Carrickc.map
230#! Map Eichenla.map
231#! Map Eileen.map
232#! Map EileenBl.map
233#! Map Elzevier.map
234#! Map GotIn.map
235#! Map GoudyIn.map
236#! Map Kinigcap.map
237#! Map Konanur.map
238#! Map Kramer.map
239#! Map MorrisIn.map
240#! Map Nouveaud.map
241#! Map Romantik.map
242#! Map Rothdn.map
243#! Map RoyalIn.map
244#! Map Sanremo.map
245#! Map Starburst.map
246#! Map Typocaps.map
247#! Map Zallman.map
248#! Map iwona.map
249#! Map kerkis.map
250#! Map knitfont.map
251#! Map kpfonts.map
252#! Map kurier.map
253#! Map lato.map
254#! Map libertine.map
255#! Map yly.map
256#! Map linearA.map
257#! Map l7x-urwvn.map
258#! Map lm.map
259#! MixedMap lxfonts.map
260#! MixedMap manfnt.map
261#! Map marvosym.map
262#! Map mathabx.map
263#! Map mdbch.map
264#! Map mdput.map
265#! Map mdugm.map
266#! Map troff-updmap.map
267#! MixedMap mflogo.map
268#! Map MnSymbol.map
269#! MixedMap mongolian.map
270#! MixedMap musix.map
271#! Map norasi-c90.map
272#! Map cherokee.map
273#! Map ocrb.map
274#! Map oinuit.map
275#! Map omega.map
276#! Map phaistos.map
277#! MixedMap pigpen.map
278#! MixedMap plother.map
279#! MixedMap pltext.map
280#! Map ap.map
281#! Map prodint.map
282#! Map charter.map
283#! Map fpls.map
284#! Map pazo.map
285#! Map utopia.map
286#! Map PTSans-type1.map
287#! Map PTSerif-type1.map
288#! Map pxfonts.map
289#! Map recycle.map
290#! Map yrd.map
291#! MixedMap rsfs.map
292#! Map skt.map
293#! MixedMap semaf.map
294#! Map SkakNew.map
295#! Map starfont.map
296#! Map icelandic.map
297#! MixedMap stmaryrd.map
298#! Map tabvar.map
299#! Map mathpple.map
300#! Map qag.map
301#! Map qbk.map
302#! Map qcr.map
303#! Map qcs.map
304#! Map qhv.map
305#! Map qpl.map
306#! Map qtm.map
307#! Map qzc.map
308#! Map tfrupee.map
309#! MixedMap tipa.map
310#! MixedMap trajan.map
311#! Map txfonts.map
312#! Map gptimes.map
313#! Map umj.map
314#! MixedMap dvng.map
315#! Map yv1.map
316#! Map yv2.map
317#! Map yv3.map
318#! Map yvo.map
319#! Map yvt.map
320#! Map arevvn.map
321#! Map chartervn.map
322#! Map cmbrightvn.map
323#! Map concretevn.map
324#! Map grotesqvn.map
325#! Map txttvn.map
326#! Map urwvn.map
327#! MixedMap vnrother.map
328#! MixedMap vnrtext.map
329#! Map vntopia.map
330#! Map dgj.map
331#! Map dmj.map
332#! Map mc2j.map
333#! Map mcj.map
334#! Map mr2j.map
335#! Map mrj.map
336#! MixedMap wasy.map
337#! MixedMap xypic.map
338#! MixedMap yhmath.map
339
340#
341# map files for pTeX
342#
343KanjiMap ptex-@kanjiEmbed@.map
344KanjiMap otf-@kanjiEmbed@.map
345KanjiMap morisawa.map
346KanjiMap otf-cktx.map
Note: See TracBrowser for help on using the repository browser.