123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 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 texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/XDvi.vine texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/XDvi
- --- texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/XDvi.vine 2011-11-27 00:47:49.000000000 +0900
- +++ texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/XDvi 2011-11-27 00:52:09.994634231 +0900
- @@ -158,11 +158,11 @@ xdviSelFile*international: false
- !!! TOPIC_HEADING: Heading for help text in help window
- !!!
- *fontList: \
- --*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*=NORMAL,\
- --*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*=UNMARKED,\
- --*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*=MARKED,\
- --*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*=TOPIC_LABEL,\
- --*-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*=TOPIC_HEADING
- +-*-*-medium-r-*-*-12-*-*-*-*-*-*-*=NORMAL,\
- +-*-*-medium-r-*-*-12-*-*-*-*-*-*-*=UNMARKED,\
- +-*-*-bold-r-*-*-12-*-*-*-*-*-*-*=MARKED,\
- +-*-*-bold-r-*-*-12-*-*-*-*-*-*-*=TOPIC_LABEL,\
- +-*-*-bold-r-*-*-14-*-*-*-*-*-*-*=TOPIC_HEADING
-
-
- !!! Color used for page border, image bounding boxes and the ruler in `Ruler mode'.
- Diff finished. Sun Nov 27 00:52:15 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+"$@"}
|