zoukankan      html  css  js  c++  java
  • ubuntu install: latex+input method

    today Ubuntu is installed on the new matchine, and latex is badly need.

    $sudo apt-get install latex-full                     ;  brute force ??? ^_^

    $sudo apt-get install kile                             ;   I love kile editor

    --------------------------------------------------------------------------------

    now about the pinying input:

    system settings --->  language configure --->  chinese support install ;

    then :

    sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

    then:

    安装拼音引擎

    有下面几种常用选择:

    IBus拼音:sudo apt-get install ibus-pinyin

    IBUS五笔:sudo apt-get install ibus-table-wubi

    谷歌拼音输入法:sudo apt-get install ibus-googlepinyin

    Sun拼音输入法:sudo apt-get install ibus-sunpinyin

    第四步:设置IBus框架

    ibus-setup

     

    第五步:通常情况下,IBus图标(一个小键盘)会出现在桌面右上角的任务栏中。有时候这个图标会自行消失,可使用以下命令,找回消失的IBus图标:

     

    ibus-daemon -drx

     http://blog.csdn.net/lqhbupt/article/details/7795312

  • 相关阅读:
    Ubuntu 14.04上架IPSec+L2TP的方法
    Windows Server 2008 R2 FTP无法从外部访问的解决方法
    在Windows Server 2008 R2上打开ping的方法
    全站导航
    拉勾网招聘信息分析
    pandas之DataFrame
    pandas之Series
    matplolib学习
    numpy学习
    scrapy框架【爬虫的暂停和启动】
  • 原文地址:https://www.cnblogs.com/superniaoren/p/3344764.html
Copyright © 2011-2022 走看看