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

Revision 5207, 5.1 KB checked in by munepi, 13 years ago (diff)

upgrade to TeX Live 2011

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