texlive-20110705-updmap-hdr-vine.patch 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. diff -up texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg.vine texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg
  2. --- texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg.vine 2008-11-21 03:59:26.000000000 +0900
  3. +++ texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg 2011-11-23 22:28:02.417740809 +0900
  4. @@ -1,4 +1,4 @@
  5. -# $Id: updmap-hdr.cfg 11382 2008-11-20 18:59:26Z karl $
  6. +# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $
  7. #
  8. # The full updmap.cfg is generated by concatenating updmap-hdr.cfg with
  9. # all the Map and MixedMap lines from an installation, possibly
  10. @@ -66,7 +66,7 @@ LW35 URWkb
  11. # the LW35 fonts resp. use the built-in fonts.
  12. #
  13. # Valid settings are true / false:
  14. -dvipsDownloadBase35 false
  15. +dvipsDownloadBase35 true
  16. #
  17. # pdftexDownloadBase14
  18. @@ -88,6 +88,39 @@ pdftexDownloadBase14 true
  19. # the fonts).
  20. dvipdfmDownloadBase14 true
  21. +#
  22. +# kanjiEmbed
  23. +#
  24. +# updmap generates a file kanjix.map for usage with dvipdfmx. Using this
  25. +# option one can switch between not embedding any kanji font, and several
  26. +# available.
  27. +# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring
  28. +# in a map file name will be replaced with this settings, and the respective
  29. +# map file used.
  30. +kanjiEmbed noEmbed
  31. +
  32. +#
  33. +# pxdviUse
  34. +#
  35. +# This description is from
  36. +# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA
  37. +#
  38. +# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like
  39. +# the other generated map files) if one sets the updmap.cfg option "pxdviUse"
  40. +# to "true".
  41. +# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map
  42. +# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his
  43. +# own xdvi-ptex.map. The advantage of each setting is summerized as follows:
  44. +# pxdviUse=true: the displaying image by pxdvi and the output pdf by
  45. +# dvipdfmx look similar. So, if one thinks that a pdf is the final output
  46. +# (and he use pxdvi only for previewing it), he should use this option.
  47. +# pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if
  48. +# there is no real bold font.
  49. +# Note that no file is removed by setting "pxdviUse"; one has to remove old
  50. +# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the
  51. +# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample.
  52. +pxdviUse true
  53. +
  54. ################################################################
  55. # Map files.
  56. ################################################################
  57. Diff finished. Wed Nov 23 22:28:22 2011
  58. diff -up texlive-20110705-source/inst/texmf/web2c/updmap.cfg.vine texlive-20110705-source/inst/texmf/web2c/updmap.cfg
  59. --- texlive-20110705-source/inst/texmf/web2c/updmap.cfg.vine 2008-11-21 03:59:26.000000000 +0900
  60. +++ texlive-20110705-source/inst/texmf/web2c/updmap.cfg 2011-11-23 22:28:02.417740809 +0900
  61. @@ -1,5 +1,4 @@
  62. -# Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Tue May 31 04:12:04 2011
  63. -# $Id: updmap-hdr.cfg 11382 2008-11-20 18:59:26Z karl $
  64. +# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $
  65. #
  66. # The full updmap.cfg is generated by concatenating updmap-hdr.cfg with
  67. # all the Map and MixedMap lines from an installation, possibly
  68. @@ -66,7 +66,7 @@ LW35 URWkb
  69. # the LW35 fonts resp. use the built-in fonts.
  70. #
  71. # Valid settings are true / false:
  72. -dvipsDownloadBase35 false
  73. +dvipsDownloadBase35 true
  74. #
  75. # pdftexDownloadBase14
  76. @@ -88,6 +88,39 @@ pdftexDownloadBase14 true
  77. # the fonts).
  78. dvipdfmDownloadBase14 true
  79. +#
  80. +# kanjiEmbed
  81. +#
  82. +# updmap generates a file kanjix.map for usage with dvipdfmx. Using this
  83. +# option one can switch between not embedding any kanji font, and several
  84. +# available.
  85. +# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring
  86. +# in a map file name will be replaced with this settings, and the respective
  87. +# map file used.
  88. +kanjiEmbed noEmbed
  89. +
  90. +#
  91. +# pxdviUse
  92. +#
  93. +# This description is from
  94. +# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA
  95. +#
  96. +# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like
  97. +# the other generated map files) if one sets the updmap.cfg option "pxdviUse"
  98. +# to "true".
  99. +# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map
  100. +# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his
  101. +# own xdvi-ptex.map. The advantage of each setting is summerized as follows:
  102. +# pxdviUse=true: the displaying image by pxdvi and the output pdf by
  103. +# dvipdfmx look similar. So, if one thinks that a pdf is the final output
  104. +# (and he use pxdvi only for previewing it), he should use this option.
  105. +# pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if
  106. +# there is no real bold font.
  107. +# Note that no file is removed by setting "pxdviUse"; one has to remove old
  108. +# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the
  109. +# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample.
  110. +pxdviUse true
  111. +
  112. ################################################################
  113. # Map files.
  114. ################################################################
  115. Diff finished. Wed Nov 23 22:28:22 2011