diff -up texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg.vine texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg --- texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg.vine 2008-11-21 03:59:26.000000000 +0900 +++ texlive-20110705-source/inst/texmf/web2c/updmap-hdr.cfg 2011-11-23 22:28:02.417740809 +0900 @@ -1,4 +1,4 @@ -# $Id: updmap-hdr.cfg 11382 2008-11-20 18:59:26Z karl $ +# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $ # # The full updmap.cfg is generated by concatenating updmap-hdr.cfg with # all the Map and MixedMap lines from an installation, possibly @@ -66,7 +66,7 @@ LW35 URWkb # the LW35 fonts resp. use the built-in fonts. # # Valid settings are true / false: -dvipsDownloadBase35 false +dvipsDownloadBase35 true # # pdftexDownloadBase14 @@ -88,6 +88,39 @@ pdftexDownloadBase14 true # the fonts). dvipdfmDownloadBase14 true +# +# kanjiEmbed +# +# updmap generates a file kanjix.map for usage with dvipdfmx. Using this +# option one can switch between not embedding any kanji font, and several +# available. +# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring +# in a map file name will be replaced with this settings, and the respective +# map file used. +kanjiEmbed noEmbed + +# +# pxdviUse +# +# This description is from +# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA +# +# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like +# the other generated map files) if one sets the updmap.cfg option "pxdviUse" +# to "true". +# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map +# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his +# own xdvi-ptex.map. The advantage of each setting is summerized as follows: +# pxdviUse=true: the displaying image by pxdvi and the output pdf by +# dvipdfmx look similar. So, if one thinks that a pdf is the final output +# (and he use pxdvi only for previewing it), he should use this option. +# pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if +# there is no real bold font. +# Note that no file is removed by setting "pxdviUse"; one has to remove old +# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the +# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample. +pxdviUse true + ################################################################ # Map files. ################################################################ Diff finished. Wed Nov 23 22:28:22 2011 diff -up texlive-20110705-source/inst/texmf/web2c/updmap.cfg.vine texlive-20110705-source/inst/texmf/web2c/updmap.cfg --- texlive-20110705-source/inst/texmf/web2c/updmap.cfg.vine 2008-11-21 03:59:26.000000000 +0900 +++ texlive-20110705-source/inst/texmf/web2c/updmap.cfg 2011-11-23 22:28:02.417740809 +0900 @@ -1,5 +1,4 @@ -# Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Tue May 31 04:12:04 2011 -# $Id: updmap-hdr.cfg 11382 2008-11-20 18:59:26Z karl $ +# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $ # # The full updmap.cfg is generated by concatenating updmap-hdr.cfg with # all the Map and MixedMap lines from an installation, possibly @@ -66,7 +66,7 @@ LW35 URWkb # the LW35 fonts resp. use the built-in fonts. # # Valid settings are true / false: -dvipsDownloadBase35 false +dvipsDownloadBase35 true # # pdftexDownloadBase14 @@ -88,6 +88,39 @@ pdftexDownloadBase14 true # the fonts). dvipdfmDownloadBase14 true +# +# kanjiEmbed +# +# updmap generates a file kanjix.map for usage with dvipdfmx. Using this +# option one can switch between not embedding any kanji font, and several +# available. +# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring +# in a map file name will be replaced with this settings, and the respective +# map file used. +kanjiEmbed noEmbed + +# +# pxdviUse +# +# This description is from +# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA +# +# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like +# the other generated map files) if one sets the updmap.cfg option "pxdviUse" +# to "true". +# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map +# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his +# own xdvi-ptex.map. The advantage of each setting is summerized as follows: +# pxdviUse=true: the displaying image by pxdvi and the output pdf by +# dvipdfmx look similar. So, if one thinks that a pdf is the final output +# (and he use pxdvi only for previewing it), he should use this option. +# pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if +# there is no real bold font. +# Note that no file is removed by setting "pxdviUse"; one has to remove old +# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the +# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample. +pxdviUse true + ################################################################ # Map files. ################################################################ Diff finished. Wed Nov 23 22:28:22 2011