리눅스 TeX Live 설치

  • TeX Live, texlive

1 설치 실패

CentOS release 5.7 (Final)를 설치하였는데 yum repository에 texlive 패키지가 없다. apt-get은 아예 없다...

[root@localhost ~]# yum info texlive
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: rsync.atworks.co.jp
 * extras: rsync.atworks.co.jp
 * updates: rsync.atworks.co.jp
Error: No matching Packages to list
[root@localhost ~]# apt-get install texlive
bash: apt-get: command not found

한편 Ubuntu 10.04의 경우에는 texlive 2009가 포함되어 있다고 한다.[1]

2 다운로드 및 설치

wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar xvfz install-tl-unx.tar.gz
./install-tl-20120211/install-tl
실행예시
[root@localhost ~]# wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
--2012-02-12 05:27:27--  http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
...
--2012-02-12 05:27:29--  http://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
Reusing existing connection to ftp.kaist.ac.kr:80.
HTTP request sent, awaiting response... 200 OK
Length: 2576153 (2.5M) [text/plain]
Saving to: `install-tl-unx.tar.gz'

100%[========================================================================================>] 2,576,153    619K/s   in 4.1s    

2012-02-12 05:27:33 (619 KB/s) - `install-tl-unx.tar.gz' saved [2576153/2576153]
[root@localhost ~]# tar xvfz install-tl-unx.tar.gz
install-tl-20120211/
...
[root@localhost ~]# ./install-tl-20120211/install-tl
Loading http://ftp.ktug.or.kr/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb
Installing TeX Live 2011 from: http://ftp.ktug.or.kr/tex-archive/systems/texlive/tlnet
Platform: x86_64-linux => 'x86_64 with GNU/Linux'
Distribution: net  (downloading)
Using URL: http://ftp.ktug.or.kr/tex-archive/systems/texlive/tlnet
Directory for temporary files: /tmp

======================> TeX Live installation procedure <=====================
...
 <O> options:
   [ ] use letter size instead of A4 by default
   [X] allow execution of restricted list of programs via \write18
   [X] create all format files
   [X] install macro/font doc tree
   [X] install macro/font source tree

 <V> set up for portable installation

Actions:
 <I> start installation to hard disk
 <H> help
 <Q> quit

Enter command:

3 주석

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}