zoukankan      html  css  js  c++  java
  • ubuntu18.04 安装texlive && texstudio

    使用的是清华源

    1、安装texlive

    sudo apt install texlive-full


    2、安装texstudio

    sudo apt install texstudio
     3、测试,新建tex文件,拷贝下面代码,运行

    documentclass{article}
    usepackage{CJKutf8}
    egin{document}
    egin{CJK}{UTF8}{gkai}

    Hello latex!\
    这是一个楷体中文测试,处理简体字。\

    end{CJK}

    end{document}
     结果如下:


     

    _________________________________________________________________________________________________________________________________________________
    每一个不曾起舞的日子,都是对生命的辜负。
    But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    直方图均衡
    k-means聚类方法
    核函数
    支持向量机(SVM)
    函数的定义和调用
    ES5新增方法
    继承
    构造函数和原型
    面向对象版tab 栏切换
    ES6中的对象与类
  • 原文地址:https://www.cnblogs.com/leoking01/p/14752621.html
Copyright © 2011-2022 走看看