Quantcast
Channel: 生 命 之 旅 ,我 在 昆 明
Viewing all articles
Browse latest Browse all 250

ubuntu永中office2012个人版公式字体兼容方案

$
0
0

ubuntu 永中office2012个人版公式字体兼容方案


在ubuntu下安装了最新的永中office2012个人版,发现公式显示于微软 office有较大差异,出现了乱码,发信问了永中的客服,是因为缺少相关字体造成。鉴于版权问题,永中没有集成,但是我们自己可以安装 的。


首先,我们可以安装msttcorefonts。这个包里还 有很多微软的一些英文字体

[plain] view plaincopy
  1. sudo apt-get install ttf-mscorefonts-installer   

然后为了解决公式加载和序号符号的问题,我们可以安装下面的 字体,下面的某些字体可以从xp或者win7下WINDOWS/fonts文件夹下找到,找不到的可以自己到网上去下载,将字体拷贝到 /usr/share/fonts/truetype文件夹,如果没有该文件夹,可以创建:

[plain] view plaincopy
  1. sudo mkdir -p /usr/share/fonts/truetype  

将字体拷贝进去:

[plain] view plaincopy
  1. sudo  cp symbol.ttf mtextra.ttf wingding.ttf WINGDNG2.TTF WINGDNG3.TTF  monotypesorts.ttf  /usr/share/fonts/truetype  

进入字体文件夹:

[plain] view plaincopy
  1. cd /usr/share/fonts/truetype  

然后修改这些字体的权限:

[plain] view plaincopy
  1. sudo chmod 644 symbol.ttf mtextra.ttf wingding.ttf WINGDNG2.TTF WINGDNG3.TTF  monotypesorts.ttf  

接下来更新字体缓存:

[plain] view plaincopy
  1. sudo mkfontscale  
[plain] view plaincopy
  1. sudo mkfontdir  
[plain] view plaincopy
  1. sudo fc-cache  

现在用永中打开msoffice文件中的公式,就不会出现乱 码了。




http://blog.csdn.net/sunliuyang123/article/details/7368424
--   .wobu  

Viewing all articles
Browse latest Browse all 250

Trending Articles