ubuntu install latex

1237 단어 ubuntu
linux의 iconv 명령은 Windows 기본 GBK 인코딩 파일을 Linux에서 사용하는 UTF-8 인코딩으로 바꿀 수 있습니다.
 Example: $ iconv -f GBK -t UTF-8 file_name -o file_name
         1. 명령줄 버전 texlive 설치: sudo apt-get install texlive-full
          2. 도움말 편집기 설치: sudo apt-get install texmaker
          3. 설치 중국어 환경: sudo apt-get install latex-cjk-all
 
         A useful webiste http://chixi.an.blog.163.com/blog/static/29359272201262952120729/
    To install/upgrade to TeX Live 2012:
Open a terminal with Ctrl+Alt+T
Add the texlive-backports PPA by typing the below (enter your password when prompted):
sudo apt-add-repository ppa:texlive-backports/ppa

Then type:
sudo apt-get update

Installation:
If you are installing TeX Live for the first time, type:
sudo apt-get install texlive

If you already have TeX Live installed and are upgrading, type:
sudo apt-get upgrade
Warning: this will also upgrade all other packages on your Ubuntu system for which upgrades are available. If you do not wish to do this, please use the previous  sudo apt-get install texlive instead.

좋은 웹페이지 즐겨찾기