1234567891011121314151617181920212223242526272829303132333435 |
- diff -up texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg.vine texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg
- --- texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg.vine 2011-11-26 14:26:25.799086711 +0900
- +++ texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg 2011-11-26 17:38:45.632750987 +0900
- @@ -87,9 +87,14 @@ replace UniCNS-UCS2-H Unicode-H
- replace UniCNS-UCS2-V Unicode-V
-
- % Japanese
- -% IPA font (http://ossipedia.ipa.go.jp/ipafont/)
- -replace Ryumin-Light ipam.ttf/AJ16
- -replace GothicBBB-Medium ipag.ttf/AJ16
- +% % IPA font (http://ossipedia.ipa.go.jp/ipafont/)
- +% replace Ryumin-Light ipam.ttf/AJ16
- +% replace GothicBBB-Medium ipag.ttf/AJ16
- +replace Ryumin-Light Mincho-Medium
- +replace GothicBBB-Medium Gothic-Medium
- +replace FutoMinA101-Bold FutoMin-Bold
- +replace FutoGoB101-Bold FutoGo-Bold
- +replace Jun101-Light MaruGo-Medium
-
- % traditional Chinese
- % Arphic (http://www.ring.gr.jp/pub/GNU/non-gnu/chinese-fonts-truetype/)
- Diff finished. Sat Nov 26 17:38:57 2011
- diff -up xdvik-22.84.14/texk/xdvik/xdvi-sh.in.\~1.2.2.7.\~ xdvik-22.84.14/texk/xdvik/xdvi-sh.in
- --- texlive-2011/build/texlive-20110705-source/texk/pxdvik/xdvi-sh.in.~1.2.2.7.~ 2007-10-19 01:28:55.000000000 +0900
- +++ texlive-2011/build/texlive-20110705-source/texk/pxdvik/xdvi-sh.in 2009-07-18 16:10:23.000000000 +0900
- @@ -50,4 +50,8 @@ if test -n "$xdviappfile"; then
- XFILESEARCHPATH="$xdviapppath:${XFILESEARCHPATH-%D}"; export XFILESEARCHPATH
- fi
-
- +# Forcely avoid to show
- +# Warning: Missing charsets in String to FontSet conversion
- +export LANG=C
- +
- exec @final_exec_name@ $NAMEOPT ${1+"$@"}
|