updmap-hdr.cfg.texlive-20131101 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. # Options for updmap.
  32. # dvipsPreferOutline
  33. #
  34. # Should dvips (by default) prefer bitmap fonts or outline fonts
  35. # if both are available? Independent of this setting, outlines
  36. # can be forced by putting "p psfonts_t1.map" into a config file
  37. # that dvips reads. Bitmaps (for the fonts in question) can
  38. # be forced by putting "p psfonts_pk.map" into a config file.
  39. # We provide such config files which can be enabled via
  40. # dvips -Poutline ... resp. dvips -Ppk ...
  41. #
  42. dvipsPreferOutline true
  43. # LW35
  44. #
  45. # Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
  46. # how are the filenames chosen? Valid settings:
  47. # URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb)
  48. # URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
  49. # ADOBE: Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
  50. # ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb)
  51. #
  52. LW35 URWkb
  53. # dvipsDownloadBase35
  54. #
  55. # Should dvips (by default) download the standard 35 LaserWriter fonts
  56. # with the document (then set dvipsDownloadBase35 true) or should these
  57. # fonts be used from the ps interpreter / printer?
  58. # Whatever the default is, the user can override it by specifying
  59. # dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
  60. # the LW35 fonts resp. use the built-in fonts.
  61. #
  62. dvipsDownloadBase35 true
  63. # pdftexDownloadBase14
  64. #
  65. # Should pdftex download the base 14 pdf fonts? Since some configurations
  66. # (ps / pdf tools / printers) use bad default fonts, it is safer to download
  67. # the fonts. The PDF files will get bigger, though.
  68. #
  69. pdftexDownloadBase14 true
  70. # dvipdfmDownloadBase14
  71. #
  72. # Should dvipdfm(x) 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. dvipdfmDownloadBase14 true
  77. # kanjiEmbed
  78. #
  79. # updmap generates a file kanjix.map for usage with dvipdfmx. With this
  80. # option one can switch between not embedding any kanji font, or
  81. # any of the several available.
  82. #
  83. # The value can be any string. When updmap is run, the substring
  84. # @kanjiEmbed@ in a map file name will be replaced with this value, and
  85. # the respective map file used.
  86. #
  87. # Valid settings are currently {noEmbed|ms|ipa|ipaex|hiragino|hiragino-pron|morisawa|morisawa-pr6n|kozuka|kozuka-pr6|kozuka-pr6n| ... }:
  88. kanjiEmbed ipaex
  89. # kanjiVariant
  90. #
  91. # Valid settings are currently {|-04}:
  92. kanjiVariant
  93. # pxdviUse
  94. #
  95. # Valid settings are {true|false}:
  96. pxdviUse true
  97. # (end of updmap-hdr.cfg)