分页: 2 / 2

发表于 : 2007-07-26 17:07
rhfcaesar
把你得language-selector贴出来看看

发表于 : 2007-07-27 8:09
fortruth
rhfcaesar 写了:把你得language-selector贴出来看看

代码: 全选

<fontconfig>
	<alias>
                <family>serif</family>
                <prefer>
                        <family>Bitstream Vera Serif</family>
                        <family>DejaVu Serif</family>
                        <family>AR PL ShanHeiSun Uni</family>
                        <family>AR PL ZenKai Uni</family>
                </prefer>
        </alias>
        <alias>
                <family>sans-serif</family>
                <prefer>
                        <family>Bitstream Vera Sans</family>
                        <family>DejaVu Sans</family>
                        <family>AR PL ShanHeiSun Uni</family>
                        <family>AR PL ZenKai Uni</family>
                </prefer>
        </alias>
        <alias>
                <family>monospace</family>
                <prefer>
                        <family>Bitstream Vera Sans Mono</family>
                        <family>DejaVu Sans Mono</family>
                        <family>AR PL ShanHeiSun Uni</family>
                        <family>AR PL ZenKai Uni</family>
                </prefer>
        </alias>
        <match target="font" >
                <test name="family" compare="contains" >
                        <string>Song</string>
                        <string>Sun</string>
                        <string>Kai</string>
                        <string>Ming</string>
                </test> 
                <!-- check to see if the font is just regular -->
                <test name="weight" compare="less_eq">
                        <int>100</int>
		</test>
                <test compare="more_eq" target="pattern" name="weight" >
                        <int>180</int>
                </test>
                <edit mode="assign" name="embolden" >
                        <bool>true</bool>
                </edit>
	</match>
        <match target="font" >
                <test name="family" compare="contains" >
                        <string>Song</string>
                        <string>Sun</string>
                        <string>Kai</string>
                        <string>Ming</string>
                </test> 
                <edit name="globaladvance">
                        <bool>false</bool>
                </edit>
                <edit name="spacing">
                        <int>0</int>
                </edit>
                <edit name="hinting">
                        <bool>true</bool>
                </edit>
                <edit name="autohint">
                        <bool>false</bool>
                </edit>
                <edit name="antialias" mode="assign">
                        <bool>true</bool>
                </edit>
                <test name="pixelsize" compare="less_eq">
                        <int>18</int>
                </test>
                <edit name="antialias" mode="assign" >
                        <bool>false</bool>
                </edit>
        </match>
</fontconfig>

发表于 : 2007-07-27 23:01
rhfcaesar
在我这里,xpdfrc-chinese-simplified里面指定的字体和language-selector里面第一个中文字体是一样的,都是雅黑字体。而楼主在xpdfrc-chinese-simplified用的是ukai,language-selector的第一个中文字体是uming。不知道是不是这个原因使evince无法正常显示。楼主不妨再试试。

发表于 : 2007-07-28 0:18
fortruth
xpdfrc-chinese-simplified里面指定的字体 改成 uming

还是不行>!! .没有任何变化 .

在终端打开的报错:

代码: 全选

Error: Couldn't find a mapping to Unicode for font 'STSong Light Identity H'
Error: Unknown character collection 'Adobe-GB1'
在lshort-ch.pdf中,,
唯一一种未嵌入字体是STSong Light Identity H

发表于 : 2007-07-28 0:24
rhfcaesar
ls兄弟:偶实在无能为力了,只能祝你好运了! :D

发表于 : 2007-07-28 0:24
内存不足
adobe还是最好的 就是太大 默认又不是中文版 安装麻烦

发表于 : 2007-07-28 0:37
fortruth
rhfcaesar 写了:ls兄弟:偶实在无能为力了,只能祝你好运了! :D
用rhfcaesar这样的兄弟 .,,如此尽心.....什么也没得说..!!了.

发表于 : 2007-07-28 0:58
fortruth
请问STSong-Light-Identiy-H在哪里能下到Confused..或者 mapping掉...

发表于 : 2007-07-28 18:10
独步蜗牛
问题 已 解决 谢谢 各位 ! 嘿嘿 就是 没装 这个 sudo apt-get install xpdf-chinese-simplified 的原因 。

发表于 : 2007-07-28 21:55
fortruth
独步蜗牛 写了:问题 已 解决 谢谢 各位 ! 嘿嘿 就是 没装 这个 sudo apt-get install xpdf-chinese-simplified 的原因 。

熊猫烧香,,,我的问题还没有解决啊....

发表于 : 2008-01-24 17:16
fortruth
彻底的解决方法:

一般普遍性中文支持:
sudo apt-get install xpdf-chinese*
cp /etc/xpdf/xpdfrc ~/.xpdfrc
对china-pub中中文的支持:
wget http://poppler.freedesktop.org/poppler-data-0.1.tar.gz
tar xzvf poppler-data-0.1.tar.gz && cd poppler-data-0.1
sudo make install datadir=/usr/share
参考:wangsen
来源:viewtopic.php?p=440952
PS:Adobe Reader的中文支持
安装Adobe Reader8.11 For Unix
wget http://ardownload.adobe.com/pub/adobe/r ... 1.i386.deb
sudo dpkg -i AdobeReader_enu-8.1.1-1.i386.deb
中文语言包的下载安装:
wget ftp://ftp.adobe.com/pub/adobe/reader/un ... nux.tar.gz
tar xvf FontPack81_chs_i486-linux.tar.gz
cd CHSKIT
sudo ./INSTALL
一路同意即可。
参考:zhuqin_83
来源:viewtopic.php?t=75037